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 Set of connections. | 
| Long | getCountConnect()Get Number of connections. | 
| String | getEnvironmentId()Get Environment (namespace) name. | 
| String | getTopicName()Get Topic name. | 
| void | setConnectionSets(Connection[] ConnectionSets)Set Set of connections. | 
| void | setCountConnect(Long CountConnect)Set Number of connections. | 
| void | setEnvironmentId(String EnvironmentId)Set Environment (namespace) name. | 
| void | setTopicName(String TopicName)Set Topic name. | 
| 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, toJsonStringpublic Producer()
public Producer(Producer source)
public String getEnvironmentId()
public void setEnvironmentId(String EnvironmentId)
EnvironmentId - Environment (namespace) name.public String getTopicName()
public void setTopicName(String TopicName)
TopicName - Topic name.public Long getCountConnect()
public void setCountConnect(Long CountConnect)
CountConnect - Number of connections.
Note: this field may return null, indicating that no valid values can be obtained.public Connection[] getConnectionSets()
public void setConnectionSets(Connection[] ConnectionSets)
ConnectionSets - Set of connections.
Note: this field may return null, indicating that no valid values can be obtained.Copyright © 2022. All rights reserved.