cisco.uc.cuae.mgmt
Class Management.ClusterNode

java.lang.Object
  extended by cisco.uc.cuae.mgmt.Management.ClusterNode
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
Management

public static class Management.ClusterNode
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

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

id

public java.lang.String id

parentId

public java.lang.String parentId

name

public java.lang.String name
the name for this node


host

public java.lang.String host
ip address of the node


publisher

public java.lang.Boolean publisher
whether it is a publisher


callControl

public java.lang.Boolean callControl
whether it supports call control


cti

public java.lang.Boolean cti
whether it is a cti manager


sipDevicePools

public Management.SipDevicePool[] sipDevicePools

sipProxy

public Management.SipDomainProxy sipProxy
Constructor Detail

Management.ClusterNode

public Management.ClusterNode()
Constructs the ClusterNode. Don't init any fields.


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)
Constructs the ClusterNode.

Parameters:
name - the name for this node
host - ip address of the node
publisher - whether it is a publisher
callControl - whether it supports call control
cti - whether it is a cti manager
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getId

public java.lang.String getId()
Gets the value.

Returns:
the value.

setId

public void setId(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getParentId

public java.lang.String getParentId()
Gets the value.

Returns:
the value.

setParentId

public void setParentId(java.lang.String value)
Sets the value.

Parameters:
value - the value.

getName

public java.lang.String getName()
Gets the value. the name for this node

Returns:
the value.

setName

public void setName(java.lang.String value)
Sets the value. the name for this node

Parameters:
value - the value.

getHost

public java.lang.String getHost()
Gets the value. ip address of the node

Returns:
the value.

setHost

public void setHost(java.lang.String value)
Sets the value. ip address of the node

Parameters:
value - the value.

getPublisher

public java.lang.Boolean getPublisher()
Gets the value. whether it is a publisher

Returns:
the value.

setPublisher

public void setPublisher(java.lang.Boolean value)
Sets the value. whether it is a publisher

Parameters:
value - the value.

getCallControl

public java.lang.Boolean getCallControl()
Gets the value. whether it supports call control

Returns:
the value.

setCallControl

public void setCallControl(java.lang.Boolean value)
Sets the value. whether it supports call control

Parameters:
value - the value.

getCti

public java.lang.Boolean getCti()
Gets the value. whether it is a cti manager

Returns:
the value.

setCti

public void setCti(java.lang.Boolean value)
Sets the value. whether it is a cti manager

Parameters:
value - the value.

getSipDevicePools

public Management.SipDevicePool[] getSipDevicePools()
Gets the value.

Returns:
the value.

setSipDevicePools

public void setSipDevicePools(Management.SipDevicePool[] value)
Sets the value.

Parameters:
value - the value.

getSipProxy

public Management.SipDomainProxy getSipProxy()
Gets the value.

Returns:
the value.

setSipProxy

public void setSipProxy(Management.SipDomainProxy value)
Sets the value.

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.