public class AutoDelStrategyInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| AutoDelStrategyInfo() | 
| AutoDelStrategyInfo(AutoDelStrategyInfo 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 | 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic AutoDelStrategyInfo()
public AutoDelStrategyInfo(AutoDelStrategyInfo source)
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 © 2025. All rights reserved.