Class SystemEnhancedCallLogsSchemaInstanceSchemaInstanceUsageTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemEnhancedCallLogsSchemaInstanceSchemaInstanceUsageTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemEnhancedCallLogsSchemaInstanceSchemaInstanceUsageTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemEnhancedCallLogsSchemaInstanceGetListRequest. Contains a table with column headings: "Instance Name", "Actual Users", "Potential Users".
- 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
setActualUsers
(String actualUsers) void
setInstanceName
(String instanceName) void
setPotentialUsers
(String potentialUsers) toString()
-
Constructor Details
-
SystemEnhancedCallLogsSchemaInstanceSchemaInstanceUsageTableRow
public SystemEnhancedCallLogsSchemaInstanceSchemaInstanceUsageTableRow()
-
-
Method Details
-
getInstanceName
-
setInstanceName
-
getActualUsers
-
setActualUsers
-
getPotentialUsers
-
setPotentialUsers
-
getFromNode
public static SystemEnhancedCallLogsSchemaInstanceSchemaInstanceUsageTableRow 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<SystemEnhancedCallLogsSchemaInstanceSchemaInstanceUsageTableRow> 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
-