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 |
getFieldId() |
String |
getFieldOffsettedAmount() |
String |
getId() |
static APIRequest.ResponseParser<CurrencyAmount> |
getParser() |
static CurrencyAmount |
loadJSON(String json,
APIContext context) |
static APINodeList<CurrencyAmount> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
CurrencyAmount |
setFieldAmount(String value) |
CurrencyAmount |
setFieldAmountInHundredths(String value) |
CurrencyAmount |
setFieldCurrency(String value) |
CurrencyAmount |
setFieldId(String value) |
CurrencyAmount |
setFieldOffsettedAmount(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static CurrencyAmount loadJSON(String json, APIContext context)
public static APINodeList<CurrencyAmount> parseResponse(String json, APIContext context, APIRequest request) 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 String getFieldId()
public CurrencyAmount setFieldId(String value)
public CurrencyAmount copyFrom(CurrencyAmount instance)
public static APIRequest.ResponseParser<CurrencyAmount> getParser()
Copyright © 2018. All rights reserved.