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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserPolycomPhoneServicesDeviceUserTableRow()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)AccessDevicegetAccessDevice(BroadWorksServer broadWorksServer)StringgetDeviceLevel()StringgetDeviceName()static UserPolycomPhoneServicesDeviceUserTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<UserPolycomPhoneServicesDeviceUserTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetLinePort()inthashCode()voidsetDeviceLevel(String deviceLevel)voidsetDeviceName(String deviceName)voidsetLinePort(String linePort)StringtoString()
-
-
-
Method Detail
-
getDeviceLevel
public String getDeviceLevel()
-
setDeviceLevel
public void setDeviceLevel(String deviceLevel)
-
getDeviceName
public String getDeviceName()
-
setDeviceName
public void setDeviceName(String deviceName)
-
getLinePort
public String getLinePort()
-
setLinePort
public void setLinePort(String linePort)
-
getAccessDevice
public AccessDevice getAccessDevice(BroadWorksServer broadWorksServer)
-
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
-
-