public class InternalTenant extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| InternalTenant() | 
| InternalTenant(InternalTenant 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 | getClusterName()Get 物理集群名称 | 
| Long | getCreateTime()Get 创建时间,毫秒为单位 | 
| String | getCustomerAppId()Get 客户的APPID | 
| String | getCustomerUin()Get 客户UIN | 
| Long | getMaxDispatchRateInBytes()Get 命名空间最大消费带宽,byte为单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getMaxDispatchTps()Get 命名空间最大消费TPS | 
| Long | getMaxMsgBacklogSize()Get 存储配额, byte为单位 | 
| Long | getMaxNamespaces()Get 命名空间配额 | 
| Long | getMaxPartitions()Get Topic分区数配额 | 
| Long | getMaxPublishRateInBytes()Get 命名空间最大生产带宽,byte为单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getMaxPublishTps()Get 命名空间最大生产TPS | 
| Long | getMaxRetention()Get 消息最大保留时间,秒为单位 | 
| Long | getMaxRetentionSizeInMB()Get 消息最大保留空间,MB为单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| Long | getMaxTopics()Get Topic配额 | 
| Boolean | getPublicAccessEnabled()Get public Access Enabled
注意:此字段可能返回 null,表示取不到有效值。 | 
| String | getTenantId()Get 虚拟集群ID | 
| String | getTenantName()Get 虚拟集群名称 | 
| String | getType()Get 集群协议类型,支持的值为TDMQ,ROCKETMQ,AMQP,CMQ | 
| Long | getUpdateTime()Get 修改时间,毫秒为单位 | 
| Long | getUsedNamespaces()Get 已使用命名空间配额 | 
| Long | getUsedPartitions()Get 已使用Topic分区数配额 | 
| Long | getUsedTopics()Get 已使用Topic配额 | 
| void | setClusterName(String ClusterName)Set 物理集群名称 | 
| void | setCreateTime(Long CreateTime)Set 创建时间,毫秒为单位 | 
| void | setCustomerAppId(String CustomerAppId)Set 客户的APPID | 
| void | setCustomerUin(String CustomerUin)Set 客户UIN | 
| void | setMaxDispatchRateInBytes(Long MaxDispatchRateInBytes)Set 命名空间最大消费带宽,byte为单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMaxDispatchTps(Long MaxDispatchTps)Set 命名空间最大消费TPS | 
| void | setMaxMsgBacklogSize(Long MaxMsgBacklogSize)Set 存储配额, byte为单位 | 
| void | setMaxNamespaces(Long MaxNamespaces)Set 命名空间配额 | 
| void | setMaxPartitions(Long MaxPartitions)Set Topic分区数配额 | 
| void | setMaxPublishRateInBytes(Long MaxPublishRateInBytes)Set 命名空间最大生产带宽,byte为单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMaxPublishTps(Long MaxPublishTps)Set 命名空间最大生产TPS | 
| void | setMaxRetention(Long MaxRetention)Set 消息最大保留时间,秒为单位 | 
| void | setMaxRetentionSizeInMB(Long MaxRetentionSizeInMB)Set 消息最大保留空间,MB为单位
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setMaxTopics(Long MaxTopics)Set Topic配额 | 
| void | setPublicAccessEnabled(Boolean PublicAccessEnabled)Set public Access Enabled
注意:此字段可能返回 null,表示取不到有效值。 | 
| void | setTenantId(String TenantId)Set 虚拟集群ID | 
| void | setTenantName(String TenantName)Set 虚拟集群名称 | 
| void | setType(String Type)Set 集群协议类型,支持的值为TDMQ,ROCKETMQ,AMQP,CMQ | 
| void | setUpdateTime(Long UpdateTime)Set 修改时间,毫秒为单位 | 
| void | setUsedNamespaces(Long UsedNamespaces)Set 已使用命名空间配额 | 
| void | setUsedPartitions(Long UsedPartitions)Set 已使用Topic分区数配额 | 
| void | setUsedTopics(Long UsedTopics)Set 已使用Topic配额 | 
| 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 InternalTenant()
public InternalTenant(InternalTenant source)
public String getTenantId()
public void setTenantId(String TenantId)
TenantId - 虚拟集群IDpublic String getTenantName()
public void setTenantName(String TenantName)
TenantName - 虚拟集群名称public String getCustomerUin()
public void setCustomerUin(String CustomerUin)
CustomerUin - 客户UINpublic String getCustomerAppId()
public void setCustomerAppId(String CustomerAppId)
CustomerAppId - 客户的APPIDpublic String getClusterName()
public void setClusterName(String ClusterName)
ClusterName - 物理集群名称public String getType()
public void setType(String Type)
Type - 集群协议类型,支持的值为TDMQ,ROCKETMQ,AMQP,CMQpublic Long getMaxNamespaces()
public void setMaxNamespaces(Long MaxNamespaces)
MaxNamespaces - 命名空间配额public Long getUsedNamespaces()
public void setUsedNamespaces(Long UsedNamespaces)
UsedNamespaces - 已使用命名空间配额public Long getMaxTopics()
public void setMaxTopics(Long MaxTopics)
MaxTopics - Topic配额public Long getUsedTopics()
public void setUsedTopics(Long UsedTopics)
UsedTopics - 已使用Topic配额public Long getMaxPartitions()
public void setMaxPartitions(Long MaxPartitions)
MaxPartitions - Topic分区数配额public Long getUsedPartitions()
public void setUsedPartitions(Long UsedPartitions)
UsedPartitions - 已使用Topic分区数配额public Long getMaxMsgBacklogSize()
public void setMaxMsgBacklogSize(Long MaxMsgBacklogSize)
MaxMsgBacklogSize - 存储配额, byte为单位public Long getMaxPublishTps()
public void setMaxPublishTps(Long MaxPublishTps)
MaxPublishTps - 命名空间最大生产TPSpublic Long getMaxRetention()
public void setMaxRetention(Long MaxRetention)
MaxRetention - 消息最大保留时间,秒为单位public Long getCreateTime()
public void setCreateTime(Long CreateTime)
CreateTime - 创建时间,毫秒为单位public Long getUpdateTime()
public void setUpdateTime(Long UpdateTime)
UpdateTime - 修改时间,毫秒为单位public Long getMaxDispatchTps()
public void setMaxDispatchTps(Long MaxDispatchTps)
MaxDispatchTps - 命名空间最大消费TPSpublic Long getMaxDispatchRateInBytes()
public void setMaxDispatchRateInBytes(Long MaxDispatchRateInBytes)
MaxDispatchRateInBytes - 命名空间最大消费带宽,byte为单位
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxPublishRateInBytes()
public void setMaxPublishRateInBytes(Long MaxPublishRateInBytes)
MaxPublishRateInBytes - 命名空间最大生产带宽,byte为单位
注意:此字段可能返回 null,表示取不到有效值。public Long getMaxRetentionSizeInMB()
public void setMaxRetentionSizeInMB(Long MaxRetentionSizeInMB)
MaxRetentionSizeInMB - 消息最大保留空间,MB为单位
注意:此字段可能返回 null,表示取不到有效值。public Boolean getPublicAccessEnabled()
public void setPublicAccessEnabled(Boolean PublicAccessEnabled)
PublicAccessEnabled - public Access Enabled
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2025. All rights reserved.