Class DeliveryRepresentation
java.lang.Object
com.cumulocity.rest.representation.BaseResourceRepresentation
com.cumulocity.rest.representation.AbstractExtensibleRepresentation
com.cumulocity.rest.representation.operation.DeliveryRepresentation
- All Implemented Interfaces:
ResourceRepresentation
,org.svenson.DynamicProperties
-
Constructor Summary
-
Method Summary
Methods inherited from class com.cumulocity.rest.representation.AbstractExtensibleRepresentation
get, get, getAttrs, getProperty, hasProperty, propertyNames, removeProperty, set, set, set, setAttrs, setProperty
Methods inherited from class com.cumulocity.rest.representation.BaseResourceRepresentation
getSelf, getSelfDecoded, setSelf, toJSON
-
Constructor Details
-
DeliveryRepresentation
public DeliveryRepresentation()
-
-
Method Details
-
getStatus
-
setStatus
-
setTime
public void setTime(org.joda.time.DateTime time) -
setLog
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
- Overrides:
toString
in classBaseResourceRepresentation
-
getTime
-
getLog
@JSONTypeHint(DeliveryLogEntryRepresentation.class) public List<DeliveryLogEntryRepresentation> getLog()
-