|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcisco.uc.cuae.mgmt.Management.ClusterNode
public static class Management.ClusterNode
| Field Summary | |
|---|---|
java.lang.Boolean |
callControl
whether it supports call control |
java.lang.Boolean |
cti
whether it is a cti manager |
java.lang.String |
host
ip address of the node |
java.lang.String |
id
|
java.lang.String |
name
the name for this node |
java.lang.String |
parentId
|
java.lang.Boolean |
publisher
whether it is a publisher |
Management.SipDevicePool[] |
sipDevicePools
|
Management.SipDomainProxy |
sipProxy
|
| Constructor Summary | |
|---|---|
Management.ClusterNode()
Constructs the ClusterNode. |
|
Management.ClusterNode(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
java.lang.String host,
java.lang.Boolean publisher,
java.lang.Boolean callControl,
java.lang.Boolean cti,
Management.SipDevicePool[] sipDevicePools,
Management.SipDomainProxy sipProxy)
Constructs the ClusterNode. |
|
| Method Summary | |
|---|---|
java.lang.Boolean |
getCallControl()
Gets the value. |
java.lang.Boolean |
getCti()
Gets the value. |
java.lang.String |
getHost()
Gets the value. |
java.lang.String |
getId()
Gets the value. |
java.lang.String |
getName()
Gets the value. |
java.lang.String |
getParentId()
Gets the value. |
java.lang.Boolean |
getPublisher()
Gets the value. |
Management.SipDevicePool[] |
getSipDevicePools()
Gets the value. |
Management.SipDomainProxy |
getSipProxy()
Gets the value. |
void |
setCallControl(java.lang.Boolean value)
Sets the value. |
void |
setCti(java.lang.Boolean value)
Sets the value. |
void |
setHost(java.lang.String value)
Sets the value. |
void |
setId(java.lang.String value)
Sets the value. |
void |
setName(java.lang.String value)
Sets the value. |
void |
setParentId(java.lang.String value)
Sets the value. |
void |
setPublisher(java.lang.Boolean value)
Sets the value. |
void |
setSipDevicePools(Management.SipDevicePool[] value)
Sets the value. |
void |
setSipProxy(Management.SipDomainProxy value)
Sets the value. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public java.lang.String id
public java.lang.String parentId
public java.lang.String name
public java.lang.String host
public java.lang.Boolean publisher
public java.lang.Boolean callControl
public java.lang.Boolean cti
public Management.SipDevicePool[] sipDevicePools
public Management.SipDomainProxy sipProxy
| Constructor Detail |
|---|
public Management.ClusterNode()
public Management.ClusterNode(java.lang.String id,
java.lang.String parentId,
java.lang.String name,
java.lang.String host,
java.lang.Boolean publisher,
java.lang.Boolean callControl,
java.lang.Boolean cti,
Management.SipDevicePool[] sipDevicePools,
Management.SipDomainProxy sipProxy)
name - the name for this nodehost - ip address of the nodepublisher - whether it is a publishercallControl - whether it supports call controlcti - whether it is a cti manager| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
public void setId(java.lang.String value)
value - the value.public java.lang.String getParentId()
public void setParentId(java.lang.String value)
value - the value.public java.lang.String getName()
public void setName(java.lang.String value)
value - the value.public java.lang.String getHost()
public void setHost(java.lang.String value)
value - the value.public java.lang.Boolean getPublisher()
public void setPublisher(java.lang.Boolean value)
value - the value.public java.lang.Boolean getCallControl()
public void setCallControl(java.lang.Boolean value)
value - the value.public java.lang.Boolean getCti()
public void setCti(java.lang.Boolean value)
value - the value.public Management.SipDevicePool[] getSipDevicePools()
public void setSipDevicePools(Management.SipDevicePool[] value)
value - the value.public Management.SipDomainProxy getSipProxy()
public void setSipProxy(Management.SipDomainProxy value)
value - the value.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||