public class AdsPixelServerToServerKey extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AdsPixelServerToServerKey() |
| Modifier and Type | Method and Description |
|---|---|
AdsPixelServerToServerKey |
copyFrom(AdsPixelServerToServerKey instance) |
APIContext |
getContext() |
String |
getFieldId() |
String |
getFieldKey() |
String |
getFieldType() |
String |
getId() |
static APIRequest.ResponseParser<AdsPixelServerToServerKey> |
getParser() |
static AdsPixelServerToServerKey |
loadJSON(String json,
APIContext context) |
static APINodeList<AdsPixelServerToServerKey> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
AdsPixelServerToServerKey |
setFieldId(String value) |
AdsPixelServerToServerKey |
setFieldKey(String value) |
AdsPixelServerToServerKey |
setFieldType(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static AdsPixelServerToServerKey loadJSON(String json, APIContext context)
public static APINodeList<AdsPixelServerToServerKey> 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 getFieldKey()
public AdsPixelServerToServerKey setFieldKey(String value)
public String getFieldType()
public AdsPixelServerToServerKey setFieldType(String value)
public String getFieldId()
public AdsPixelServerToServerKey setFieldId(String value)
public AdsPixelServerToServerKey copyFrom(AdsPixelServerToServerKey instance)
public static APIRequest.ResponseParser<AdsPixelServerToServerKey> getParser()
Copyright © 2018. All rights reserved.