Class SystemOCIReportingOciReportingACLTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemOCIReportingOciReportingACLTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemOCIReportingOciReportingACLTableRow extends Object implements BroadWorksTableRow, Serializable
Response to SystemOCIReportingACLListGetRequest. Contains a table with one row per access control list entry. The table columns are "Net Address", "Description" and "Restrict Messages".
- Author:
- AlpacaGenerator
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description SystemOCIReportingOciReportingACLTableRow() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetDescription()static SystemOCIReportingOciReportingACLTableRowgetFromNode(Node n, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Row with the given Nodestatic List<SystemOCIReportingOciReportingACLTableRow>getFromNodeArray(Node[] nodeArray, BroadWorksLoginType loginType, LibraryProperties.BroadWorksServerConfig.DataMode dataMode)Creates the OCI Table Type Array with the given NodeArrayStringgetNetAddress()StringgetRestrictMessages()inthashCode()voidsetDescription(String description)voidsetNetAddress(String netAddress)voidsetRestrictMessages(String restrictMessages)StringtoString()
-
Constructor Details
-
SystemOCIReportingOciReportingACLTableRow
public SystemOCIReportingOciReportingACLTableRow()
-
-
Method Details
-
getNetAddress
-
setNetAddress
-
getDescription
-
setDescription
-
getRestrictMessages
-
setRestrictMessages
-
getFromNode
public static SystemOCIReportingOciReportingACLTableRow 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<SystemOCIReportingOciReportingACLTableRow> 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
-