public class AlterBackupResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.alterBackup
.Constructor and Description |
---|
AlterBackupResponse()
Constructs an AlterBackupResponse 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.
|
long |
getBackupId()
Backup ID.
|
String |
getBackupName()
Value of
backupName . |
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.
|
org.apache.avro.Schema |
getSchema()
This method supports the Avro framework and is not intended to be called
directly by the user.
|
long |
getTotalBytes()
Total size of files affected by alter operation
|
long |
getTotalNumberOfRecords()
Total number of records affected alter operation
|
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.
|
AlterBackupResponse |
setBackupId(long backupId)
Backup ID.
|
AlterBackupResponse |
setBackupName(String backupName)
Value of
backupName . |
AlterBackupResponse |
setInfo(Map<String,String> info)
Additional information.
|
AlterBackupResponse |
setTotalBytes(long totalBytes)
Total size of files affected by alter operation
|
AlterBackupResponse |
setTotalNumberOfRecords(long totalNumberOfRecords)
Total number of records affected alter operation
|
String |
toString() |
public AlterBackupResponse()
public static org.apache.avro.Schema getClassSchema()
public String getBackupName()
backupName
.backupName
.public AlterBackupResponse setBackupName(String backupName)
backupName
.backupName
- The new value for backupName
.this
to mimic the builder pattern.public long getBackupId()
backupId
.public AlterBackupResponse setBackupId(long backupId)
backupId
- The new value for backupId
.this
to mimic the builder pattern.public long getTotalBytes()
totalBytes
.public AlterBackupResponse setTotalBytes(long totalBytes)
totalBytes
- The new value for totalBytes
.this
to mimic the builder pattern.public long getTotalNumberOfRecords()
totalNumberOfRecords
.public AlterBackupResponse setTotalNumberOfRecords(long totalNumberOfRecords)
totalNumberOfRecords
- The new value for totalNumberOfRecords
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public AlterBackupResponse 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.