public class ShowBackupResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.showBackup
.Constructor and Description |
---|
ShowBackupResponse()
Constructs a ShowBackupResponse 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.
|
List<Map<String,String>> |
getBackupContents()
Backup contents
|
List<Map<String,String>> |
getBackupDescription()
Backup description
|
List<Map<String,String>> |
getBackupIds()
Backup instances in this backup
|
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.
|
List<Map<String,String>> |
getDeletedBackupIds()
Backup instances that have been deleted from this backup object
|
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.
|
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.
|
ShowBackupResponse |
setBackupContents(List<Map<String,String>> backupContents)
Backup contents
|
ShowBackupResponse |
setBackupDescription(List<Map<String,String>> backupDescription)
Backup description
|
ShowBackupResponse |
setBackupIds(List<Map<String,String>> backupIds)
Backup instances in this backup
|
ShowBackupResponse |
setBackupName(String backupName)
Value of
backupName . |
ShowBackupResponse |
setDeletedBackupIds(List<Map<String,String>> deletedBackupIds)
Backup instances that have been deleted from this backup object
|
ShowBackupResponse |
setInfo(Map<String,String> info)
Additional information.
|
String |
toString() |
public ShowBackupResponse()
public static org.apache.avro.Schema getClassSchema()
public String getBackupName()
backupName
.backupName
.public ShowBackupResponse setBackupName(String backupName)
backupName
.backupName
- The new value for backupName
.this
to mimic the builder pattern.public List<Map<String,String>> getBackupDescription()
backupDescription
.public ShowBackupResponse setBackupDescription(List<Map<String,String>> backupDescription)
backupDescription
- The new value for backupDescription
.this
to mimic the builder pattern.public List<Map<String,String>> getBackupIds()
backupIds
.public ShowBackupResponse setBackupIds(List<Map<String,String>> backupIds)
backupIds
- The new value for backupIds
.this
to mimic the builder pattern.public List<Map<String,String>> getBackupContents()
backupContents
.public ShowBackupResponse setBackupContents(List<Map<String,String>> backupContents)
backupContents
- The new value for backupContents
.this
to mimic the builder pattern.public List<Map<String,String>> getDeletedBackupIds()
deletedBackupIds
.public ShowBackupResponse setDeletedBackupIds(List<Map<String,String>> deletedBackupIds)
deletedBackupIds
- The new value for deletedBackupIds
.this
to mimic the builder pattern.public Map<String,String> getInfo()
info
.public ShowBackupResponse 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.