Class DtoTaskParameter
java.lang.Object
com.vernaio.kayros.engine.v2.api.dto.DtoTaskParameter
- All Implemented Interfaces:
IDtoTaskParameter
A property of a job.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DtoTaskParameter
protected DtoTaskParameter() -
DtoTaskParameter
-
-
Method Details
-
getKey
Name of the property.- Specified by:
getKeyin interfaceIDtoTaskParameter
-
setKey
Name of the property.- Specified by:
setKeyin interfaceIDtoTaskParameter
-
getValue
Value of the property. Special char $ is not allowed.- Specified by:
getValuein interfaceIDtoTaskParameter
-
setValue
Value of the property. Special char $ is not allowed.- Specified by:
setValuein interfaceIDtoTaskParameter
-
equals
-
hashCode
public int hashCode() -
withKey
Name of the property. -
withValue
Value of the property. Special char $ is not allowed.
-