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) |
static APINodeList<AttributionSpec> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AttributionSpec |
setFieldEventType(String value) |
AttributionSpec |
setFieldWindowDays(Long value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AttributionSpec loadJSON(String json, APIContext context)
public static APINodeList<AttributionSpec> parseResponse(String json, APIContext context, APIRequest request) throws APIException.MalformedResponseException
public APIContext getContext()
getContext in class APINodepublic void setContext(APIContext context)
setContext in class APINodepublic 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 © 2018. All rights reserved.