Class DeliveryLogEntryRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.operation.DeliveryLogEntryRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
public class DeliveryLogEntryRepresentation extends AbstractExtensibleRepresentation
-
-
Constructor Summary
Constructors Constructor Description DeliveryLogEntryRepresentation()DeliveryLogEntryRepresentation(String status, org.joda.time.DateTime time)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetStatus()org.joda.time.DateTimegetTime()inthashCode()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
-
-
-
-
Constructor Detail
-
DeliveryLogEntryRepresentation
public DeliveryLogEntryRepresentation()
-
DeliveryLogEntryRepresentation
public DeliveryLogEntryRepresentation(String status, org.joda.time.DateTime time)
-
-
Method Detail
-
getStatus
public String getStatus()
-
setStatus
public void setStatus(String status)
-
setTime
public void setTime(org.joda.time.DateTime time)
-
canEqual
protected boolean canEqual(Object other)
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
getTime
@JSONConverter(type=DateTimeConverter.class) public org.joda.time.DateTime getTime()
-
-