cisco.uc.cuae.mgmt
Class Management.MediaFirmwareConfig

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

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

All addresses for a Media firmware

See Also:
Serialized Form

Field Summary
 java.lang.String ipAddress
          The IP address to which the media firmware will bind
 java.lang.String macAddress
          The MAC address to which the media firmware will bind
 
Constructor Summary
Management.MediaFirmwareConfig()
          Constructs the MediaFirmwareConfig.
Management.MediaFirmwareConfig(java.lang.String ipAddress, java.lang.String macAddress)
          Constructs the MediaFirmwareConfig.
 
Method Summary
 java.lang.String getIpAddress()
          Gets the value.
 java.lang.String getMacAddress()
          Gets the value.
 void setIpAddress(java.lang.String value)
          Sets the value.
 void setMacAddress(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

ipAddress

public java.lang.String ipAddress
The IP address to which the media firmware will bind


macAddress

public java.lang.String macAddress
The MAC address to which the media firmware will bind

Constructor Detail

Management.MediaFirmwareConfig

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


Management.MediaFirmwareConfig

public Management.MediaFirmwareConfig(java.lang.String ipAddress,
                                      java.lang.String macAddress)
Constructs the MediaFirmwareConfig.

Parameters:
ipAddress - The IP address to which the media firmware will bind
macAddress - The MAC address to which the media firmware will bind
Method Detail

toString

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

getIpAddress

public java.lang.String getIpAddress()
Gets the value. The IP address to which the media firmware will bind

Returns:
the value.

setIpAddress

public void setIpAddress(java.lang.String value)
Sets the value. The IP address to which the media firmware will bind

Parameters:
value - the value.

getMacAddress

public java.lang.String getMacAddress()
Gets the value. The MAC address to which the media firmware will bind

Returns:
the value.

setMacAddress

public void setMacAddress(java.lang.String value)
Sets the value. The MAC address to which the media firmware will bind

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.