public class ImageAutoAuthorizedTask extends AbstractModel
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
String |
getAuthorizedDate()
Get Task date
|
Long |
getFailCount()
Get Number of images failed to be automatically licensed
|
String |
getLastAuthorizedTime()
Get Last licensing time
|
String |
getLatestFailCode()
Get Error code for the last task.
|
String |
getSource()
Get Image source.
|
Long |
getSuccessCount()
Get Number of images automatically licensed successfully
|
Long |
getTaskId()
Get Task ID
|
String |
getType()
Get Licensing method.
|
void |
setAuthorizedDate(String AuthorizedDate)
Set Task date
|
void |
setFailCount(Long FailCount)
Set Number of images failed to be automatically licensed
|
void |
setLastAuthorizedTime(String LastAuthorizedTime)
Set Last licensing time
|
void |
setLatestFailCode(String LatestFailCode)
Set Error code for the last task.
|
void |
setSource(String Source)
Set Image source.
|
void |
setSuccessCount(Long SuccessCount)
Set Number of images automatically licensed successfully
|
void |
setTaskId(Long TaskId)
Set Task ID
|
void |
setType(String Type)
Set Licensing method.
|
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 ImageAutoAuthorizedTask()
public ImageAutoAuthorizedTask(ImageAutoAuthorizedTask source)
public Long getTaskId()
public void setTaskId(Long TaskId)
TaskId
- Task IDpublic String getType()
public void setType(String Type)
Type
- Licensing method. Valid values: `AUTO` (automatic licensing); `MANUAL` (manual licensing).public String getAuthorizedDate()
public void setAuthorizedDate(String AuthorizedDate)
AuthorizedDate
- Task datepublic String getSource()
public void setSource(String Source)
Source
- Image source. Valid values: `LOCAL` (local image); `REGISTRY` (repository image).public String getLastAuthorizedTime()
public void setLastAuthorizedTime(String LastAuthorizedTime)
LastAuthorizedTime
- Last licensing timepublic Long getSuccessCount()
public void setSuccessCount(Long SuccessCount)
SuccessCount
- Number of images automatically licensed successfullypublic Long getFailCount()
public void setFailCount(Long FailCount)
FailCount
- Number of images failed to be automatically licensedpublic String getLatestFailCode()
public void setLatestFailCode(String LatestFailCode)
LatestFailCode
- Error code for the last task. Valid values: `REACH_LIMIT` (reaching the upper limit on licenses); `LICENSE_INSUFFICIENT` (insufficient licenses).Copyright © 2023. All rights reserved.