public static interface ErrorHandlingProtos.StackTraceElementMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description | 
|---|---|
| String | getDeclaringClass()optional string declaring_class = 1; | 
| com.google.protobuf.ByteString | getDeclaringClassBytes()optional string declaring_class = 1; | 
| String | getFileName()optional string file_name = 3; | 
| com.google.protobuf.ByteString | getFileNameBytes()optional string file_name = 3; | 
| int | getLineNumber()optional int32 line_number = 4; | 
| String | getMethodName()optional string method_name = 2; | 
| com.google.protobuf.ByteString | getMethodNameBytes()optional string method_name = 2; | 
| boolean | hasDeclaringClass()optional string declaring_class = 1; | 
| boolean | hasFileName()optional string file_name = 3; | 
| boolean | hasLineNumber()optional int32 line_number = 4; | 
| boolean | hasMethodName()optional string method_name = 2; | 
boolean hasDeclaringClass()
optional string declaring_class = 1;String getDeclaringClass()
optional string declaring_class = 1;com.google.protobuf.ByteString getDeclaringClassBytes()
optional string declaring_class = 1;boolean hasMethodName()
optional string method_name = 2;String getMethodName()
optional string method_name = 2;com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 2;boolean hasFileName()
optional string file_name = 3;String getFileName()
optional string file_name = 3;com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;boolean hasLineNumber()
optional int32 line_number = 4;int getLineNumber()
optional int32 line_number = 4;Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.