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