BackupMeta class
- Implemented types
Constructors
Properties
- all_spaces ↔ bool
-
getter/setter pair
- backup_name ↔ Int8List?
-
getter/setter pair
- base_backup_name ↔ Int8List?
-
getter/setter pair
- cluster_id ↔ int
-
getter/setter pair
- create_time ↔ int
-
getter/setter pair
- full ↔ bool
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
meta_files
↔ List<
Int8List> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
space_backups
↔ Map<
int, SpaceBackupInfo> ? -
getter/setter pair
-
storage_hosts
↔ List<
HostAddr> ? -
getter/setter pair
Methods
-
getFieldValue(
int fieldID) → dynamic -
Get a field's value by
fieldId
. Primitive types will be wrapped in the appropriate "boxed" types.override -
isSet(
int fieldID) → bool -
Check if a field is currently set or unset, using the
fieldId
.override -
isSetAll_spaces(
) → bool -
isSetBackup_name(
) → bool -
isSetBase_backup_name(
) → bool -
isSetCluster_id(
) → bool -
isSetCreate_time(
) → bool -
isSetFull(
) → bool -
isSetMeta_files(
) → bool -
isSetSpace_backups(
) → bool -
isSetStorage_hosts(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
TProtocol iprot) → void -
Reads the TObject from the given input protocol.
override
-
setFieldValue(
int fieldID, Object? value) → dynamic -
Set a field's value by
fieldId
. Primitive types must be "boxed" in the appropriate object wrapper type.override -
toString(
) → String -
A string representation of this object.
override
-
unsetAll_spaces(
) → dynamic -
unsetBackup_name(
) → dynamic -
unsetBase_backup_name(
) → dynamic -
unsetCluster_id(
) → dynamic -
unsetCreate_time(
) → dynamic -
unsetFull(
) → dynamic -
unsetMeta_files(
) → dynamic -
unsetSpace_backups(
) → dynamic -
unsetStorage_hosts(
) → dynamic -
validate(
) → dynamic -
write(
TProtocol oprot) → void -
Writes the objects out to the
oprot
protocol.override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- ALL_SPACES → const int
- BACKUP_NAME → const int
- BASE_BACKUP_NAME → const int
- CLUSTER_ID → const int
- CREATE_TIME → const int
- FULL → const int
- META_FILES → const int
- SPACE_BACKUPS → const int
- STORAGE_HOSTS → const int