public class DropBackupResponse extends Object implements org.apache.avro.generic.IndexedRecord
GPUdb.dropBackup.| Constructor and Description |
|---|
DropBackupResponse()
Constructs a DropBackupResponse 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 |
getBackupName()
Value of
backupName. |
List<String> |
getBackupNames()
Backups that were deleted.
|
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.
|
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.
|
DropBackupResponse |
setBackupName(String backupName)
Value of
backupName. |
DropBackupResponse |
setBackupNames(List<String> backupNames)
Backups that were deleted.
|
DropBackupResponse |
setInfo(Map<String,String> info)
Additional information.
|
String |
toString() |
public DropBackupResponse()
public static org.apache.avro.Schema getClassSchema()
public String getBackupName()
backupName.backupName.public DropBackupResponse setBackupName(String backupName)
backupName.backupName - The new value for backupName.this to mimic the builder pattern.public List<String> getBackupNames()
backupNames.public DropBackupResponse setBackupNames(List<String> backupNames)
backupNames - The new value for backupNames.this to mimic the builder pattern.public Map<String,String> getInfo()
info.public DropBackupResponse 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.GenericContainerpublic Object get(int index)
get in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to getIndexOutOfBoundsExceptionpublic void put(int index,
Object value)
put in interface org.apache.avro.generic.IndexedRecordindex - the position of the field to setvalue - the value to setIndexOutOfBoundsExceptionCopyright © 2025. All rights reserved.