Class DescribeScanTaskReportUrlResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mmps.v20200710.models.DescribeScanTaskReportUrlResponse
-
public class DescribeScanTaskReportUrlResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeScanTaskReportUrlResponse()DescribeScanTaskReportUrlResponse(DescribeScanTaskReportUrlResponse 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 StringgetReportResult()Get 诊断json结果内容 注意:此字段可能返回 null,表示取不到有效值。StringgetReportTitle()Get 诊断报告/堆栈名称 注意:此字段可能返回 null,表示取不到有效值。StringgetReportUrl()Get 诊断报告/堆栈信息下载链接StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetResult()Get 返回值, 0:成功, 其他值请查看“返回值”定义voidsetReportResult(String ReportResult)Set 诊断json结果内容 注意:此字段可能返回 null,表示取不到有效值。voidsetReportTitle(String ReportTitle)Set 诊断报告/堆栈名称 注意:此字段可能返回 null,表示取不到有效值。voidsetReportUrl(String ReportUrl)Set 诊断报告/堆栈信息下载链接voidsetRequestId(String RequestId)Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。voidsetResult(Long Result)Set 返回值, 0:成功, 其他值请查看“返回值”定义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
-
DescribeScanTaskReportUrlResponse
public DescribeScanTaskReportUrlResponse()
-
DescribeScanTaskReportUrlResponse
public DescribeScanTaskReportUrlResponse(DescribeScanTaskReportUrlResponse 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:成功, 其他值请查看“返回值”定义
-
getReportUrl
public String getReportUrl()
Get 诊断报告/堆栈信息下载链接- Returns:
- ReportUrl 诊断报告/堆栈信息下载链接
-
setReportUrl
public void setReportUrl(String ReportUrl)
Set 诊断报告/堆栈信息下载链接- Parameters:
ReportUrl- 诊断报告/堆栈信息下载链接
-
getReportTitle
public String getReportTitle()
Get 诊断报告/堆栈名称 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReportTitle 诊断报告/堆栈名称 注意:此字段可能返回 null,表示取不到有效值。
-
setReportTitle
public void setReportTitle(String ReportTitle)
Set 诊断报告/堆栈名称 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReportTitle- 诊断报告/堆栈名称 注意:此字段可能返回 null,表示取不到有效值。
-
getReportResult
public String getReportResult()
Get 诊断json结果内容 注意:此字段可能返回 null,表示取不到有效值。- Returns:
- ReportResult 诊断json结果内容 注意:此字段可能返回 null,表示取不到有效值。
-
setReportResult
public void setReportResult(String ReportResult)
Set 诊断json结果内容 注意:此字段可能返回 null,表示取不到有效值。- Parameters:
ReportResult- 诊断json结果内容 注意:此字段可能返回 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。
-
-