public static interface UserBitShared.StackTraceElementWrapperOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
optional string class_name = 1; |
com.google.protobuf.ByteString |
getClassNameBytes()
optional string class_name = 1; |
String |
getFileName()
optional string file_name = 2; |
com.google.protobuf.ByteString |
getFileNameBytes()
optional string file_name = 2; |
boolean |
getIsNativeMethod()
optional bool is_native_method = 5; |
int |
getLineNumber()
optional int32 line_number = 3; |
String |
getMethodName()
optional string method_name = 4; |
com.google.protobuf.ByteString |
getMethodNameBytes()
optional string method_name = 4; |
boolean |
hasClassName()
optional string class_name = 1; |
boolean |
hasFileName()
optional string file_name = 2; |
boolean |
hasIsNativeMethod()
optional bool is_native_method = 5; |
boolean |
hasLineNumber()
optional int32 line_number = 3; |
boolean |
hasMethodName()
optional string method_name = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
boolean hasClassName()
optional string class_name = 1;
String getClassName()
optional string class_name = 1;
com.google.protobuf.ByteString getClassNameBytes()
optional string class_name = 1;
boolean hasFileName()
optional string file_name = 2;
String getFileName()
optional string file_name = 2;
com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 2;
boolean hasLineNumber()
optional int32 line_number = 3;
int getLineNumber()
optional int32 line_number = 3;
boolean hasMethodName()
optional string method_name = 4;
String getMethodName()
optional string method_name = 4;
com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 4;
boolean hasIsNativeMethod()
optional bool is_native_method = 5;
boolean getIsNativeMethod()
optional bool is_native_method = 5;
Copyright © 1970 The Apache Software Foundation. All rights reserved.