public class ColumnSuggestions extends APINode
| Modifier and Type | Field and Description |
|---|---|
protected static com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
ColumnSuggestions() |
| Modifier and Type | Method and Description |
|---|---|
ColumnSuggestions |
copyFrom(ColumnSuggestions instance) |
APIContext |
getContext() |
Object |
getFieldExplanations() |
List<String> |
getFieldFormat() |
String |
getFieldId() |
List<String> |
getFieldObjective() |
List<String> |
getFieldOptimizationGoals() |
String |
getId() |
static APIRequest.ResponseParser<ColumnSuggestions> |
getParser() |
static ColumnSuggestions |
loadJSON(String json,
APIContext context) |
static APINodeList<ColumnSuggestions> |
parseResponse(String json,
APIContext context,
APIRequest request) |
void |
setContext(APIContext context) |
ColumnSuggestions |
setFieldExplanations(Object value) |
ColumnSuggestions |
setFieldFormat(List<String> value) |
ColumnSuggestions |
setFieldId(String value) |
ColumnSuggestions |
setFieldObjective(List<String> value) |
ColumnSuggestions |
setFieldOptimizationGoals(List<String> value) |
String |
toString() |
getException, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ColumnSuggestions loadJSON(String json, APIContext context)
public static APINodeList<ColumnSuggestions> 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 Object getFieldExplanations()
public ColumnSuggestions setFieldExplanations(Object value)
public ColumnSuggestions setFieldFormat(List<String> value)
public ColumnSuggestions setFieldObjective(List<String> value)
public ColumnSuggestions setFieldOptimizationGoals(List<String> value)
public String getFieldId()
public ColumnSuggestions setFieldId(String value)
public ColumnSuggestions copyFrom(ColumnSuggestions instance)
public static APIRequest.ResponseParser<ColumnSuggestions> getParser()
Copyright © 2018. All rights reserved.