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