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 Details

    • UserSharedCallAppearanceEndpointTableRow

      public UserSharedCallAppearanceEndpointTableRow()
  • Method Details

    • 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)
    • getPathHeader

      public String getPathHeader()
    • setPathHeader

      public void setPathHeader(String pathHeader)
    • getAccessDeviceEndpointKey

      public AccessDeviceEndpointKey getAccessDeviceEndpointKey(BroadWorksServer broadWorksServer)
    • getFromNode

      Creates the OCI Table Row with the given Node
      Parameters:
      n - The Node to parse for the OCI Table
    • getFromNodeArray

      Creates the OCI Table Type Array with the given NodeArray
      Parameters:
      nodeArray - The NodeArray to parse for the OCI Table
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object