Package com.uc4.api.systemoverview
Class HostTraceOptions.HostTraceFlag
- java.lang.Object
-
- com.uc4.api.systemoverview.HostTraceOptions.HostTraceFlag
-
- Enclosing class:
- HostTraceOptions
public static class HostTraceOptions.HostTraceFlag extends java.lang.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 Summary
Constructors Constructor Description HostTraceFlag(int idx, int val, java.lang.String txt, java.lang.String des)
Construciton of HostTraceFlag
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
java.lang.String
getDescription()
get the trace flag descriptionint
getIndex()
get the trace flag indextjava.lang.String
getText()
get the trace flag text informationint
getValue()
get the trace valueint
hashCode()
void
setValue(int val)
get the trace value
-
-
-
Method Detail
-
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 java.lang.String getText()
get the trace flag text information- Returns:
- String
-
getDescription
public java.lang.String getDescription()
get the trace flag description- Returns:
- String
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classjava.lang.Object
-
-