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() |
Long |
getFieldMaxBid() |
String |
getId() |
static APIRequest.ResponseParser<AdAccountMaxBid> |
getParser() |
static AdAccountMaxBid |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdAccountMaxBid> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdAccountMaxBid |
setFieldMaxBid(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdAccountMaxBid loadJSON(String json, APIContext context, String header)
public static APINodeList<AdAccountMaxBid> 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 Long getFieldMaxBid()
public AdAccountMaxBid setFieldMaxBid(Long value)
public AdAccountMaxBid copyFrom(AdAccountMaxBid instance)
public static APIRequest.ResponseParser<AdAccountMaxBid> getParser()
Copyright © 2020. All rights reserved.