public class TraceEventInfo extends QApiType
QApiTypeDescriptor{name=TraceEventInfo, data={name=str, state=TraceEventState}, innerTypes=null}
Modifier and Type | Field and Description |
---|---|
String |
name |
TraceEventState |
state |
Constructor and Description |
---|
TraceEventInfo() |
TraceEventInfo(String name,
TraceEventState state) |
Modifier and Type | Method and Description |
---|---|
Object |
getFieldByName(String name) |
List<String> |
getFieldNames() |
TraceEventInfo |
withName(String value) |
TraceEventInfo |
withState(TraceEventState value) |
toString
public TraceEventInfo()
public TraceEventInfo(String name, TraceEventState state)
@Nonnull public TraceEventInfo withName(String value)
@Nonnull public TraceEventInfo withState(TraceEventState value)
public List<String> getFieldNames()
getFieldNames
in class QApiType
public Object getFieldByName(@Nonnull String name) throws NoSuchFieldException
getFieldByName
in class QApiType
NoSuchFieldException