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