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
public class DeliveryRepresentation extends AbstractExtensibleRepresentation
-
-
Constructor Summary
Constructors Constructor Description DeliveryRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<DeliveryLogEntryRepresentation>getLog()StringgetStatus()org.joda.time.DateTimegetTime()inthashCode()voidsetLog(List<DeliveryLogEntryRepresentation> log)voidsetStatus(String status)voidsetTime(org.joda.time.DateTime time)StringtoString()-
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
-
-
-
-
Method Detail
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
setTime
public void setTime(org.joda.time.DateTime time)
-
setLog
public void setLog(List<DeliveryLogEntryRepresentation> log)
-
canEqual
protected boolean canEqual(Object other)
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
getTime
@JSONConverter(type=DateTimeConverter.class) public org.joda.time.DateTime getTime()
-
getLog
@JSONTypeHint(DeliveryLogEntryRepresentation.class) public List<DeliveryLogEntryRepresentation> getLog()
-
-