public class PartnerCategory extends APINode
Modifier and Type | Class and Description |
---|---|
static class |
PartnerCategory.EnumPrivateOrPublic |
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
PartnerCategory() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static PartnerCategory loadJSON(String json, APIContext context, String header)
public static APINodeList<PartnerCategory> 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 Long getFieldApproximateCount()
public PartnerCategory setFieldApproximateCount(Long value)
public String getFieldCountry()
public PartnerCategory setFieldCountry(String value)
public String getFieldDescription()
public PartnerCategory setFieldDescription(String value)
public String getFieldDetails()
public PartnerCategory setFieldDetails(String value)
public String getFieldId()
public PartnerCategory setFieldId(String value)
public Boolean getFieldIsPrivate()
public PartnerCategory setFieldIsPrivate(Boolean value)
public String getFieldName()
public PartnerCategory setFieldName(String value)
public String getFieldParentCategory()
public PartnerCategory setFieldParentCategory(String value)
public String getFieldSource()
public PartnerCategory setFieldSource(String value)
public String getFieldStatus()
public PartnerCategory setFieldStatus(String value)
public String getFieldTargetingType()
public PartnerCategory setFieldTargetingType(String value)
public PartnerCategory copyFrom(PartnerCategory instance)
public static APIRequest.ResponseParser<PartnerCategory> getParser()
Copyright © 2020. All rights reserved.