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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SystemOCICallControlApplicationAppTableRow()
-
Method Summary
-
-
-
Method Detail
-
getApplicationId
public String getApplicationId()
-
setApplicationId
public void setApplicationId(String applicationId)
-
getEnabledSystemWide
public String getEnabledSystemWide()
-
setEnabledSystemWide
public void setEnabledSystemWide(String enabledSystemWide)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getNotificationTimeoutSeconds
public String getNotificationTimeoutSeconds()
-
setNotificationTimeoutSeconds
public void setNotificationTimeoutSeconds(String notificationTimeoutSeconds)
-
getMaxEventChannelsPerSet
public String getMaxEventChannelsPerSet()
-
setMaxEventChannelsPerSet
public void setMaxEventChannelsPerSet(String maxEventChannelsPerSet)
-
getChannelSetGracePeriodSeconds
public String getChannelSetGracePeriodSeconds()
-
setChannelSetGracePeriodSeconds
public void setChannelSetGracePeriodSeconds(String channelSetGracePeriodSeconds)
-
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
-
-