Class SystemDeviceManagementAutoRebuildConfigAutoRebuildConfigTableRow
java.lang.Object
co.ecg.alpaca.toolkit.generated.tables.SystemDeviceManagementAutoRebuildConfigAutoRebuildConfigTableRow
- All Implemented Interfaces:
BroadWorksTableRow,Serializable
public class SystemDeviceManagementAutoRebuildConfigAutoRebuildConfigTableRow
extends Object
implements BroadWorksTableRow, Serializable
Response to SystemDeviceManagementAutoRebuildConfigGetListRequest. Contains a table with column headings: "OCI Request Prefix", "Auto Rebuild Enabled". "OCI Request Prefix" is the prefix of the OCI request name. It does not include the request's version '17.sp4, 18...' since the disabled flag applies to the whole series of requests, independent of the version. "Auto Rebuild Enabled": 'True' if the request prefix triggers DM events automatically. Otherwise, automatic DM events are not generated.
- 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()voidsetAutoRebuildEnabled(String autoRebuildEnabled) voidsetOCIRequestPrefix(String oCIRequestPrefix) toString()
-
Constructor Details
-
SystemDeviceManagementAutoRebuildConfigAutoRebuildConfigTableRow
public SystemDeviceManagementAutoRebuildConfigAutoRebuildConfigTableRow()
-
-
Method Details
-
getOCIRequestPrefix
-
setOCIRequestPrefix
-
getAutoRebuildEnabled
-
setAutoRebuildEnabled
-
getFromNode
public static SystemDeviceManagementAutoRebuildConfigAutoRebuildConfigTableRow 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<SystemDeviceManagementAutoRebuildConfigAutoRebuildConfigTableRow> 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
-