Class AutomationDiagnostics.OperationRecord

java.lang.Object
neqsim.process.automation.AutomationDiagnostics.OperationRecord
All Implemented Interfaces:
Serializable
Enclosing class:
AutomationDiagnostics

static class AutomationDiagnostics.OperationRecord extends Object implements Serializable
Tracks a single automation operation for learning.
Version:
1.0
Author:
Even Solbraa
  • Field Details

    • serialVersionUID

      private static final long serialVersionUID
      See Also:
    • operationType

      final String operationType
    • address

      final String address
    • success

      final boolean success
    • errorCategory

      final String errorCategory
    • correction

      final String correction
    • timestamp

      final long timestamp
  • Constructor Details

    • OperationRecord

      OperationRecord(String operationType, String address, boolean success, String errorCategory, String correction)
      Creates an operation record.
      Parameters:
      operationType - the type of operation (get, set, list)
      address - the address used
      success - whether the operation succeeded
      errorCategory - the error category if failed, null if succeeded
      correction - the correction applied, null if none