Package unit.java.sdk.model
Class UnitReceivedPaymentListResponse
- java.lang.Object
-
- unit.java.sdk.model.UnitReceivedPaymentListResponse
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class UnitReceivedPaymentListResponse extends java.lang.ObjectUnitReceivedPaymentListResponse
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_DATAstatic java.lang.StringJSON_PROPERTY_INCLUDEDstatic java.lang.StringJSON_PROPERTY_META
-
Constructor Summary
Constructors Constructor Description UnitReceivedPaymentListResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UnitReceivedPaymentListResponseaddDataItem(ReceivedPayment dataItem)UnitReceivedPaymentListResponseaddIncludedItem(IncludedResourceInner includedItem)UnitReceivedPaymentListResponsedata(java.util.List<ReceivedPayment> data)booleanequals(java.lang.Object o)Return true if this Unit_Received_Payment_List_Response object is equal to o.java.util.List<ReceivedPayment>getData()Get datajava.util.List<IncludedResourceInner>getIncluded()Get includedPaginationMetagetMeta()Get metainthashCode()UnitReceivedPaymentListResponseincluded(java.util.List<IncludedResourceInner> included)UnitReceivedPaymentListResponsemeta(PaginationMeta meta)voidsetData(java.util.List<ReceivedPayment> data)voidsetIncluded(java.util.List<IncludedResourceInner> included)voidsetMeta(PaginationMeta meta)java.lang.StringtoString()java.lang.StringtoUrlQueryString()Convert the instance into URL query string.java.lang.StringtoUrlQueryString(java.lang.String prefix)Convert the instance into URL query string.
-
-
-
Field Detail
-
JSON_PROPERTY_DATA
public static final java.lang.String JSON_PROPERTY_DATA
- See Also:
- Constant Field Values
-
JSON_PROPERTY_INCLUDED
public static final java.lang.String JSON_PROPERTY_INCLUDED
- See Also:
- Constant Field Values
-
JSON_PROPERTY_META
public static final java.lang.String JSON_PROPERTY_META
- See Also:
- Constant Field Values
-
-
Method Detail
-
data
public UnitReceivedPaymentListResponse data(java.util.List<ReceivedPayment> data)
-
addDataItem
public UnitReceivedPaymentListResponse addDataItem(ReceivedPayment dataItem)
-
getData
@Nullable public java.util.List<ReceivedPayment> getData()
Get data- Returns:
- data
-
setData
public void setData(java.util.List<ReceivedPayment> data)
-
included
public UnitReceivedPaymentListResponse included(java.util.List<IncludedResourceInner> included)
-
addIncludedItem
public UnitReceivedPaymentListResponse addIncludedItem(IncludedResourceInner includedItem)
-
getIncluded
@Nullable public java.util.List<IncludedResourceInner> getIncluded()
Get included- Returns:
- included
-
setIncluded
public void setIncluded(java.util.List<IncludedResourceInner> included)
-
meta
public UnitReceivedPaymentListResponse meta(PaginationMeta meta)
-
getMeta
@Nullable public PaginationMeta getMeta()
Get meta- Returns:
- meta
-
setMeta
public void setMeta(PaginationMeta meta)
-
equals
public boolean equals(java.lang.Object o)
Return true if this Unit_Received_Payment_List_Response object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-