Package com.checkout.financial
Class FinancialActionsQueryResponse
- java.lang.Object
-
- com.checkout.HttpMetadata
-
- com.checkout.common.Resource
-
- com.checkout.financial.FinancialActionsQueryResponse
-
public class FinancialActionsQueryResponse extends Resource
-
-
Constructor Summary
Constructors Constructor Description FinancialActionsQueryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.IntegergetCount()java.util.List<FinancialAction>getData()java.lang.IntegergetLimit()inthashCode()voidsetCount(java.lang.Integer count)voidsetData(java.util.List<FinancialAction> data)voidsetLimit(java.lang.Integer limit)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 java.lang.Integer getCount()
-
getLimit
public java.lang.Integer getLimit()
-
getData
public java.util.List<FinancialAction> getData()
-
setCount
public void setCount(java.lang.Integer count)
-
setLimit
public void setLimit(java.lang.Integer limit)
-
setData
public void setData(java.util.List<FinancialAction> data)
-
-