public class DescribeFlySecMiniAppScanTaskStatusResponse extends AbstractModel
Constructor and Description |
---|
DescribeFlySecMiniAppScanTaskStatusResponse() |
DescribeFlySecMiniAppScanTaskStatusResponse(DescribeFlySecMiniAppScanTaskStatusResponse 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 |
---|---|
Long |
getErrno()
Get 诊断失败错误码
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMiniAppName()
Get 小程序名称
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getMiniAppVersion()
Get 小程序版本
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
Long |
getRet()
Get 返回值, 0:成功, 其他值请查看“返回值”定义
|
Long |
getStatus()
Get 诊断状态, 0:排队中, 1:成功, 2:失败, 3:进行中
|
void |
setErrno(Long Errno)
Set 诊断失败错误码
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMiniAppName(String MiniAppName)
Set 小程序名称
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setMiniAppVersion(String MiniAppVersion)
Set 小程序版本
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
void |
setRet(Long Ret)
Set 返回值, 0:成功, 其他值请查看“返回值”定义
|
void |
setStatus(Long Status)
Set 诊断状态, 0:排队中, 1:成功, 2:失败, 3:进行中
|
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 DescribeFlySecMiniAppScanTaskStatusResponse()
public DescribeFlySecMiniAppScanTaskStatusResponse(DescribeFlySecMiniAppScanTaskStatusResponse source)
public Long getRet()
public void setRet(Long Ret)
Ret
- 返回值, 0:成功, 其他值请查看“返回值”定义public Long getStatus()
public void setStatus(Long Status)
Status
- 诊断状态, 0:排队中, 1:成功, 2:失败, 3:进行中public Long getErrno()
public void setErrno(Long Errno)
Errno
- 诊断失败错误码
注意:此字段可能返回 null,表示取不到有效值。public String getMiniAppName()
public void setMiniAppName(String MiniAppName)
MiniAppName
- 小程序名称
注意:此字段可能返回 null,表示取不到有效值。public String getMiniAppVersion()
public void setMiniAppVersion(String MiniAppVersion)
MiniAppVersion
- 小程序版本
注意:此字段可能返回 null,表示取不到有效值。public String getRequestId()
public void setRequestId(String RequestId)
RequestId
- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。Copyright © 2023. All rights reserved.