public class CreateScanInstancesResponse extends AbstractModel
Constructor and Description |
---|
CreateScanInstancesResponse() |
CreateScanInstancesResponse(CreateScanInstancesResponse 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[] |
getAppMd5s()
Get 提交成功的app的md5集合
|
String |
getItemId()
Get 任务唯一标识
|
Long |
getLimitCount()
Get 剩余可用次数
|
Long |
getLimitTime()
Get 到期时间
|
Long |
getProgress()
Get 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setAppMd5s(String[] AppMd5s)
Set 提交成功的app的md5集合
|
void |
setItemId(String ItemId)
Set 任务唯一标识
|
void |
setLimitCount(Long LimitCount)
Set 剩余可用次数
|
void |
setLimitTime(Long LimitTime)
Set 到期时间
|
void |
setProgress(Long Progress)
Set 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
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 CreateScanInstancesResponse()
public CreateScanInstancesResponse(CreateScanInstancesResponse source)
public String getItemId()
public void setItemId(String ItemId)
ItemId
- 任务唯一标识public Long getProgress()
public void setProgress(Long Progress)
Progress
- 任务状态: 1-已完成,2-处理中,3-处理出错,4-处理超时public String[] getAppMd5s()
public void setAppMd5s(String[] AppMd5s)
AppMd5s
- 提交成功的app的md5集合public Long getLimitCount()
public void setLimitCount(Long LimitCount)
LimitCount
- 剩余可用次数public Long getLimitTime()
public void setLimitTime(Long LimitTime)
LimitTime
- 到期时间public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2022. All rights reserved.