Class MicroserviceBillingRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.application.microservice.MicroserviceBillingRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,org.svenson.DynamicProperties
public class MicroserviceBillingRepresentation extends AbstractExtensibleRepresentation
-
-
Constructor Summary
Constructors Constructor Description MicroserviceBillingRepresentation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)org.joda.time.DateTimegetDateTime()inthashCode()voidsetDateTime(org.joda.time.DateTime dateTime)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
-
setDateTime
public void setDateTime(org.joda.time.DateTime dateTime)
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
canEqual
protected boolean canEqual(Object other)
-
getDateTime
@JSONConverter(type=DateTimeConverter.class) public org.joda.time.DateTime getDateTime()
-
-