Package org.yamcs.protobuf
Interface ThreadInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ThreadInfo,ThreadInfo.Builder
public interface ThreadInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThreadGroupInfogetGroup()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;ThreadGroupInfoOrBuildergetGroupOrBuilder()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;longgetId()optional int64 id = 1;StringgetName()optional string name = 2;com.google.protobuf.ByteStringgetNameBytes()optional string name = 2;booleangetNative()optional bool native = 4;StringgetState()optional string state = 3;com.google.protobuf.ByteStringgetStateBytes()optional string state = 3;booleangetSuspended()optional bool suspended = 5;TraceElementInfogetTrace(int index)repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;intgetTraceCount()repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;List<TraceElementInfo>getTraceList()repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;TraceElementInfoOrBuildergetTraceOrBuilder(int index)repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;List<? extends TraceElementInfoOrBuilder>getTraceOrBuilderList()repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;booleanhasGroup()optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;booleanhasId()optional int64 id = 1;booleanhasName()optional string name = 2;booleanhasNative()optional bool native = 4;booleanhasState()optional string state = 3;booleanhasSuspended()optional bool suspended = 5;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasId
boolean hasId()
optional int64 id = 1;
-
getId
long getId()
optional int64 id = 1;
-
hasName
boolean hasName()
optional string name = 2;
-
getName
String getName()
optional string name = 2;
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()
optional string name = 2;
-
hasState
boolean hasState()
optional string state = 3;
-
getState
String getState()
optional string state = 3;
-
getStateBytes
com.google.protobuf.ByteString getStateBytes()
optional string state = 3;
-
hasNative
boolean hasNative()
optional bool native = 4;
-
getNative
boolean getNative()
optional bool native = 4;
-
hasSuspended
boolean hasSuspended()
optional bool suspended = 5;
-
getSuspended
boolean getSuspended()
optional bool suspended = 5;
-
hasGroup
boolean hasGroup()
optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;
-
getGroup
ThreadGroupInfo getGroup()
optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;
-
getGroupOrBuilder
ThreadGroupInfoOrBuilder getGroupOrBuilder()
optional .yamcs.protobuf.web.ThreadGroupInfo group = 6;
-
getTraceList
List<TraceElementInfo> getTraceList()
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;
-
getTrace
TraceElementInfo getTrace(int index)
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;
-
getTraceCount
int getTraceCount()
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;
-
getTraceOrBuilderList
List<? extends TraceElementInfoOrBuilder> getTraceOrBuilderList()
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;
-
getTraceOrBuilder
TraceElementInfoOrBuilder getTraceOrBuilder(int index)
repeated .yamcs.protobuf.web.TraceElementInfo trace = 7;
-
-