Class UserSharedCallAppearanceEndpointTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.UserSharedCallAppearanceEndpointTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class UserSharedCallAppearanceEndpointTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to the UserSharedCallAppearanceGetRequest21sp1. The endpointTable contains columns: "Device Level", "Device Name", "Device Type", "Line/Port", "SIP Contact", "Port Number", "Device Support Visual Device Management", "Is Active", "Allow Origination", "Allow Termination", "Mac Address", "Path Header". The "Device Level" column contains one of the AccessDeviceLevel enumerated constants. The "SIP Contact" column does not contain "sip:" in 21sp1. Port numbers are only used by devices with static line ordering.
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetAccessDeviceEndpointKey(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 NodeArrayinthashCode()voidsetAllowOrigination(String allowOrigination) voidsetAllowTermination(String allowTermination) voidsetDeviceLevel(String deviceLevel) voidsetDeviceName(String deviceName) voidsetDeviceSupportVisualDeviceManagement(String deviceSupportVisualDeviceManagement) voidsetDeviceType(String deviceType) voidsetIsActive(String isActive) voidsetLinePort(String linePort) voidsetMacAddress(String macAddress) voidsetPathHeader(String pathHeader) voidsetPortNumber(String portNumber) voidsetSIPContact(String sIPContact) toString()
-
Constructor Details
-
UserSharedCallAppearanceEndpointTableRow
public UserSharedCallAppearanceEndpointTableRow()
-
-
Method Details
-
getDeviceLevel
-
setDeviceLevel
-
getDeviceName
-
setDeviceName
-
getDeviceType
-
setDeviceType
-
getLinePort
-
setLinePort
-
getSIPContact
-
setSIPContact
-
getPortNumber
-
setPortNumber
-
getDeviceSupportVisualDeviceManagement
-
setDeviceSupportVisualDeviceManagement
-
getIsActive
-
setIsActive
-
getAllowOrigination
-
setAllowOrigination
-
getAllowTermination
-
setAllowTermination
-
getMacAddress
-
setMacAddress
-
getPathHeader
-
setPathHeader
-
getAccessDeviceEndpointKey
-
getFromNode
public static UserSharedCallAppearanceEndpointTableRow 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<UserSharedCallAppearanceEndpointTableRow> 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
-