cisco.uc.cuae.mgmt
Class Management.MediaEngineGroup

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

public static class Management.MediaEngineGroup
extends Management.Group

See Also:
Serialized Form

Field Summary
 java.lang.String failoverGroupId
          The failover group id of the group *
 
Fields inherited from class cisco.uc.cuae.mgmt.Management.Group
alarmGroupId, defaultGroup, description, id, members, name
 
Constructor Summary
Management.MediaEngineGroup()
          Constructs the MediaEngineGroup.
Management.MediaEngineGroup(java.lang.String id, java.lang.String name, java.lang.Boolean defaultGroup, java.lang.String description, java.lang.String alarmGroupId, Management.GroupMember[] members, java.lang.String failoverGroupId)
          Constructs the MediaEngineGroup.
 
Method Summary
 java.lang.String getFailoverGroupId()
          Gets the value.
 void setFailoverGroupId(java.lang.String value)
          Sets the value.
 java.lang.String toString()
           
 
Methods inherited from class cisco.uc.cuae.mgmt.Management.Group
getAlarmGroupId, getDefaultGroup, getDescription, getId, getMembers, getName, setAlarmGroupId, setDefaultGroup, setDescription, setId, setMembers, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

failoverGroupId

public java.lang.String failoverGroupId
The failover group id of the group *

Constructor Detail

Management.MediaEngineGroup

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


Management.MediaEngineGroup

public Management.MediaEngineGroup(java.lang.String id,
                                   java.lang.String name,
                                   java.lang.Boolean defaultGroup,
                                   java.lang.String description,
                                   java.lang.String alarmGroupId,
                                   Management.GroupMember[] members,
                                   java.lang.String failoverGroupId)
Constructs the MediaEngineGroup.

Parameters:
id - The unique id of the group *
name - The name of the group *
defaultGroup - Whether the group is the default group for it's type *
description - The group description *
alarmGroupId - The alarm group id of the group *
failoverGroupId - The failover group id of the group *
Method Detail

toString

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

getFailoverGroupId

public java.lang.String getFailoverGroupId()
Gets the value. The failover group id of the group *

Returns:
the value.

setFailoverGroupId

public void setFailoverGroupId(java.lang.String value)
Sets the value. The failover group id of the group *

Parameters:
value - the value.


Copyright © 2010. All Rights Reserved.