public class MicroserviceBillingCollectionRepresentation extends BaseCollectionRepresentation<MicroserviceBillingRepresentation>
Constructor and Description |
---|
MicroserviceBillingCollectionRepresentation() |
MicroserviceBillingCollectionRepresentation(List<MicroserviceBillingRepresentation> billings) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
List<MicroserviceBillingRepresentation> |
getBillings() |
int |
hashCode() |
Iterator<MicroserviceBillingRepresentation> |
iterator() |
void |
setBillings(List<MicroserviceBillingRepresentation> billings) |
String |
toString() |
getNext, getPageStatistics, getPrev, setNext, setPageStatistics, setPrev
getSelf, getSelfDecoded, setSelf, toJSON
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
forEach, spliterator
public MicroserviceBillingCollectionRepresentation()
public MicroserviceBillingCollectionRepresentation(List<MicroserviceBillingRepresentation> billings)
@JSONProperty(ignore=true) public Iterator<MicroserviceBillingRepresentation> iterator()
public void setBillings(List<MicroserviceBillingRepresentation> billings)
public String toString()
toString
in class BaseResourceRepresentation
protected boolean canEqual(Object other)
@JSONTypeHint(value=MicroserviceBillingRepresentation.class) public List<MicroserviceBillingRepresentation> getBillings()
Copyright © 2020 (C) Cumulocity GmbH. All rights reserved.