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