public class AdAccountSpendLimit extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdAccountSpendLimit() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAccountSpendLimit loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountSpendLimit> 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 getFieldAmountSpent()
public AdAccountSpendLimit setFieldAmountSpent(String value)
public String getFieldGroupId()
public AdAccountSpendLimit setFieldGroupId(String value)
public String getFieldLimitId()
public AdAccountSpendLimit setFieldLimitId(String value)
public String getFieldLimitValue()
public AdAccountSpendLimit setFieldLimitValue(String value)
public Long getFieldTimeCreated()
public AdAccountSpendLimit setFieldTimeCreated(Long value)
public Long getFieldTimeStart()
public AdAccountSpendLimit setFieldTimeStart(Long value)
public Long getFieldTimeStop()
public AdAccountSpendLimit setFieldTimeStop(Long value)
public AdAccountSpendLimit copyFrom(AdAccountSpendLimit instance)
public static APIRequest.ResponseParser<AdAccountSpendLimit> getParser()
Copyright © 2024. All rights reserved.