public class AdBidAdjustments extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
AdBidAdjustments() |
Modifier and Type | Method and Description |
---|---|
AdBidAdjustments |
copyFrom(AdBidAdjustments instance) |
APIContext |
getContext() |
Map<String,Double> |
getFieldAgeRange() |
Object |
getFieldPageTypes() |
String |
getFieldUserGroups() |
String |
getId() |
static APIRequest.ResponseParser<AdBidAdjustments> |
getParser() |
static AdBidAdjustments |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AdBidAdjustments> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AdBidAdjustments |
setFieldAgeRange(Map<String,Double> value) |
AdBidAdjustments |
setFieldPageTypes(Object value) |
AdBidAdjustments |
setFieldUserGroups(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static AdBidAdjustments loadJSON(String json, APIContext context, String header)
public static APINodeList<AdBidAdjustments> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public AdBidAdjustments setFieldAgeRange(Map<String,Double> value)
public Object getFieldPageTypes()
public AdBidAdjustments setFieldPageTypes(Object value)
public String getFieldUserGroups()
public AdBidAdjustments setFieldUserGroups(String value)
public AdBidAdjustments copyFrom(AdBidAdjustments instance)
public static APIRequest.ResponseParser<AdBidAdjustments> getParser()
Copyright © 2020. All rights reserved.