org.hbase.async.generated
Interface ErrorHandlingPB.StackTraceElementMessageOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
ErrorHandlingPB.StackTraceElementMessage, ErrorHandlingPB.StackTraceElementMessage.Builder
Enclosing class:
ErrorHandlingPB

public static interface ErrorHandlingPB.StackTraceElementMessageOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


Method Summary
 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;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasDeclaringClass

boolean hasDeclaringClass()
optional string declaring_class = 1;


getDeclaringClass

String getDeclaringClass()
optional string declaring_class = 1;


getDeclaringClassBytes

com.google.protobuf.ByteString getDeclaringClassBytes()
optional string declaring_class = 1;


hasMethodName

boolean hasMethodName()
optional string method_name = 2;


getMethodName

String getMethodName()
optional string method_name = 2;


getMethodNameBytes

com.google.protobuf.ByteString getMethodNameBytes()
optional string method_name = 2;


hasFileName

boolean hasFileName()
optional string file_name = 3;


getFileName

String getFileName()
optional string file_name = 3;


getFileNameBytes

com.google.protobuf.ByteString getFileNameBytes()
optional string file_name = 3;


hasLineNumber

boolean hasLineNumber()
optional int32 line_number = 4;


getLineNumber

int getLineNumber()
optional int32 line_number = 4;



Copyright © 2010-2015, The Async HBase Authors