Class SystemCallRecordingGroupTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemCallRecordingGroupTableRow
- All Implemented Interfaces:
BroadWorksTableRow,java.io.Serializable
public class SystemCallRecordingGroupTableRow extends java.lang.Object implements BroadWorksTableRow, java.io.Serializable
Response to SystemCallRecordingGetPlatformUsageRequest. The response contains a table with columns headings "Service Provider Id", "Group Id".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemCallRecordingGroupTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(java.lang.Object o)static SystemCallRecordingGroupTableRowgetFromNode(org.w3c.dom.Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic java.util.List<SystemCallRecordingGroupTableRow>getFromNodeArray(org.w3c.dom.Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayjava.lang.StringgetGroupId()java.lang.StringgetServiceProviderId()inthashCode()voidsetGroupId(java.lang.String groupId)voidsetServiceProviderId(java.lang.String serviceProviderId)
-
Constructor Details
-
SystemCallRecordingGroupTableRow
public SystemCallRecordingGroupTableRow()
-
-
Method Details
-
getServiceProviderId
public java.lang.String getServiceProviderId() -
setServiceProviderId
public void setServiceProviderId(java.lang.String serviceProviderId) -
getGroupId
public java.lang.String getGroupId() -
setGroupId
public void setGroupId(java.lang.String groupId) -
getFromNode
public static SystemCallRecordingGroupTableRow getFromNode(org.w3c.dom.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 java.util.List<SystemCallRecordingGroupTableRow> getFromNodeArray(org.w3c.dom.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
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-