public class AdsPaymentCycle extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdsPaymentCycle() |
| Modifier and Type | Method and Description |
|---|---|
AdsPaymentCycle |
copyFrom(AdsPaymentCycle instance) |
APIContext |
getContext() |
String |
getFieldAccountId() |
String |
getFieldCreatedTime() |
Long |
getFieldMultiplier() |
Long |
getFieldRequestedThresholdAmount() |
Long |
getFieldThresholdAmount() |
String |
getFieldUpdatedTime() |
String |
getId() |
static APIRequest.ResponseParser<AdsPaymentCycle> |
getParser() |
static AdsPaymentCycle |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdsPaymentCycle> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdsPaymentCycle |
setFieldAccountId(String value) |
AdsPaymentCycle |
setFieldCreatedTime(String value) |
AdsPaymentCycle |
setFieldMultiplier(Long value) |
AdsPaymentCycle |
setFieldRequestedThresholdAmount(Long value) |
AdsPaymentCycle |
setFieldThresholdAmount(Long value) |
AdsPaymentCycle |
setFieldUpdatedTime(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdsPaymentCycle loadJSON(String json, APIContext context, String header)
public static APINodeList<AdsPaymentCycle> 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 getFieldAccountId()
public AdsPaymentCycle setFieldAccountId(String value)
public String getFieldCreatedTime()
public AdsPaymentCycle setFieldCreatedTime(String value)
public Long getFieldMultiplier()
public AdsPaymentCycle setFieldMultiplier(Long value)
public Long getFieldRequestedThresholdAmount()
public AdsPaymentCycle setFieldRequestedThresholdAmount(Long value)
public Long getFieldThresholdAmount()
public AdsPaymentCycle setFieldThresholdAmount(Long value)
public String getFieldUpdatedTime()
public AdsPaymentCycle setFieldUpdatedTime(String value)
public AdsPaymentCycle copyFrom(AdsPaymentCycle instance)
public static APIRequest.ResponseParser<AdsPaymentCycle> getParser()
Copyright © 2024. All rights reserved.