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