public class ProductSetMetadata extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductSetMetadata() |
| Modifier and Type | Method and Description |
|---|---|
ProductSetMetadata |
copyFrom(ProductSetMetadata instance) |
APIContext |
getContext() |
String |
getFieldCoverImageUrl() |
String |
getFieldDescription() |
String |
getFieldExternalUrl() |
String |
getFieldIntegrityReviewStatus() |
String |
getId() |
static APIRequest.ResponseParser<ProductSetMetadata> |
getParser() |
static ProductSetMetadata |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductSetMetadata> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductSetMetadata |
setFieldCoverImageUrl(String value) |
ProductSetMetadata |
setFieldDescription(String value) |
ProductSetMetadata |
setFieldExternalUrl(String value) |
ProductSetMetadata |
setFieldIntegrityReviewStatus(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductSetMetadata loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductSetMetadata> 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 getFieldCoverImageUrl()
public ProductSetMetadata setFieldCoverImageUrl(String value)
public String getFieldDescription()
public ProductSetMetadata setFieldDescription(String value)
public String getFieldExternalUrl()
public ProductSetMetadata setFieldExternalUrl(String value)
public String getFieldIntegrityReviewStatus()
public ProductSetMetadata setFieldIntegrityReviewStatus(String value)
public ProductSetMetadata copyFrom(ProductSetMetadata instance)
public static APIRequest.ResponseParser<ProductSetMetadata> getParser()
Copyright © 2020. All rights reserved.