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 淘汰天数,见上面描述
|
Long |
getFileTag()
Get 文件标签,见上面描述
|
Long |
getOperType()
Get 操作类型,见上面描述
|
String |
getTableGroupId()
Get 所属表格组ID
|
String |
getTableName()
Get 表名称
|
void |
setExpireDay(Long ExpireDay)
Set 淘汰天数,见上面描述
|
void |
setFileTag(Long FileTag)
Set 文件标签,见上面描述
|
void |
setOperType(Long OperType)
Set 操作类型,见上面描述
|
void |
setTableGroupId(String TableGroupId)
Set 所属表格组ID
|
void |
setTableName(String TableName)
Set 表名称
|
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
- 所属表格组IDpublic String getTableName()
public void setTableName(String TableName)
TableName
- 表名称public Long getFileTag()
public void setFileTag(Long FileTag)
FileTag
- 文件标签,见上面描述public Long getExpireDay()
public void setExpireDay(Long ExpireDay)
ExpireDay
- 淘汰天数,见上面描述public Long getOperType()
public void setOperType(Long OperType)
OperType
- 操作类型,见上面描述Copyright © 2024. All rights reserved.