public class RabbitMQConnection extends AbstractModel
header, skipSign
Constructor and Description |
---|
RabbitMQConnection() |
RabbitMQConnection(RabbitMQConnection 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 |
getChannels()
Get Specifies the number of channels under the connection.
|
String |
getConnectionName()
Get Connection name.
|
String |
getPeerHost()
Get Client IP
|
String |
getProtocol()
Get Connection protocol.
|
Boolean |
getSSL()
Get Whether ssl is enabled.
|
String |
getState()
Get Specifies the connection status, including starting, tuning, opening, running, flow, blocking, blocked, closing, and closed.
|
String |
getUser()
Get User that who has created this connection.
|
void |
setChannels(Long Channels)
Set Specifies the number of channels under the connection.
|
void |
setConnectionName(String ConnectionName)
Set Connection name.
|
void |
setPeerHost(String PeerHost)
Set Client IP
|
void |
setProtocol(String Protocol)
Set Connection protocol.
|
void |
setSSL(Boolean SSL)
Set Whether ssl is enabled.
|
void |
setState(String State)
Set Specifies the connection status, including starting, tuning, opening, running, flow, blocking, blocked, closing, and closed.
|
void |
setUser(String User)
Set User that who has created this connection.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public RabbitMQConnection()
public RabbitMQConnection(RabbitMQConnection source)
public String getConnectionName()
public void setConnectionName(String ConnectionName)
ConnectionName
- Connection name.public String getPeerHost()
public void setPeerHost(String PeerHost)
PeerHost
- Client IPpublic String getState()
public void setState(String State)
State
- Specifies the connection status, including starting, tuning, opening, running, flow, blocking, blocked, closing, and closed.public String getUser()
public void setUser(String User)
User
- User that who has created this connection.public Boolean getSSL()
public void setSSL(Boolean SSL)
SSL
- Whether ssl is enabled.public String getProtocol()
public void setProtocol(String Protocol)
Protocol
- Connection protocol.public Long getChannels()
public void setChannels(Long Channels)
Channels
- Specifies the number of channels under the connection.Copyright © 2025. All rights reserved.