Class ConferenceRoomSystemInformation
- java.lang.Object
-
- com.avaya.clientservices.call.conference.ConferenceRoomSystemInformation
-
public class ConferenceRoomSystemInformation extends java.lang.ObjectClass representing the conference room system information.
-
-
Constructor Summary
Constructors Constructor Description ConferenceRoomSystemInformation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.lang.StringgetRoomSystemAddress()Returns the conference room system's network address.java.lang.StringgetRoomSystemName()Returns the conference room system's name.ConferenceRoomSystemStatusgetRoomSystemStatus()Returns the conference room system's status.inthashCode()booleanisPasscodeRequired()Indicates whether the room system requires a passcode in order to initiate a mobile link connection.
-
-
-
Method Detail
-
getRoomSystemAddress
public java.lang.String getRoomSystemAddress()
Returns the conference room system's network address.- Returns:
- room system's network address.
-
isPasscodeRequired
public boolean isPasscodeRequired()
Indicates whether the room system requires a passcode in order to initiate a mobile link connection.- Returns:
- true if a passcode is required, false otherwise.
-
getRoomSystemName
public java.lang.String getRoomSystemName()
Returns the conference room system's name.- Returns:
- room system's name.
-
getRoomSystemStatus
public ConferenceRoomSystemStatus getRoomSystemStatus()
Returns the conference room system's status.- Returns:
- room system's status.
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-