public class CreateDiagnosticReportResponseBody
extends com.aliyun.tea.TeaModel
限定符和类型 | 字段和说明 |
---|---|
String |
reportId
The ID of the diagnostic report, which is the unique identifier of the report.
|
String |
requestId
The ID of the request.
|
构造器和说明 |
---|
CreateDiagnosticReportResponseBody() |
限定符和类型 | 方法和说明 |
---|---|
static CreateDiagnosticReportResponseBody |
build(Map<String,?> map) |
String |
getReportId() |
String |
getRequestId() |
CreateDiagnosticReportResponseBody |
setReportId(String reportId) |
CreateDiagnosticReportResponseBody |
setRequestId(String requestId) |
@NameInMap(value="ReportId") public String reportId
The ID of the diagnostic report, which is the unique identifier of the report.
@NameInMap(value="RequestId") public String requestId
The ID of the request.
public static CreateDiagnosticReportResponseBody build(Map<String,?> map) throws Exception
Exception
public CreateDiagnosticReportResponseBody setReportId(String reportId)
public String getReportId()
public CreateDiagnosticReportResponseBody setRequestId(String requestId)
public String getRequestId()
Copyright © 2023. All rights reserved.