public class UserPaymentMobilePricepoints extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
UserPaymentMobilePricepoints() |
| Modifier and Type | Method and Description |
|---|---|
UserPaymentMobilePricepoints |
copyFrom(UserPaymentMobilePricepoints instance) |
APIContext |
getContext() |
String |
getFieldMobileCountry() |
String |
getFieldPhoneNumberLast4() |
List<Object> |
getFieldPricepoints() |
String |
getFieldUserCurrency() |
String |
getId() |
static APIRequest.ResponseParser<UserPaymentMobilePricepoints> |
getParser() |
static UserPaymentMobilePricepoints |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<UserPaymentMobilePricepoints> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
UserPaymentMobilePricepoints |
setFieldMobileCountry(String value) |
UserPaymentMobilePricepoints |
setFieldPhoneNumberLast4(String value) |
UserPaymentMobilePricepoints |
setFieldPricepoints(List<Object> value) |
UserPaymentMobilePricepoints |
setFieldUserCurrency(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static UserPaymentMobilePricepoints loadJSON(String json, APIContext context, String header)
public static APINodeList<UserPaymentMobilePricepoints> 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 getFieldMobileCountry()
public UserPaymentMobilePricepoints setFieldMobileCountry(String value)
public String getFieldPhoneNumberLast4()
public UserPaymentMobilePricepoints setFieldPhoneNumberLast4(String value)
public UserPaymentMobilePricepoints setFieldPricepoints(List<Object> value)
public String getFieldUserCurrency()
public UserPaymentMobilePricepoints setFieldUserCurrency(String value)
public UserPaymentMobilePricepoints copyFrom(UserPaymentMobilePricepoints instance)
public static APIRequest.ResponseParser<UserPaymentMobilePricepoints> getParser()
Copyright © 2020. All rights reserved.