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
All Methods Static Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
getNetAddress
public String getNetAddress()
-
setNetAddress
public void setNetAddress(String netAddress)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getRestrictMessages
public String getRestrictMessages()
-
setRestrictMessages
public void setRestrictMessages(String restrictMessages)
-
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
-
-