Package com.uc4.api.systemoverview
Class HostTraceOptions.HostTraceFlag
java.lang.Object
com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
- Enclosing class:
- HostTraceOptions
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 Summary
ConstructorsConstructorDescriptionHostTraceFlag
(int idx, int val, String txt, String des) Construciton of HostTraceFlag -
Method Summary
-
Constructor Details
-
HostTraceFlag
Construciton of HostTraceFlag- Parameters:
idx
- intval
- inttxt
- Stringdes
- 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
get the trace flag text information- Returns:
- String
-
getDescription
get the trace flag description- Returns:
- String
-
equals
-
hashCode
public int hashCode()
-