接口 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 listcom.google.protobuf.ByteStringgetCodeSignaturesBytes(int index) stack code signature listintstack code signature liststack 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
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
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.
-