Class SystemOCICallControlApplicationAppTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemOCICallControlApplicationAppTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemOCICallControlApplicationAppTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemOCICallControlApplicationGetListRequest. The table columns are: "Application Id", "Enabled System Wide", "Description" "Notification Timeout Seconds", "Max Event Channels Per Set" and "Channel Set Grace Period Seconds".
- Author:
- AlpacaGenerator
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFromNode(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()voidsetApplicationId(String applicationId) voidsetChannelSetGracePeriodSeconds(String channelSetGracePeriodSeconds) voidsetDescription(String description) voidsetEnabledSystemWide(String enabledSystemWide) voidsetMaxEventChannelsPerSet(String maxEventChannelsPerSet) voidsetNotificationTimeoutSeconds(String notificationTimeoutSeconds) toString()
-
Constructor Details
-
SystemOCICallControlApplicationAppTableRow
public SystemOCICallControlApplicationAppTableRow()
-
-
Method Details
-
getApplicationId
-
setApplicationId
-
getEnabledSystemWide
-
setEnabledSystemWide
-
getDescription
-
setDescription
-
getNotificationTimeoutSeconds
-
setNotificationTimeoutSeconds
-
getMaxEventChannelsPerSet
-
setMaxEventChannelsPerSet
-
getChannelSetGracePeriodSeconds
-
setChannelSetGracePeriodSeconds
-
getFromNode
public static SystemOCICallControlApplicationAppTableRow 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<SystemOCICallControlApplicationAppTableRow> 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
-