Class DescribeChannelTaskReportUrlResponse
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.acp.v20220105.models.DescribeChannelTaskReportUrlResponse
-
public class DescribeChannelTaskReportUrlResponse extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description DescribeChannelTaskReportUrlResponse()DescribeChannelTaskReportUrlResponse(DescribeChannelTaskReportUrlResponse 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 StringgetReportTitle()Get 诊断报告/堆栈/报告json结果的名称StringgetReportUrl()Get 诊断报告/堆栈信息/报告json结果下载链接StringgetRequestId()Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。LonggetResult()Get 返回值, 0:成功, 其他值请查看“返回值”定义voidsetReportTitle(String ReportTitle)Set 诊断报告/堆栈/报告json结果的名称voidsetReportUrl(String ReportUrl)Set 诊断报告/堆栈信息/报告json结果下载链接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
-
DescribeChannelTaskReportUrlResponse
public DescribeChannelTaskReportUrlResponse()
-
DescribeChannelTaskReportUrlResponse
public DescribeChannelTaskReportUrlResponse(DescribeChannelTaskReportUrlResponse 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 诊断报告/堆栈信息/报告json结果下载链接- Returns:
- ReportUrl 诊断报告/堆栈信息/报告json结果下载链接
-
setReportUrl
public void setReportUrl(String ReportUrl)
Set 诊断报告/堆栈信息/报告json结果下载链接- Parameters:
ReportUrl- 诊断报告/堆栈信息/报告json结果下载链接
-
getReportTitle
public String getReportTitle()
Get 诊断报告/堆栈/报告json结果的名称- Returns:
- ReportTitle 诊断报告/堆栈/报告json结果的名称
-
setReportTitle
public void setReportTitle(String ReportTitle)
Set 诊断报告/堆栈/报告json结果的名称- Parameters:
ReportTitle- 诊断报告/堆栈/报告json结果的名称
-
getRequestId
public String getRequestId()
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Returns:
- RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
setRequestId
public void setRequestId(String RequestId)
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。- Parameters:
RequestId- 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
-
-