public class AlterTableColumnsResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.alterTableColumns
.Constructor and Description |
---|
AlterTableColumnsResponse()
Constructs an AlterTableColumnsResponse 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.
|
List<Map<String,String>> |
getColumnAlterations()
List of alter table add/delete/change column requests - all for the same
table.
|
Map<String,String> |
getInfo()
Additional information.
|
String |
getLabel()
return the type label (when changing a table, a new type may be
created)
|
Map<String,List<String>> |
getProperties()
return the type properties (when changing a table, a new type may be
created)
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
String |
getTableName()
Table on which the operation was performed.
|
String |
getTypeDefinition()
return the type_definition (when changing a table, a new type may be
created)
|
String |
getTypeId()
return the type_id (when changing a table, a new type may be created)
|
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.
|
AlterTableColumnsResponse |
setColumnAlterations(List<Map<String,String>> columnAlterations)
List of alter table add/delete/change column requests - all for the same
table.
|
AlterTableColumnsResponse |
setInfo(Map<String,String> info)
Additional information.
|
AlterTableColumnsResponse |
setLabel(String label)
return the type label (when changing a table, a new type may be
created)
|
AlterTableColumnsResponse |
setProperties(Map<String,List<String>> properties)
return the type properties (when changing a table, a new type may be
created)
|
AlterTableColumnsResponse |
setTableName(String tableName)
Table on which the operation was performed.
|
AlterTableColumnsResponse |
setTypeDefinition(String typeDefinition)
return the type_definition (when changing a table, a new type may be
created)
|
AlterTableColumnsResponse |
setTypeId(String typeId)
return the type_id (when changing a table, a new type may be created)
|
String |
toString() |
public AlterTableColumnsResponse()
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
tableName
.public AlterTableColumnsResponse setTableName(String tableName)
tableName
- The new value for tableName
.this
to mimic the builder pattern.public String getTypeId()
typeId
.public AlterTableColumnsResponse setTypeId(String typeId)
typeId
- The new value for typeId
.this
to mimic the builder pattern.public String getTypeDefinition()
typeDefinition
.public AlterTableColumnsResponse setTypeDefinition(String typeDefinition)
typeDefinition
- The new value for typeDefinition
.this
to mimic the builder pattern.public Map<String,List<String>> getProperties()
properties
.public AlterTableColumnsResponse setProperties(Map<String,List<String>> properties)
properties
- The new value for properties
.this
to mimic the builder pattern.public String getLabel()
label
.public AlterTableColumnsResponse setLabel(String label)
label
- The new value for label
.this
to mimic the builder pattern.public List<Map<String,String>> getColumnAlterations()
columnAlterations
.public AlterTableColumnsResponse setColumnAlterations(List<Map<String,String>> columnAlterations)
columnAlterations
- The new value for columnAlterations
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public AlterTableColumnsResponse 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.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 © 2025. All rights reserved.