接口 ThreadStackOrBuilder

所有超级接口:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
所有已知实现类:
ThreadStack, ThreadStack.Builder

public interface ThreadStackOrBuilder extends com.google.protobuf.MessageOrBuilder
  • 方法概要

    修饰符和类型
    方法
    说明
    getCodeSignatures(int index)
    stack code signature list
    com.google.protobuf.ByteString
    stack code signature list
    int
    stack code signature list
    stack code signature list

    从接口继承的方法 com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    从接口继承的方法 com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • 方法详细资料

    • getCodeSignaturesList

      List<String> getCodeSignaturesList()
       stack code signature list
       
      repeated string codeSignatures = 1;
      返回:
      A list containing the codeSignatures.
    • getCodeSignaturesCount

      int getCodeSignaturesCount()
       stack code signature list
       
      repeated string codeSignatures = 1;
      返回:
      The count of codeSignatures.
    • getCodeSignatures

      String getCodeSignatures(int index)
       stack code signature list
       
      repeated string codeSignatures = 1;
      参数:
      index - The index of the element to return.
      返回:
      The codeSignatures at the given index.
    • getCodeSignaturesBytes

      com.google.protobuf.ByteString getCodeSignaturesBytes(int index)
       stack code signature list
       
      repeated string codeSignatures = 1;
      参数:
      index - The index of the value to return.
      返回:
      The bytes of the codeSignatures at the given index.