Class UserPolycomPhoneServicesDeviceUserTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserPolycomPhoneServicesDeviceUserTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class UserPolycomPhoneServicesDeviceUserTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to UserPolycomPhoneServicesGetPrimaryEndpointListRequest. The column headings for the deviceUserTable are: "Device Level", "Device Name", "Line/Port".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAccessDevice
(BroadWorksServer broadWorksServer) getFromNode
(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given NodegetFromNodeArray
(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArrayint
hashCode()
void
setDeviceLevel
(String deviceLevel) void
setDeviceName
(String deviceName) void
setLinePort
(String linePort) toString()
-
Constructor Details
-
UserPolycomPhoneServicesDeviceUserTableRow
public UserPolycomPhoneServicesDeviceUserTableRow()
-
-
Method Details
-
getDeviceLevel
-
setDeviceLevel
-
getDeviceName
-
setDeviceName
-
getLinePort
-
setLinePort
-
getAccessDevice
-
getFromNode
public static UserPolycomPhoneServicesDeviceUserTableRow getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Row with the given Node- Parameters:
n
- The Node to parse for the OCI Table
-
getFromNodeArray
public static List<UserPolycomPhoneServicesDeviceUserTableRow> getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode) Creates the OCI Table Type Array with the given NodeArray- Parameters:
nodeArray
- The NodeArray to parse for the OCI Table
-
equals
-
hashCode
public int hashCode() -
toString
-