Class ImageAutoAuthorizedTask
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.tcss.v20201101.models.ImageAutoAuthorizedTask
-
public class ImageAutoAuthorizedTask extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description ImageAutoAuthorizedTask()ImageAutoAuthorizedTask(ImageAutoAuthorizedTask 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorizedDate()Get 任务日期LonggetFailCount()Get 自动授权失败数StringgetLastAuthorizedTime()Get 最近授权时间StringgetLatestFailCode()Get 最近任务失败码,REACH_LIMIT:达到授权上限,LICENSE_INSUFFICIENT:授权数不足StringgetSource()Get 镜像来源,LOCAL:本地镜像,REGISTRY:仓库镜像LonggetSuccessCount()Get 自动授权成功数LonggetTaskId()Get 任务idStringgetType()Get 授权方式,AUTO:自动授权,MANUAL:手动授权voidsetAuthorizedDate(String AuthorizedDate)Set 任务日期voidsetFailCount(Long FailCount)Set 自动授权失败数voidsetLastAuthorizedTime(String LastAuthorizedTime)Set 最近授权时间voidsetLatestFailCode(String LatestFailCode)Set 最近任务失败码,REACH_LIMIT:达到授权上限,LICENSE_INSUFFICIENT:授权数不足voidsetSource(String Source)Set 镜像来源,LOCAL:本地镜像,REGISTRY:仓库镜像voidsetSuccessCount(Long SuccessCount)Set 自动授权成功数voidsetTaskId(Long TaskId)Set 任务idvoidsetType(String Type)Set 授权方式,AUTO:自动授权,MANUAL:手动授权voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ImageAutoAuthorizedTask
public ImageAutoAuthorizedTask()
-
ImageAutoAuthorizedTask
public ImageAutoAuthorizedTask(ImageAutoAuthorizedTask 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.
-
-
Method Detail
-
getTaskId
public Long getTaskId()
Get 任务id- Returns:
- TaskId 任务id
-
setTaskId
public void setTaskId(Long TaskId)
Set 任务id- Parameters:
TaskId- 任务id
-
getType
public String getType()
Get 授权方式,AUTO:自动授权,MANUAL:手动授权- Returns:
- Type 授权方式,AUTO:自动授权,MANUAL:手动授权
-
setType
public void setType(String Type)
Set 授权方式,AUTO:自动授权,MANUAL:手动授权- Parameters:
Type- 授权方式,AUTO:自动授权,MANUAL:手动授权
-
getAuthorizedDate
public String getAuthorizedDate()
Get 任务日期- Returns:
- AuthorizedDate 任务日期
-
setAuthorizedDate
public void setAuthorizedDate(String AuthorizedDate)
Set 任务日期- Parameters:
AuthorizedDate- 任务日期
-
getSource
public String getSource()
Get 镜像来源,LOCAL:本地镜像,REGISTRY:仓库镜像- Returns:
- Source 镜像来源,LOCAL:本地镜像,REGISTRY:仓库镜像
-
setSource
public void setSource(String Source)
Set 镜像来源,LOCAL:本地镜像,REGISTRY:仓库镜像- Parameters:
Source- 镜像来源,LOCAL:本地镜像,REGISTRY:仓库镜像
-
getLastAuthorizedTime
public String getLastAuthorizedTime()
Get 最近授权时间- Returns:
- LastAuthorizedTime 最近授权时间
-
setLastAuthorizedTime
public void setLastAuthorizedTime(String LastAuthorizedTime)
Set 最近授权时间- Parameters:
LastAuthorizedTime- 最近授权时间
-
getSuccessCount
public Long getSuccessCount()
Get 自动授权成功数- Returns:
- SuccessCount 自动授权成功数
-
setSuccessCount
public void setSuccessCount(Long SuccessCount)
Set 自动授权成功数- Parameters:
SuccessCount- 自动授权成功数
-
getFailCount
public Long getFailCount()
Get 自动授权失败数- Returns:
- FailCount 自动授权失败数
-
setFailCount
public void setFailCount(Long FailCount)
Set 自动授权失败数- Parameters:
FailCount- 自动授权失败数
-
getLatestFailCode
public String getLatestFailCode()
Get 最近任务失败码,REACH_LIMIT:达到授权上限,LICENSE_INSUFFICIENT:授权数不足- Returns:
- LatestFailCode 最近任务失败码,REACH_LIMIT:达到授权上限,LICENSE_INSUFFICIENT:授权数不足
-
setLatestFailCode
public void setLatestFailCode(String LatestFailCode)
Set 最近任务失败码,REACH_LIMIT:达到授权上限,LICENSE_INSUFFICIENT:授权数不足- Parameters:
LatestFailCode- 最近任务失败码,REACH_LIMIT:达到授权上限,LICENSE_INSUFFICIENT:授权数不足
-
-