public class ProductCatalogHotelRoomsBatch extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ProductCatalogHotelRoomsBatch() |
| Modifier and Type | Method and Description |
|---|---|
ProductCatalogHotelRoomsBatch |
copyFrom(ProductCatalogHotelRoomsBatch instance) |
APIContext |
getContext() |
List<Object> |
getFieldErrors() |
Long |
getFieldErrorsTotalCount() |
String |
getFieldHandle() |
String |
getFieldId() |
String |
getFieldStatus() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogHotelRoomsBatch> |
getParser() |
static ProductCatalogHotelRoomsBatch |
loadJSON(String json,
APIContext context) |
static APINodeList<ProductCatalogHotelRoomsBatch> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ProductCatalogHotelRoomsBatch |
setFieldErrors(List<Object> value) |
ProductCatalogHotelRoomsBatch |
setFieldErrorsTotalCount(Long value) |
ProductCatalogHotelRoomsBatch |
setFieldHandle(String value) |
ProductCatalogHotelRoomsBatch |
setFieldId(String value) |
ProductCatalogHotelRoomsBatch |
setFieldStatus(String value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ProductCatalogHotelRoomsBatch loadJSON(String json, APIContext context)
public static APINodeList<ProductCatalogHotelRoomsBatch> 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 ProductCatalogHotelRoomsBatch setFieldErrors(List<Object> value)
public Long getFieldErrorsTotalCount()
public ProductCatalogHotelRoomsBatch setFieldErrorsTotalCount(Long value)
public String getFieldHandle()
public ProductCatalogHotelRoomsBatch setFieldHandle(String value)
public String getFieldStatus()
public ProductCatalogHotelRoomsBatch setFieldStatus(String value)
public String getFieldId()
public ProductCatalogHotelRoomsBatch setFieldId(String value)
public ProductCatalogHotelRoomsBatch copyFrom(ProductCatalogHotelRoomsBatch instance)
public static APIRequest.ResponseParser<ProductCatalogHotelRoomsBatch> getParser()
Copyright © 2018. All rights reserved.