public class GetPhysicalDatabaseResponse
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
GetPhysicalDatabaseResponseBody |
body |
Map<String,String> |
headers |
Integer |
statusCode |
| 构造器和说明 |
|---|
GetPhysicalDatabaseResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
static GetPhysicalDatabaseResponse |
build(Map<String,?> map) |
GetPhysicalDatabaseResponseBody |
getBody() |
Map<String,String> |
getHeaders() |
Integer |
getStatusCode() |
GetPhysicalDatabaseResponse |
setBody(GetPhysicalDatabaseResponseBody body) |
GetPhysicalDatabaseResponse |
setHeaders(Map<String,String> headers) |
GetPhysicalDatabaseResponse |
setStatusCode(Integer statusCode) |
@NameInMap(value="statusCode") public Integer statusCode
@NameInMap(value="body") public GetPhysicalDatabaseResponseBody body
public static GetPhysicalDatabaseResponse build(Map<String,?> map) throws Exception
Exceptionpublic GetPhysicalDatabaseResponse setHeaders(Map<String,String> headers)
public GetPhysicalDatabaseResponse setStatusCode(Integer statusCode)
public Integer getStatusCode()
public GetPhysicalDatabaseResponse setBody(GetPhysicalDatabaseResponseBody body)
public GetPhysicalDatabaseResponseBody getBody()
Copyright © 2025. All rights reserved.