public static class ListUserTenantsResponseBody.ListUserTenantsResponseBodyTenantList
extends com.aliyun.tea.TeaModel
| 限定符和类型 | 字段和说明 |
|---|---|
String |
status
The status of the tenant.
|
String |
tenantName
The name of the tenant.
|
Long |
tid
The ID of the tenant.
|
| 构造器和说明 |
|---|
ListUserTenantsResponseBodyTenantList() |
@NameInMap(value="Status") public String status
The status of the tenant. Valid values:
ACTIVE
@NameInMap(value="TenantName") public String tenantName
The name of the tenant.
example:test_name
@NameInMap(value="Tid") public Long tid
The ID of the tenant.
example:3***
public static ListUserTenantsResponseBody.ListUserTenantsResponseBodyTenantList build(Map<String,?> map) throws Exception
Exceptionpublic ListUserTenantsResponseBody.ListUserTenantsResponseBodyTenantList setStatus(String status)
public String getStatus()
public ListUserTenantsResponseBody.ListUserTenantsResponseBodyTenantList setTenantName(String tenantName)
public String getTenantName()
public ListUserTenantsResponseBody.ListUserTenantsResponseBodyTenantList setTid(Long tid)
public Long getTid()
Copyright © 2025. All rights reserved.