public class BaseTenant extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
BaseTenant()  | 
BaseTenant(BaseTenant source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getDescription()
Get RemarksNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getDisplayName()
Get Tenant display name, usually the Chinese name
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getOwnerUserId()
Get Tenant Main Account
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getParams()
Get Tenant's additional configuration parameters, in JSON format string
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getTenantId()
Get Tenant IDNote: This field may return null, indicating that no valid value can be obtained. 
 | 
String | 
getTenantName()
Get Tenant ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setDescription(String Description)
Set RemarksNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setDisplayName(String DisplayName)
Set Tenant display name, usually the Chinese name
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setOwnerUserId(String OwnerUserId)
Set Tenant Main Account
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setParams(String Params)
Set Tenant's additional configuration parameters, in JSON format string
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTenantId(String TenantId)
Set Tenant IDNote: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
setTenantName(String TenantName)
Set Tenant ID
Note: This field may return null, indicating that no valid value can be obtained. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic BaseTenant()
public BaseTenant(BaseTenant source)
public String getTenantId()
public void setTenantId(String TenantId)
TenantId - Tenant IDNote: This field may return null, indicating that no valid value can be obtained.public String getTenantName()
public void setTenantName(String TenantName)
TenantName - Tenant ID
Note: This field may return null, indicating that no valid value can be obtained.public String getDisplayName()
public void setDisplayName(String DisplayName)
DisplayName - Tenant display name, usually the Chinese name
Note: This field may return null, indicating that no valid value can be obtained.public String getDescription()
public void setDescription(String Description)
Description - RemarksNote: This field may return null, indicating that no valid value can be obtained.public String getOwnerUserId()
public void setOwnerUserId(String OwnerUserId)
OwnerUserId - Tenant Main Account
Note: This field may return null, indicating that no valid value can be obtained.public String getParams()
public void setParams(String Params)
Params - Tenant's additional configuration parameters, in JSON format string
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.