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 |
getFieldLocale() |
String |
getFieldVertical() |
String |
getId() |
static APIRequest.ResponseParser<CampaignGroupBrandConfiguration> |
getParser() |
static CampaignGroupBrandConfiguration |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<CampaignGroupBrandConfiguration> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
CampaignGroupBrandConfiguration |
setFieldBrandProductName(String value) |
CampaignGroupBrandConfiguration |
setFieldLocale(String value) |
CampaignGroupBrandConfiguration |
setFieldVertical(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static CampaignGroupBrandConfiguration loadJSON(String json, APIContext context, String header)
public static APINodeList<CampaignGroupBrandConfiguration> 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 String getFieldBrandProductName()
public CampaignGroupBrandConfiguration setFieldBrandProductName(String value)
public String getFieldLocale()
public CampaignGroupBrandConfiguration setFieldLocale(String value)
public String getFieldVertical()
public CampaignGroupBrandConfiguration setFieldVertical(String value)
public CampaignGroupBrandConfiguration copyFrom(CampaignGroupBrandConfiguration instance)
public static APIRequest.ResponseParser<CampaignGroupBrandConfiguration> getParser()
Copyright © 2020. All rights reserved.