Class SystemDeviceManagementStatusCountTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemDeviceManagementStatusCountTableRow
- All Implemented Interfaces:
BroadWorksTableRow
,Serializable
public class SystemDeviceManagementStatusCountTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemDeviceManagementGetEventStatusSummaryCountRequest. The column headings are "Action", "Pending", "Queued Internally", and "Completed"
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemDeviceManagementStatusCountTableRow()
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
String
getAction()
String
getCompleted()
static SystemDeviceManagementStatusCountTableRow
getFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Row with the given Nodestatic List<SystemDeviceManagementStatusCountTableRow>
getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)
Creates the OCI Table Type Array with the given NodeArrayString
getPending()
String
getQueuedInternally()
int
hashCode()
void
setAction(String action)
void
setCompleted(String completed)
void
setPending(String pending)
void
setQueuedInternally(String queuedInternally)
String
toString()
-
Constructor Details
-
SystemDeviceManagementStatusCountTableRow
public SystemDeviceManagementStatusCountTableRow()
-
-
Method Details
-
getAction
-
setAction
-
getPending
-
setPending
-
getQueuedInternally
-
setQueuedInternally
-
getCompleted
-
setCompleted
-
getFromNode
public static SystemDeviceManagementStatusCountTableRow 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<SystemDeviceManagementStatusCountTableRow> 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
-