public class ChildEvent extends APINode
Modifier and Type | Field and Description |
---|---|
protected static com.google.gson.Gson |
gson |
Constructor and Description |
---|
ChildEvent() |
Modifier and Type | Method and Description |
---|---|
ChildEvent |
copyFrom(ChildEvent instance) |
APIContext |
getContext() |
String |
getFieldEndTime() |
String |
getFieldId() |
String |
getFieldStartTime() |
String |
getFieldTicketUri() |
String |
getId() |
static APIRequest.ResponseParser<ChildEvent> |
getParser() |
static ChildEvent |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ChildEvent> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ChildEvent |
setFieldEndTime(String value) |
ChildEvent |
setFieldId(String value) |
ChildEvent |
setFieldStartTime(String value) |
ChildEvent |
setFieldTicketUri(String value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponse
public static ChildEvent loadJSON(String json, APIContext context, String header)
public static APINodeList<ChildEvent> 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 String getFieldEndTime()
public ChildEvent setFieldEndTime(String value)
public String getFieldId()
public ChildEvent setFieldId(String value)
public String getFieldStartTime()
public ChildEvent setFieldStartTime(String value)
public String getFieldTicketUri()
public ChildEvent setFieldTicketUri(String value)
public ChildEvent copyFrom(ChildEvent instance)
public static APIRequest.ResponseParser<ChildEvent> getParser()
Copyright © 2020. All rights reserved.