public class DeliveryRepresentation
extends org.svenson.AbstractDynamicProperties
Constructor and Description |
---|
DeliveryRepresentation() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<DeliveryLogEntryRepresentation> |
getLog() |
String |
getStatus() |
org.joda.time.DateTime |
getTime() |
int |
hashCode() |
void |
setLog(List<DeliveryLogEntryRepresentation> log) |
void |
setStatus(String status) |
void |
setTime(org.joda.time.DateTime time) |
String |
toString() |
public String getStatus()
public void setStatus(String status)
public void setTime(org.joda.time.DateTime time)
public void setLog(List<DeliveryLogEntryRepresentation> log)
protected boolean canEqual(Object other)
@JSONConverter(type=com.cumulocity.model.DateTimeConverter.class) public org.joda.time.DateTime getTime()
@JSONTypeHint(value=DeliveryLogEntryRepresentation.class) public List<DeliveryLogEntryRepresentation> getLog()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.