cisco.uc.cuae.legacy
Class CiscoDeviceList.Device

java.lang.Object
  extended by cisco.uc.cuae.legacy.CiscoDeviceList.Device
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
CiscoDeviceList

public static class CiscoDeviceList.Device
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 java.lang.String callingSearchSpace
           
 java.lang.String cucmPublisherIp
           
 java.lang.String description
           
 java.lang.String deviceIp
           
 java.lang.String devicePool
           
 java.lang.String extn
           
 java.lang.String extnInetAddress
           
 java.lang.String name
          The device name
 java.lang.String physicalAddress
           
 java.lang.String status
           
 java.lang.String type
           
 java.lang.String username
           
 
Constructor Summary
CiscoDeviceList.Device()
          Constructs the Device.
CiscoDeviceList.Device(java.lang.String name, java.lang.String cucmPublisherIp, java.lang.String deviceIp, java.lang.String callingSearchSpace, java.lang.String devicePool, java.lang.String status, java.lang.String description, java.lang.String type, java.lang.String username, java.lang.String physicalAddress, java.lang.String extn, java.lang.String extnInetAddress)
          Constructs the Device.
 
Method Summary
 java.lang.String getCallingSearchSpace()
          Gets the value.
 java.lang.String getCucmPublisherIp()
          Gets the value.
 java.lang.String getDescription()
          Gets the value.
 java.lang.String getDeviceIp()
          Gets the value.
 java.lang.String getDevicePool()
          Gets the value.
 java.lang.String getExtn()
          Gets the value.
 java.lang.String getExtnInetAddress()
          Gets the value.
 java.lang.String getName()
          Gets the value.
 java.lang.String getPhysicalAddress()
          Gets the value.
 java.lang.String getStatus()
          Gets the value.
 java.lang.String getType()
          Gets the value.
 java.lang.String getUsername()
          Gets the value.
 void setCallingSearchSpace(java.lang.String value)
          Sets the value.
 void setCucmPublisherIp(java.lang.String value)
          Sets the value.
 void setDescription(java.lang.String value)
          Sets the value.
 void setDeviceIp(java.lang.String value)
          Sets the value.
 void setDevicePool(java.lang.String value)
          Sets the value.
 void setExtn(java.lang.String value)
          Sets the value.
 void setExtnInetAddress(java.lang.String value)
          Sets the value.
 void setName(java.lang.String value)
          Sets the value.
 void setPhysicalAddress(java.lang.String value)
          Sets the value.
 void setStatus(java.lang.String value)
          Sets the value.
 void setType(java.lang.String value)
          Sets the value.
 void setUsername(java.lang.String 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

name

public java.lang.String name
The device name


cucmPublisherIp

public java.lang.String cucmPublisherIp

deviceIp

public java.lang.String deviceIp

callingSearchSpace

public java.lang.String callingSearchSpace

devicePool

public java.lang.String devicePool

status

public java.lang.String status

description

public java.lang.String description

type

public java.lang.String type

username

public java.lang.String username

physicalAddress

public java.lang.String physicalAddress

extn

public java.lang.String extn

extnInetAddress

public java.lang.String extnInetAddress
Constructor Detail

CiscoDeviceList.Device

public CiscoDeviceList.Device()
Constructs the Device. Don't init any fields.


CiscoDeviceList.Device

public CiscoDeviceList.Device(java.lang.String name,
                              java.lang.String cucmPublisherIp,
                              java.lang.String deviceIp,
                              java.lang.String callingSearchSpace,
                              java.lang.String devicePool,
                              java.lang.String status,
                              java.lang.String description,
                              java.lang.String type,
                              java.lang.String username,
                              java.lang.String physicalAddress,
                              java.lang.String extn,
                              java.lang.String extnInetAddress)
Constructs the Device.

Parameters:
name - The device name
Method Detail

toString

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

getName

public java.lang.String getName()
Gets the value. The device name

Returns:
the value.

setName

public void setName(java.lang.String value)
Sets the value. The device name

Parameters:
value - the value.

getCucmPublisherIp

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

Returns:
the value.

setCucmPublisherIp

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

Parameters:
value - the value.

getDeviceIp

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

Returns:
the value.

setDeviceIp

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

Parameters:
value - the value.

getCallingSearchSpace

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

Returns:
the value.

setCallingSearchSpace

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

Parameters:
value - the value.

getDevicePool

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

Returns:
the value.

setDevicePool

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

Parameters:
value - the value.

getStatus

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

Returns:
the value.

setStatus

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

Parameters:
value - the value.

getDescription

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

Returns:
the value.

setDescription

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

Parameters:
value - the value.

getType

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

Returns:
the value.

setType

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

Parameters:
value - the value.

getUsername

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

Returns:
the value.

setUsername

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

Parameters:
value - the value.

getPhysicalAddress

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

Returns:
the value.

setPhysicalAddress

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

Parameters:
value - the value.

getExtn

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

Returns:
the value.

setExtn

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

Parameters:
value - the value.

getExtnInetAddress

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

Returns:
the value.

setExtnInetAddress

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

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.