public class BackupExpireRuleInfo extends AbstractModel
header, skipSign
Constructor and Description |
---|
BackupExpireRuleInfo() |
BackupExpireRuleInfo(BackupExpireRuleInfo 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 |
---|---|
Long |
getExpireDay()
Get Retention days, which is described above.
|
Long |
getFileTag()
Get file tag, which is described above.
|
Long |
getOperType()
Get Operation type, which is described above.
|
String |
getTableGroupId()
Get The ID of the table group where the table resides
|
String |
getTableName()
Get Table name
|
void |
setExpireDay(Long ExpireDay)
Set Retention days, which is described above.
|
void |
setFileTag(Long FileTag)
Set file tag, which is described above.
|
void |
setOperType(Long OperType)
Set Operation type, which is described above.
|
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, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public BackupExpireRuleInfo()
public BackupExpireRuleInfo(BackupExpireRuleInfo 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 Long getFileTag()
public void setFileTag(Long FileTag)
FileTag
- file tag, which is described above.public Long getExpireDay()
public void setExpireDay(Long ExpireDay)
ExpireDay
- Retention days, which is described above.public Long getOperType()
public void setOperType(Long OperType)
OperType
- Operation type, which is described above.Copyright © 2024. All rights reserved.