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 |
getFieldStatus() |
String |
getId() |
static APIRequest.ResponseParser<ProductCatalogHotelRoomsBatch> |
getParser() |
static ProductCatalogHotelRoomsBatch |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ProductCatalogHotelRoomsBatch> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ProductCatalogHotelRoomsBatch |
setFieldErrors(List<Object> value) |
ProductCatalogHotelRoomsBatch |
setFieldErrorsTotalCount(Long value) |
ProductCatalogHotelRoomsBatch |
setFieldHandle(String value) |
ProductCatalogHotelRoomsBatch |
setFieldStatus(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static ProductCatalogHotelRoomsBatch loadJSON(String json, APIContext context, String header)
public static APINodeList<ProductCatalogHotelRoomsBatch> parseResponse(String json, APIContext context, APIRequest request, String header) throws APIException.MalformedResponseException
public APIContext getContext()
getContext
in class APINode
public void setContext(APIContext context)
setContext
in class APINode
public 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 ProductCatalogHotelRoomsBatch copyFrom(ProductCatalogHotelRoomsBatch instance)
public static APIRequest.ResponseParser<ProductCatalogHotelRoomsBatch> getParser()
Copyright © 2023. All rights reserved.