public class SnapshotInfoNew extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SnapshotInfoNew()  | 
SnapshotInfoNew(SnapshotInfoNew 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 | 
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 | 
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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic SnapshotInfoNew()
public SnapshotInfoNew(SnapshotInfoNew 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 getSnapshotDeadTime()
public void setSnapshotDeadTime(String SnapshotDeadTime)
SnapshotDeadTime - Snapshot expiration timeCopyright © 2025. All rights reserved.