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