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.
example:dr-uf6i0tv2refv8wz*****
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:473469C7-AA6F-4DC5-B3DB-A3DC0DE*****
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 © 2024. All rights reserved.