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