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() |
List<String> |
getFieldObjective() |
List<String> |
getFieldOptimizationGoals() |
String |
getId() |
static APIRequest.ResponseParser<ColumnSuggestions> |
getParser() |
static ColumnSuggestions |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<ColumnSuggestions> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
ColumnSuggestions |
setFieldExplanations(Object value) |
ColumnSuggestions |
setFieldFormat(List<String> value) |
ColumnSuggestions |
setFieldObjective(List<String> value) |
ColumnSuggestions |
setFieldOptimizationGoals(List<String> value) |
String |
toString() |
getException, getHeader, getRawResponse, getRawResponseAsJsonObject, getRawValue, head, parseResponsepublic static ColumnSuggestions loadJSON(String json, APIContext context, String header)
public static APINodeList<ColumnSuggestions> parseResponse(String json, APIContext context, APIRequest request, String header) 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 ColumnSuggestions copyFrom(ColumnSuggestions instance)
public static APIRequest.ResponseParser<ColumnSuggestions> getParser()
Copyright © 2024. All rights reserved.