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