public class HostTraceOptions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HostTraceOptions.HostTraceFlag
HostTraceFlag ist used to represent the data for a particular trace flag
such as its index.
|
static class |
HostTraceOptions.HostTraceTriggerType
Enumeration for HostTraceTrigger types
|
static class |
HostTraceOptions.HostTraceType
Enumeration for HostTrace types
|
Constructor and Description |
---|
HostTraceOptions(GetAgentProperties gap)
HostTraceOptions are constructed by passing in a GetAgentProperties
request that was already sent to the server.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
compares 2 instances, returns false if there are differences in data
|
HostTraceOptions.HostTraceFlag[] |
getFlags() |
int |
getMaxTraceSize() |
java.lang.String |
getTraceFileTrigger() |
HostTraceOptions.HostTraceType |
getTraceType() |
HostTraceOptions.HostTraceTriggerType |
getTriggerType() |
int |
hashCode() |
void |
setFlags(HostTraceOptions.HostTraceFlag[] flags) |
void |
setMaxTraceSize(int maxTraceSize) |
void |
setTraceFileTrigger(java.lang.String traceFileTrigger) |
void |
setTraceType(HostTraceOptions.HostTraceType traceType) |
void |
setTriggerType(HostTraceOptions.HostTraceTriggerType triggerType) |
public HostTraceOptions(GetAgentProperties gap)
gap
- GetAgentProperties requestpublic HostTraceOptions.HostTraceFlag[] getFlags()
public void setFlags(HostTraceOptions.HostTraceFlag[] flags)
flags
- the flags to setpublic int getMaxTraceSize()
public void setMaxTraceSize(int maxTraceSize)
maxTraceSize
- the maxTraceSize to setpublic java.lang.String getTraceFileTrigger()
public void setTraceFileTrigger(java.lang.String traceFileTrigger)
traceFileTrigger
- the traceFileTrigger to setpublic HostTraceOptions.HostTraceTriggerType getTriggerType()
public void setTriggerType(HostTraceOptions.HostTraceTriggerType triggerType)
triggerType
- the triggerType to setpublic HostTraceOptions.HostTraceType getTraceType()
public void setTraceType(HostTraceOptions.HostTraceType traceType)
traceType
- the traceType to setpublic boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
obj
- Objectpublic int hashCode()
hashCode
in class java.lang.Object