public class ShowTypesResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showTypes(ShowTypesRequest)
.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() |
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) |
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
- this
to mimic the builder pattern.public ShowTypesResponse setTypeSchemas(List<String> typeSchemas)
typeSchemas
- this
to mimic the builder pattern.public ShowTypesResponse setLabels(List<String> labels)
labels
- this
to mimic the builder pattern.public ShowTypesResponse setProperties(List<Map<String,List<String>>> properties)
properties
- this
to mimic the builder pattern.public ShowTypesResponse setInfo(Map<String,String> info)
info
- Additional information.this
to mimic the builder pattern.public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to getIndexOutOfBoundsException
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
index
- the position of the field to setvalue
- the value to setIndexOutOfBoundsException
Copyright © 2020. All rights reserved.