接口 ThrowablePB.StackTraceElementProtoOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- ThrowablePB
public static interface ThrowablePB.StackTraceElementProtoOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetClassName()The fully qualified name of the class containing the execution point represented by the stack trace element.com.google.protobuf.ByteStringgetClassNameBytes()The fully qualified name of the class containing the execution point represented by the stack trace element.StringgetFileName()The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.com.google.protobuf.ByteStringgetFileNameBytes()The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.intgetLineNumber()The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.StringgetMethodName()The name of the method containing the execution point represented by the stack trace elementcom.google.protobuf.ByteStringgetMethodNameBytes()The name of the method containing the execution point represented by the stack trace element
-
-
-
方法详细资料
-
getClassName
String getClassName()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;
-
getClassNameBytes
com.google.protobuf.ByteString getClassNameBytes()
The fully qualified name of the class containing the execution point represented by the stack trace element.
string class_name = 1;
-
getMethodName
String getMethodName()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;
-
getMethodNameBytes
com.google.protobuf.ByteString getMethodNameBytes()
The name of the method containing the execution point represented by the stack trace element
string method_name = 2;
-
getFileName
String getFileName()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;
-
getFileNameBytes
com.google.protobuf.ByteString getFileNameBytes()
The name of the file containing the execution point represented by the stack trace element, or null if this information is unavailable.
string file_name = 3;
-
getLineNumber
int getLineNumber()
The line number of the source line containing the execution point represented by this stack trace element, or a negative number if this information is unavailable.
int32 line_number = 4;
-
-