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 TypeMethodDescriptionboolean
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 NodeArrayint
hashCode()
void
setApplicationId
(String applicationId) void
setChannelSetGracePeriodSeconds
(String channelSetGracePeriodSeconds) void
setDescription
(String description) void
setEnabledSystemWide
(String enabledSystemWide) void
setMaxEventChannelsPerSet
(String maxEventChannelsPerSet) void
setNotificationTimeoutSeconds
(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
-