public abstract class ServerBean extends AdsBaseBean
| Modifier | Constructor and Description |
|---|---|
protected |
ServerBean()
Create a new ServerBean instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addTransports(TransportBean... transports)
Add underlying transports
|
String |
getServerId() |
TransportBean[] |
getTransports() |
void |
setServerId(String serverId) |
void |
setTransports(TransportBean... transports)
Set the underlying transports
|
String |
toString() |
String |
toString(String tabs) |
getDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toStringprotected ServerBean()
public TransportBean[] getTransports()
public void setTransports(TransportBean... transports)
transports - The transportspublic void addTransports(TransportBean... transports)
transports - The transportspublic String getServerId()
public void setServerId(String serverId)
serverId - the serverId to setpublic String toString(String tabs)
toString in class AdsBaseBeanpublic String toString()
toString in class AdsBaseBeanCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.