public class Producer extends AbstractModel
Constructor and Description |
---|
Producer() |
Producer(Producer 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 |
---|---|
Connection[] |
getConnectionSets()
Get 连接集合。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getCountConnect()
Get 连接数。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getEnvironmentId()
Get 环境(命名空间)名称。
|
String |
getTopicName()
Get 主题名称。
|
void |
setConnectionSets(Connection[] ConnectionSets)
Set 连接集合。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCountConnect(Long CountConnect)
Set 连接数。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnvironmentId(String EnvironmentId)
Set 环境(命名空间)名称。
|
void |
setTopicName(String TopicName)
Set 主题名称。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Producer()
public Producer(Producer source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId
- 环境(命名空间)名称。public String getTopicName()
public void setTopicName(String TopicName)
TopicName
- 主题名称。public Long getCountConnect()
public void setCountConnect(Long CountConnect)
CountConnect
- 连接数。
注意:此字段可能返回 null,表示取不到有效值。public Connection[] getConnectionSets()
public void setConnectionSets(Connection[] ConnectionSets)
ConnectionSets
- 连接集合。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2021. All rights reserved.