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". 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UserSharedCallAppearanceEndpointTableRow()
-
Method Summary
-
-
-
Method Detail
-
getDeviceLevel
public String getDeviceLevel()
-
setDeviceLevel
public void setDeviceLevel(String deviceLevel)
-
getDeviceName
public String getDeviceName()
-
setDeviceName
public void setDeviceName(String deviceName)
-
getDeviceType
public String getDeviceType()
-
setDeviceType
public void setDeviceType(String deviceType)
-
getLinePort
public String getLinePort()
-
setLinePort
public void setLinePort(String linePort)
-
getSIPContact
public String getSIPContact()
-
setSIPContact
public void setSIPContact(String sIPContact)
-
getPortNumber
public String getPortNumber()
-
setPortNumber
public void setPortNumber(String portNumber)
-
getDeviceSupportVisualDeviceManagement
public String getDeviceSupportVisualDeviceManagement()
-
setDeviceSupportVisualDeviceManagement
public void setDeviceSupportVisualDeviceManagement(String deviceSupportVisualDeviceManagement)
-
getIsActive
public String getIsActive()
-
setIsActive
public void setIsActive(String isActive)
-
getAllowOrigination
public String getAllowOrigination()
-
setAllowOrigination
public void setAllowOrigination(String allowOrigination)
-
getAllowTermination
public String getAllowTermination()
-
setAllowTermination
public void setAllowTermination(String allowTermination)
-
getMacAddress
public String getMacAddress()
-
setMacAddress
public void setMacAddress(String macAddress)
-
getAccessDeviceEndpointKey
public AccessDeviceEndpointKey getAccessDeviceEndpointKey(BroadWorksServer broadWorksServer)
-
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
-
-