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