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