public class DeliveryCheckExtraInfo extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
DeliveryCheckExtraInfo() |
Modifier and Type | Method and Description |
---|---|
DeliveryCheckExtraInfo |
copyFrom(DeliveryCheckExtraInfo instance) |
APIContext |
getContext() |
List<String> |
getFieldAdgroupIds() |
List<String> |
getFieldCampaignIds() |
List<String> |
getFieldCountries() |
String |
getId() |
static APIRequest.ResponseParser<DeliveryCheckExtraInfo> |
getParser() |
static DeliveryCheckExtraInfo |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<DeliveryCheckExtraInfo> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
DeliveryCheckExtraInfo |
setFieldAdgroupIds(List<String> value) |
DeliveryCheckExtraInfo |
setFieldCampaignIds(List<String> value) |
DeliveryCheckExtraInfo |
setFieldCountries(List<String> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static DeliveryCheckExtraInfo loadJSON(String json, APIContext context, String header)
public static APINodeList<DeliveryCheckExtraInfo> 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 DeliveryCheckExtraInfo setFieldAdgroupIds(List<String> value)
public DeliveryCheckExtraInfo setFieldCampaignIds(List<String> value)
public DeliveryCheckExtraInfo setFieldCountries(List<String> value)
public DeliveryCheckExtraInfo copyFrom(DeliveryCheckExtraInfo instance)
public static APIRequest.ResponseParser<DeliveryCheckExtraInfo> getParser()
Copyright © 2020. All rights reserved.