public class PaymentPricepoints extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
PaymentPricepoints() |
| Modifier and Type | Method and Description |
|---|---|
PaymentPricepoints |
copyFrom(PaymentPricepoints instance) |
APIContext |
getContext() |
String |
getFieldId() |
List<Object> |
getFieldMobile() |
String |
getId() |
static APIRequest.ResponseParser<PaymentPricepoints> |
getParser() |
static PaymentPricepoints |
loadJSON(String json,
APIContext context) |
static APINodeList<PaymentPricepoints> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
PaymentPricepoints |
setFieldId(String value) |
PaymentPricepoints |
setFieldMobile(List<Object> value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static PaymentPricepoints loadJSON(String json, APIContext context)
public static APINodeList<PaymentPricepoints> 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 PaymentPricepoints setFieldMobile(List<Object> value)
public String getFieldId()
public PaymentPricepoints setFieldId(String value)
public PaymentPricepoints copyFrom(PaymentPricepoints instance)
public static APIRequest.ResponseParser<PaymentPricepoints> getParser()
Copyright © 2018. All rights reserved.