public class AudienceFunnel extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AudienceFunnel() |
| Modifier and Type | Method and Description |
|---|---|
AudienceFunnel |
copyFrom(AudienceFunnel instance) |
APIContext |
getContext() |
String |
getFieldAudienceTypeParamName() |
List<Map<String,String>> |
getFieldAudienceTypeParamTags() |
List<Map<String,List<String>>> |
getFieldCustomAudienceGroupsInfo() |
String |
getId() |
static APIRequest.ResponseParser<AudienceFunnel> |
getParser() |
static AudienceFunnel |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<AudienceFunnel> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
AudienceFunnel |
setFieldAudienceTypeParamName(String value) |
AudienceFunnel |
setFieldAudienceTypeParamTags(List<Map<String,String>> value) |
AudienceFunnel |
setFieldCustomAudienceGroupsInfo(List<Map<String,List<String>>> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AudienceFunnel loadJSON(String json, APIContext context, String header)
public static APINodeList<AudienceFunnel> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic String getFieldAudienceTypeParamName()
public AudienceFunnel setFieldAudienceTypeParamName(String value)
public AudienceFunnel setFieldAudienceTypeParamTags(List<Map<String,String>> value)
public List<Map<String,List<String>>> getFieldCustomAudienceGroupsInfo()
public AudienceFunnel setFieldCustomAudienceGroupsInfo(List<Map<String,List<String>>> value)
public AudienceFunnel copyFrom(AudienceFunnel instance)
public static APIRequest.ResponseParser<AudienceFunnel> getParser()
Copyright © 2024. All rights reserved.