public class GetPhysicalDatabaseResponseBody
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase |
database
The information about the physical database.
|
String |
errorCode
The error code returned if the request failed.
|
String |
errorMessage
The error message returned if the request failed.
|
String |
requestId
The ID of the request.
|
Boolean |
success
Indicates whether the request is successful.
|
| 构造器和说明 |
|---|
GetPhysicalDatabaseResponseBody() |
@NameInMap(value="Database") public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase database
The information about the physical database.
@NameInMap(value="ErrorCode") public String errorCode
The error code returned if the request failed.
example:UnknownError
@NameInMap(value="ErrorMessage") public String errorMessage
The error message returned if the request failed.
example:UnknownError
@NameInMap(value="RequestId") public String requestId
The ID of the request.
example:7FAD400F-7A5C-4193-8F9A-39D86C4F0231
@NameInMap(value="Success") public Boolean success
Indicates whether the request is successful.
example:true
public static GetPhysicalDatabaseResponseBody build(Map<String,?> map) throws Exception
Exceptionpublic GetPhysicalDatabaseResponseBody setDatabase(GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase database)
public GetPhysicalDatabaseResponseBody.GetPhysicalDatabaseResponseBodyDatabase getDatabase()
public GetPhysicalDatabaseResponseBody setErrorCode(String errorCode)
public String getErrorCode()
public GetPhysicalDatabaseResponseBody setErrorMessage(String errorMessage)
public String getErrorMessage()
public GetPhysicalDatabaseResponseBody setRequestId(String requestId)
public String getRequestId()
public GetPhysicalDatabaseResponseBody setSuccess(Boolean success)
public Boolean getSuccess()
Copyright © 2025. All rights reserved.