public class AutoDelStrategyInfo extends AbstractModel
Constructor and Description |
---|
AutoDelStrategyInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getCreationTime()
Get 创建时间
|
String |
getRepoName()
Get 仓库名
|
String |
getType()
Get 类型
|
String |
getUsername()
Get 用户名
|
Long |
getValid()
Get Valid
|
Long |
getValue()
Get 策略值
|
void |
setCreationTime(String CreationTime)
Set 创建时间
|
void |
setRepoName(String RepoName)
Set 仓库名
|
void |
setType(String Type)
Set 类型
|
void |
setUsername(String Username)
Set 用户名
|
void |
setValid(Long Valid)
Set Valid
|
void |
setValue(Long Value)
Set 策略值
|
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, toJsonString
public String getUsername()
public void setUsername(String Username)
Username
- 用户名public String getRepoName()
public void setRepoName(String RepoName)
RepoName
- 仓库名public String getType()
public void setType(String Type)
Type
- 类型public Long getValue()
public void setValue(Long Value)
Value
- 策略值public Long getValid()
public void setValid(Long Valid)
Valid
- Validpublic String getCreationTime()
public void setCreationTime(String CreationTime)
CreationTime
- 创建时间Copyright © 2020. All rights reserved.