cisco.uc.cuae.mgmt
Class Management.MediaEngineGroup
java.lang.Object
cisco.uc.cuae.mgmt.Management.Group
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 * |
| 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 |
failoverGroupId
public java.lang.String failoverGroupId
- The failover group id of the group *
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 *
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.