org.apache.hadoop.hbase.protobuf.generated
Interface ErrorHandlingProtos.StackTraceElementMessageOrBuilder

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

public static interface ErrorHandlingProtos.StackTraceElementMessageOrBuilder
extends com.google.protobuf.MessageOrBuilder


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.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
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 © 2015 The Apache Software Foundation. All Rights Reserved.