public class AlterTableResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.alterTable
.Constructor and Description |
---|
AlterTableResponse()
Constructs an AlterTableResponse 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.
|
String |
getAction()
Modification operation that was performed.
|
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.
|
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)
|
String |
getValue()
The value of the modification that was performed.
|
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.
|
AlterTableResponse |
setAction(String action)
Modification operation that was performed.
|
AlterTableResponse |
setInfo(Map<String,String> info)
Additional information.
|
AlterTableResponse |
setLabel(String label)
return the type label (when changing a table, a new type may be
created)
|
AlterTableResponse |
setProperties(Map<String,List<String>> properties)
return the type properties (when changing a table, a new type may be
created)
|
AlterTableResponse |
setTableName(String tableName)
Table on which the operation was performed.
|
AlterTableResponse |
setTypeDefinition(String typeDefinition)
return the type_definition (when changing a table, a new type may be
created)
|
AlterTableResponse |
setTypeId(String typeId)
return the type_id (when changing a table, a new type may be created)
|
AlterTableResponse |
setValue(String value)
The value of the modification that was performed.
|
String |
toString() |
public AlterTableResponse()
public static org.apache.avro.Schema getClassSchema()
public String getTableName()
tableName
.public AlterTableResponse setTableName(String tableName)
tableName
- The new value for tableName
.this
to mimic the builder pattern.public String getAction()
action
.public AlterTableResponse setAction(String action)
action
- The new value for action
.this
to mimic the builder pattern.public String getValue()
value
.public AlterTableResponse setValue(String value)
value
- The new value for value
.this
to mimic the builder pattern.public String getTypeId()
typeId
.public AlterTableResponse setTypeId(String typeId)
typeId
- The new value for typeId
.this
to mimic the builder pattern.public String getTypeDefinition()
typeDefinition
.public AlterTableResponse setTypeDefinition(String typeDefinition)
typeDefinition
- The new value for typeDefinition
.this
to mimic the builder pattern.public Map<String,List<String>> getProperties()
properties
.public AlterTableResponse setProperties(Map<String,List<String>> properties)
properties
- The new value for properties
.this
to mimic the builder pattern.public String getLabel()
label
.public AlterTableResponse setLabel(String label)
label
- The new value for label
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public AlterTableResponse 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.