public class SnapshotResult extends AbstractModel
| Constructor and Description | 
|---|
| SnapshotResult() | 
| SnapshotResult(SnapshotResult source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| ErrorInfo | getError()Get Error information
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getSnapshotCreateTime()Get When the snapshot was created
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getSnapshotDeadTime()Get When the snapshot expires
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getSnapshotName()Get Snapshot name
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| Long | getSnapshotSize()Get Snapshot size
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| Long | getSnapshotStatus()Get Snapshot status. | 
| String | getSnapshotTime()Get The time of the data from which the snapshot was created
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getTableGroupId()Get The ID of the table group where the table resides
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getTableName()Get Table name
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| String | getTaskId()Get Task ID, which is valid for the API that creates one task at a time
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setError(ErrorInfo Error)Set Error information
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setSnapshotCreateTime(String SnapshotCreateTime)Set When the snapshot was created
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setSnapshotDeadTime(String SnapshotDeadTime)Set When the snapshot expires
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setSnapshotName(String SnapshotName)Set Snapshot name
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setSnapshotSize(Long SnapshotSize)Set Snapshot size
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setSnapshotStatus(Long SnapshotStatus)Set Snapshot status. | 
| void | setSnapshotTime(String SnapshotTime)Set The time of the data from which the snapshot was created
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setTableGroupId(String TableGroupId)Set The ID of the table group where the table resides
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setTableName(String TableName)Set Table name
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | setTaskId(String TaskId)Set Task ID, which is valid for the API that creates one task at a time
Note: `null` may be returned for this field, indicating that no valid values can be obtained. | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic SnapshotResult()
public SnapshotResult(SnapshotResult source)
public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - The ID of the table group where the table resides
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getTableName()
public void setTableName(String TableName)
TableName - Table name
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getTaskId()
public void setTaskId(String TaskId)
TaskId - Task ID, which is valid for the API that creates one task at a time
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public ErrorInfo getError()
public void setError(ErrorInfo Error)
Error - Error information
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName - Snapshot name
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getSnapshotTime()
public void setSnapshotTime(String SnapshotTime)
SnapshotTime - The time of the data from which the snapshot was created
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getSnapshotDeadTime()
public void setSnapshotDeadTime(String SnapshotDeadTime)
SnapshotDeadTime - When the snapshot expires
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public String getSnapshotCreateTime()
public void setSnapshotCreateTime(String SnapshotCreateTime)
SnapshotCreateTime - When the snapshot was created
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getSnapshotSize()
public void setSnapshotSize(Long SnapshotSize)
SnapshotSize - Snapshot size
Note: `null` may be returned for this field, indicating that no valid values can be obtained.public Long getSnapshotStatus()
public void setSnapshotStatus(Long SnapshotStatus)
SnapshotStatus - Snapshot status. Valid values: `0` (creating), `1` (normal), `2` (deleting), `3` (expired), `4` (rolling back).
Note: `null` may be returned for this field, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.