public class MQTTProductSkuItem extends AbstractModel
header, skipSign
Constructor and Description |
---|
MQTTProductSkuItem() |
MQTTProductSkuItem(MQTTProductSkuItem 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 |
---|---|
Long |
getClientNumLimit()
Get 客户端连接数
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getInstanceType()
Get 类型
注意:此字段可能返回 null,表示取不到有效值。
|
Boolean |
getOnSale()
Get sale
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProxySpecCore()
Get 代理核
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProxySpecCount()
Get 代理总数
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getProxySpecMemory()
Get 代理内存
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSkuCode()
Get cide
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getSubscriptionNumLimit()
Get 订阅数限制
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTopicNumLimit()
Get topic num限制
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getTpsLimit()
Get tps
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setClientNumLimit(Long ClientNumLimit)
Set 客户端连接数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setInstanceType(String InstanceType)
Set 类型
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setOnSale(Boolean OnSale)
Set sale
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProxySpecCore(Long ProxySpecCore)
Set 代理核
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProxySpecCount(Long ProxySpecCount)
Set 代理总数
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setProxySpecMemory(Long ProxySpecMemory)
Set 代理内存
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSkuCode(String SkuCode)
Set cide
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSubscriptionNumLimit(Long SubscriptionNumLimit)
Set 订阅数限制
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTopicNumLimit(Long TopicNumLimit)
Set topic num限制
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setTpsLimit(Long TpsLimit)
Set tps
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonString
public MQTTProductSkuItem()
public MQTTProductSkuItem(MQTTProductSkuItem source)
public String getInstanceType()
public void setInstanceType(String InstanceType)
InstanceType
- 类型
注意:此字段可能返回 null,表示取不到有效值。public String getSkuCode()
public void setSkuCode(String SkuCode)
SkuCode
- cide
注意:此字段可能返回 null,表示取不到有效值。public Boolean getOnSale()
public void setOnSale(Boolean OnSale)
OnSale
- sale
注意:此字段可能返回 null,表示取不到有效值。public Long getTopicNumLimit()
public void setTopicNumLimit(Long TopicNumLimit)
TopicNumLimit
- topic num限制
注意:此字段可能返回 null,表示取不到有效值。public Long getTpsLimit()
public void setTpsLimit(Long TpsLimit)
TpsLimit
- tps
注意:此字段可能返回 null,表示取不到有效值。public Long getClientNumLimit()
public void setClientNumLimit(Long ClientNumLimit)
ClientNumLimit
- 客户端连接数
注意:此字段可能返回 null,表示取不到有效值。public Long getSubscriptionNumLimit()
public void setSubscriptionNumLimit(Long SubscriptionNumLimit)
SubscriptionNumLimit
- 订阅数限制
注意:此字段可能返回 null,表示取不到有效值。public Long getProxySpecCore()
public void setProxySpecCore(Long ProxySpecCore)
ProxySpecCore
- 代理核
注意:此字段可能返回 null,表示取不到有效值。public Long getProxySpecMemory()
public void setProxySpecMemory(Long ProxySpecMemory)
ProxySpecMemory
- 代理内存
注意:此字段可能返回 null,表示取不到有效值。public Long getProxySpecCount()
public void setProxySpecCount(Long ProxySpecCount)
ProxySpecCount
- 代理总数
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.