Class SystemEnhancedCallLogsActiveSchemaInstanceSchemaInstanceUsageTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemEnhancedCallLogsActiveSchemaInstanceSchemaInstanceUsageTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemEnhancedCallLogsActiveSchemaInstanceSchemaInstanceUsageTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemEnhancedCallLogsSchemaInstanceActualUsageGetListRequest. Contains a table with column headings: "Instance Name", "Active Users".
- 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()voidsetActiveUsers(String activeUsers) voidsetInstanceName(String instanceName) toString()
-
Constructor Details
-
SystemEnhancedCallLogsActiveSchemaInstanceSchemaInstanceUsageTableRow
public SystemEnhancedCallLogsActiveSchemaInstanceSchemaInstanceUsageTableRow()
-
-
Method Details
-
getInstanceName
-
setInstanceName
-
getActiveUsers
-
setActiveUsers
-
getFromNode
public static SystemEnhancedCallLogsActiveSchemaInstanceSchemaInstanceUsageTableRow 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<SystemEnhancedCallLogsActiveSchemaInstanceSchemaInstanceUsageTableRow> 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
-