Class DescribeScanTaskStatusResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mmps.v20200710.models.DescribeScanTaskStatusResponse
-
public class DescribeScanTaskStatusResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScanTaskStatusResponse()
DescribeScanTaskStatusResponse(DescribeScanTaskStatusResponse 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 String
getErrMsg()
Get 诊断失败的错误信息 注意:此字段可能返回 null,表示取不到有效值。TaskFlowStepsInfo[]
getFlowSteps()
Get 任务流详情 注意:此字段可能返回 null,表示取不到有效值。String
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Long
getResult()
Get 返回值, 0:成功, 其他值请查看“返回值”定义Long
getStatus()
Get 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;void
setErrMsg(String ErrMsg)
Set 诊断失败的错误信息 注意:此字段可能返回 null,表示取不到有效值。void
setFlowSteps(TaskFlowStepsInfo[] FlowSteps)
Set 任务流详情 注意:此字段可能返回 null,表示取不到有效值。void
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。void
setResult(Long Result)
Set 返回值, 0:成功, 其他值请查看“返回值”定义void
setStatus(Long Status)
Set 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;void
toMap(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
-
DescribeScanTaskStatusResponse
public DescribeScanTaskStatusResponse()
-
DescribeScanTaskStatusResponse
public DescribeScanTaskStatusResponse(DescribeScanTaskStatusResponse 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
-
getResult
public Long getResult()
Get 返回值, 0:成功, 其他值请查看“返回值”定义- Returns:
- Result 返回值, 0:成功, 其他值请查看“返回值”定义
-
setResult
public void setResult(Long Result)
Set 返回值, 0:成功, 其他值请查看“返回值”定义- Parameters:
Result
- 返回值, 0:成功, 其他值请查看“返回值”定义
-
getStatus
public Long getStatus()
Get 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;- Returns:
- Status 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
-
setStatus
public void setStatus(Long Status)
Set 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;- Parameters:
Status
- 0:默认值(待检测/待咨询), 1.检测中, 4:任务完成/咨询完成, 5:任务失败, 6:咨询中;
-
getErrMsg
public String getErrMsg()
Get 诊断失败的错误信息 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ErrMsg 诊断失败的错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
setErrMsg
public void setErrMsg(String ErrMsg)
Set 诊断失败的错误信息 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ErrMsg
- 诊断失败的错误信息 注意:此字段可能返回 null,表示取不到有效值。
-
getFlowSteps
public TaskFlowStepsInfo[] getFlowSteps()
Get 任务流详情 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- FlowSteps 任务流详情 注意:此字段可能返回 null,表示取不到有效值。
-
setFlowSteps
public void setFlowSteps(TaskFlowStepsInfo[] FlowSteps)
Set 任务流详情 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
FlowSteps
- 任务流详情 注意:此字段可能返回 null,表示取不到有效值。
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-