Package org.yamcs.protobuf
Interface TraceElementInfoOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
TraceElementInfo,TraceElementInfo.Builder
public interface TraceElementInfoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClassName()optional string className = 1;com.google.protobuf.ByteStringgetClassNameBytes()optional string className = 1;StringgetFileName()optional string fileName = 2;com.google.protobuf.ByteStringgetFileNameBytes()optional string fileName = 2;intgetLineNumber()optional int32 lineNumber = 4;StringgetMethodName()optional string methodName = 3;com.google.protobuf.ByteStringgetMethodNameBytes()optional string methodName = 3;booleanhasClassName()optional string className = 1;booleanhasFileName()optional string fileName = 2;booleanhasLineNumber()optional int32 lineNumber = 4;booleanhasMethodName()optional string methodName = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasClassName
boolean hasClassName()
optional string className = 1;
-
getClassName
String getClassName()
optional string className = 1;
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
optional string className = 1;
-
hasFileName
boolean hasFileName()
optional string fileName = 2;
-
getFileName
String getFileName()
optional string fileName = 2;
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()
optional string fileName = 2;
-
hasMethodName
boolean hasMethodName()
optional string methodName = 3;
-
getMethodName
String getMethodName()
optional string methodName = 3;
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()
optional string methodName = 3;
-
hasLineNumber
boolean hasLineNumber()
optional int32 lineNumber = 4;
-
getLineNumber
int getLineNumber()
optional int32 lineNumber = 4;
-
-