Class MicroserviceBillingCollectionRepresentation
- java.lang.Object
-
- com.cumulocity.rest.representation.BaseResourceRepresentation
-
- com.cumulocity.rest.representation.AbstractExtensibleRepresentation
-
- com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
-
- com.cumulocity.rest.representation.BaseCollectionRepresentation<MicroserviceBillingRepresentation>
-
- com.cumulocity.rest.representation.application.microservice.MicroserviceBillingCollectionRepresentation
-
- All Implemented Interfaces:
ResourceRepresentation,Iterable<MicroserviceBillingRepresentation>,org.svenson.DynamicProperties
public class MicroserviceBillingCollectionRepresentation extends BaseCollectionRepresentation<MicroserviceBillingRepresentation>
-
-
Constructor Summary
Constructors Constructor Description MicroserviceBillingCollectionRepresentation()MicroserviceBillingCollectionRepresentation(List<MicroserviceBillingRepresentation> billings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<MicroserviceBillingRepresentation>getBillings()inthashCode()Iterator<MicroserviceBillingRepresentation>iterator()voidsetBillings(List<MicroserviceBillingRepresentation> billings)StringtoString()-
Methods inherited from class com.cumulocity.rest.representation.BaseCollectionRepresentation
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
-
Methods inherited from class com.cumulocity.rest.representation.BaseResourceWithExplainRepresentation
getQueryPlanner, setQueryPlanner
-
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
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
-
-
-
Constructor Detail
-
MicroserviceBillingCollectionRepresentation
public MicroserviceBillingCollectionRepresentation()
-
MicroserviceBillingCollectionRepresentation
public MicroserviceBillingCollectionRepresentation(List<MicroserviceBillingRepresentation> billings)
-
-
Method Detail
-
iterator
@JSONProperty(ignore=true) public Iterator<MicroserviceBillingRepresentation> iterator()
-
setBillings
public void setBillings(List<MicroserviceBillingRepresentation> billings)
-
toString
public String toString()
- Overrides:
toStringin classBaseResourceRepresentation
-
canEqual
protected boolean canEqual(Object other)
-
getBillings
@JSONTypeHint(MicroserviceBillingRepresentation.class) public List<MicroserviceBillingRepresentation> getBillings()
-
-