cisco.uc.cuae.mgmt
Class Management.H323Gateway

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

public static class Management.H323Gateway
extends Management.Connection

See Also:
Serialized Form

Field Summary
 java.lang.String host
          The IP Address of this H.323 Gateway
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.Connection
description, id, name
 
Constructor Summary
Management.H323Gateway()
          Constructs the H323Gateway.
Management.H323Gateway(java.lang.String id, java.lang.String name, java.lang.String description, java.lang.String host)
          Constructs the H323Gateway.
 
Method Summary
 java.lang.String getHost()
          Gets the value.
 void setHost(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.Connection
getDescription, getId, getName, setDescription, setId, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

host

public java.lang.String host
The IP Address of this H.323 Gateway

Constructor Detail

Management.H323Gateway

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


Management.H323Gateway

public Management.H323Gateway(java.lang.String id,
                              java.lang.String name,
                              java.lang.String description,
                              java.lang.String host)
Constructs the H323Gateway.

Parameters:
host - The IP Address of this H.323 Gateway
Method Detail

toString

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

getHost

public java.lang.String getHost()
Gets the value. The IP Address of this H.323 Gateway

Returns:
the value.

setHost

public void setHost(java.lang.String value)
Sets the value. The IP Address of this H.323 Gateway

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.