public class PageRestaurantSpecialties extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
PageRestaurantSpecialties() |
Modifier and Type | Method and Description |
---|---|
PageRestaurantSpecialties |
copyFrom(PageRestaurantSpecialties instance) |
APIContext |
getContext() |
Long |
getFieldBreakfast() |
Long |
getFieldCoffee() |
Long |
getFieldDinner() |
Long |
getFieldDrinks() |
Long |
getFieldLunch() |
String |
getId() |
static APIRequest.ResponseParser<PageRestaurantSpecialties> |
getParser() |
static PageRestaurantSpecialties |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<PageRestaurantSpecialties> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
PageRestaurantSpecialties |
setFieldBreakfast(Long value) |
PageRestaurantSpecialties |
setFieldCoffee(Long value) |
PageRestaurantSpecialties |
setFieldDinner(Long value) |
PageRestaurantSpecialties |
setFieldDrinks(Long value) |
PageRestaurantSpecialties |
setFieldLunch(Long value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static PageRestaurantSpecialties loadJSON(String json, APIContext context, String header)
public static APINodeList<PageRestaurantSpecialties> 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 Long getFieldBreakfast()
public PageRestaurantSpecialties setFieldBreakfast(Long value)
public Long getFieldCoffee()
public PageRestaurantSpecialties setFieldCoffee(Long value)
public Long getFieldDinner()
public PageRestaurantSpecialties setFieldDinner(Long value)
public Long getFieldDrinks()
public PageRestaurantSpecialties setFieldDrinks(Long value)
public Long getFieldLunch()
public PageRestaurantSpecialties setFieldLunch(Long value)
public PageRestaurantSpecialties copyFrom(PageRestaurantSpecialties instance)
public static APIRequest.ResponseParser<PageRestaurantSpecialties> getParser()
Copyright © 2020. All rights reserved.