Class HostTraceOptions.HostTraceFlag

java.lang.Object
com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
Enclosing class:
HostTraceOptions

public static class HostTraceOptions.HostTraceFlag extends Object
HostTraceFlag ist used to represent the data for a particular trace flag such as its index. Objects of this type are passed back to the using application within the HostTraceOptions.
  • Constructor Details

    • HostTraceFlag

      public HostTraceFlag(int idx, int val, String txt, String des)
      Construciton of HostTraceFlag
      Parameters:
      idx - int
      val - int
      txt - String
      des - String
  • Method Details

    • getIndex

      public int getIndex()
      get the trace flag indext
      Returns:
      int
    • setValue

      public void setValue(int val)
      get the trace value
      Parameters:
      val - int
    • getValue

      public int getValue()
      get the trace value
      Returns:
      int
    • getText

      public String getText()
      get the trace flag text information
      Returns:
      String
    • getDescription

      public String getDescription()
      get the trace flag description
      Returns:
      String
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object