public class ShowTypesResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showTypes.| Constructor and Description |
|---|
ShowTypesResponse()
Constructs a ShowTypesResponse object with default parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Object |
get(int index)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
static org.apache.avro.Schema |
getClassSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
Map<String,String> |
getInfo()
Additional information.
|
List<String> |
getLabels() |
List<Map<String,List<String>>> |
getProperties() |
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
List<String> |
getTypeIds() |
List<String> |
getTypeSchemas() |
int |
hashCode() |
void |
put(int index,
Object value)
This method supports the Avro framework and is not intended to be called
directly by the user.
|
ShowTypesResponse |
setInfo(Map<String,String> info)
Additional information.
|
ShowTypesResponse |
setLabels(List<String> labels) |
ShowTypesResponse |
setProperties(List<Map<String,List<String>>> properties) |
ShowTypesResponse |
setTypeIds(List<String> typeIds) |
ShowTypesResponse |
setTypeSchemas(List<String> typeSchemas) |
String |
toString() |
public ShowTypesResponse()
public static org.apache.avro.Schema getClassSchema()
public ShowTypesResponse setTypeIds(List<String> typeIds)
typeIds - The new value for typeIds.this to mimic the builder pattern.public ShowTypesResponse setTypeSchemas(List<String> typeSchemas)
typeSchemas - The new value for typeSchemas.this to mimic the builder pattern.public ShowTypesResponse setLabels(List<String> labels)
labels - The new value for labels.this to mimic the builder pattern.public List<Map<String,List<String>>> getProperties()
properties.public ShowTypesResponse setProperties(List<Map<String,List<String>>> properties)
properties - The new value for properties.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public ShowTypesResponse setInfo(Map<String,String> info)
info - The new value for info.this to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema in interface org.apache.avro.generic.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2025. All rights reserved.