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
      String getClassName()
      optional string className = 1;
      com.google.protobuf.ByteString getClassNameBytes()
      optional string className = 1;
      String getFileName()
      optional string fileName = 2;
      com.google.protobuf.ByteString getFileNameBytes()
      optional string fileName = 2;
      int getLineNumber()
      optional int32 lineNumber = 4;
      String getMethodName()
      optional string methodName = 3;
      com.google.protobuf.ByteString getMethodNameBytes()
      optional string methodName = 3;
      boolean hasClassName()
      optional string className = 1;
      boolean hasFileName()
      optional string fileName = 2;
      boolean hasLineNumber()
      optional int32 lineNumber = 4;
      boolean hasMethodName()
      optional string methodName = 3;
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • 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;