Class ReconciliationPaymentReportResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.reconciliation.previous.ReconciliationPaymentReportResponse
-
public final class ReconciliationPaymentReportResponse extends Resource
-
-
Constructor Summary
Constructors Constructor Description ReconciliationPaymentReportResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)intgetCount()java.util.List<PaymentReportData>getData()inthashCode()voidsetCount(int count)voidsetData(java.util.List<PaymentReportData> data)java.lang.StringtoString()-
Methods inherited from class com.checkout.common.Resource
getLink, getLinks, getSelfLink, setLinks
-
Methods inherited from class com.checkout.HttpMetadata
getBody, getHttpStatusCode, getRequestId, getResponseHeaders, setBody, setHttpStatusCode, setResponseHeaders
-
-
-
-
Method Detail
-
getCount
public int getCount()
-
getData
public java.util.List<PaymentReportData> getData()
-
setCount
public void setCount(int count)
-
setData
public void setData(java.util.List<PaymentReportData> data)
-
-