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