public class SnapshotInfo extends AbstractModel
| Constructor and Description | 
|---|
| SnapshotInfo() | 
| SnapshotInfo(SnapshotInfo 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 | 
|---|---|
| String | getSnapshotDeadTime()Get Snapshot expiration time | 
| String | getSnapshotName()Get Snapshot name | 
| String | getSnapshotTime()Get The time of the data from which the snapshot was created | 
| String | getTableGroupId()Get The ID of the table group where the table resides | 
| String | getTableName()Get Table name | 
| void | setSnapshotDeadTime(String SnapshotDeadTime)Set Snapshot expiration time | 
| void | setSnapshotName(String SnapshotName)Set Snapshot name | 
| void | setSnapshotTime(String SnapshotTime)Set The time of the data from which the snapshot was created | 
| void | setTableGroupId(String TableGroupId)Set The ID of the table group where the table resides | 
| void | setTableName(String TableName)Set Table name | 
| 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 SnapshotInfo()
public SnapshotInfo(SnapshotInfo source)
public String getTableGroupId()
public void setTableGroupId(String TableGroupId)
TableGroupId - The ID of the table group where the table residespublic String getTableName()
public void setTableName(String TableName)
TableName - Table namepublic String getSnapshotName()
public void setSnapshotName(String SnapshotName)
SnapshotName - Snapshot namepublic String getSnapshotTime()
public void setSnapshotTime(String SnapshotTime)
SnapshotTime - The time of the data from which the snapshot was createdpublic String getSnapshotDeadTime()
public void setSnapshotDeadTime(String SnapshotDeadTime)
SnapshotDeadTime - Snapshot expiration timeCopyright © 2022. All rights reserved.