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

    Modifier and Type
    Method
    Description
    optional string className = 1;
    com.google.protobuf.ByteString
    optional string className = 1;
    optional string fileName = 2;
    com.google.protobuf.ByteString
    optional string fileName = 2;
    int
    optional int32 lineNumber = 4;
    optional string methodName = 3;
    com.google.protobuf.ByteString
    optional string methodName = 3;
    boolean
    optional string className = 1;
    boolean
    optional string fileName = 2;
    boolean
    optional int32 lineNumber = 4;
    boolean
    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 Details

    • hasClassName

      boolean hasClassName()
      optional string className = 1;
      Returns:
      Whether the className field is set.
    • getClassName

      String getClassName()
      optional string className = 1;
      Returns:
      The className.
    • getClassNameBytes

      com.google.protobuf.ByteString getClassNameBytes()
      optional string className = 1;
      Returns:
      The bytes for className.
    • hasFileName

      boolean hasFileName()
      optional string fileName = 2;
      Returns:
      Whether the fileName field is set.
    • getFileName

      String getFileName()
      optional string fileName = 2;
      Returns:
      The fileName.
    • getFileNameBytes

      com.google.protobuf.ByteString getFileNameBytes()
      optional string fileName = 2;
      Returns:
      The bytes for fileName.
    • hasMethodName

      boolean hasMethodName()
      optional string methodName = 3;
      Returns:
      Whether the methodName field is set.
    • getMethodName

      String getMethodName()
      optional string methodName = 3;
      Returns:
      The methodName.
    • getMethodNameBytes

      com.google.protobuf.ByteString getMethodNameBytes()
      optional string methodName = 3;
      Returns:
      The bytes for methodName.
    • hasLineNumber

      boolean hasLineNumber()
      optional int32 lineNumber = 4;
      Returns:
      Whether the lineNumber field is set.
    • getLineNumber

      int getLineNumber()
      optional int32 lineNumber = 4;
      Returns:
      The lineNumber.