Class ParametersBucket
java.lang.Object
gen.org.tkit.onecx.parameters.v1.model.ParametersBucket
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionend(OffsetDateTime end) booleanCompares this object to the specified object.getEnd()Get endGet instanceIdGet parametersgetStart()Get startinthashCode()Returns a hash code for aParametersBucket.instanceId(String instanceId) parameters(Map<String, ParameterInfo> parameters) putParametersItem(String mapKey, ParameterInfo parametersItem) voidsetEnd(OffsetDateTime end) Set endvoidsetInstanceId(String instanceId) Set instanceIdvoidsetParameters(Map<String, ParameterInfo> parameters) Set parametersvoidsetStart(OffsetDateTime start) Set startstart(OffsetDateTime start) toString()Create a string representation of this pojo.
-
Constructor Details
-
ParametersBucket
public ParametersBucket()
-
-
Method Details
-
getParameters
Get parameters- Returns:
- parameters
-
setParameters
Set parameters -
parameters
-
putParametersItem
-
getInstanceId
Get instanceId- Returns:
- instanceId
-
setInstanceId
Set instanceId -
instanceId
-
getStart
Get start- Returns:
- start
-
setStart
Set start -
start
-
getEnd
Get end- Returns:
- end
-
setEnd
Set end -
end
-
toString
Create a string representation of this pojo. -
equals
Compares this object to the specified object. The result istrueif and only if the argument is notnulland is aParametersBucketobject that contains the same values as this object. -
hashCode
public int hashCode()Returns a hash code for aParametersBucket.
-