public class CurrencyAmount extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
CurrencyAmount() |
| Modifier and Type | Method and Description |
|---|---|
CurrencyAmount |
copyFrom(CurrencyAmount instance) |
APIContext |
getContext() |
String |
getFieldAmount() |
String |
getFieldAmountInHundredths() |
String |
getFieldCurrency() |
String |
getFieldOffsettedAmount() |
String |
getId() |
static APIRequest.ResponseParser<CurrencyAmount> |
getParser() |
static CurrencyAmount |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CurrencyAmount> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
CurrencyAmount |
setFieldAmount(String value) |
CurrencyAmount |
setFieldAmountInHundredths(String value) |
CurrencyAmount |
setFieldCurrency(String value) |
CurrencyAmount |
setFieldOffsettedAmount(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static CurrencyAmount loadJSON(String json, APIContext context, String header)
public static APINodeList<CurrencyAmount> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldAmount()
public CurrencyAmount setFieldAmount(String value)
public String getFieldAmountInHundredths()
public CurrencyAmount setFieldAmountInHundredths(String value)
public String getFieldCurrency()
public CurrencyAmount setFieldCurrency(String value)
public String getFieldOffsettedAmount()
public CurrencyAmount setFieldOffsettedAmount(String value)
public CurrencyAmount copyFrom(CurrencyAmount instance)
public static APIRequest.ResponseParser<CurrencyAmount> getParser()
Copyright © 2020. All rights reserved.