org.apache.hadoop.hbase.protobuf.generated
Interface HBaseProtos.BigDecimalMsgOrBuilder

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

public static interface HBaseProtos.BigDecimalMsgOrBuilder
extends com.google.protobuf.MessageOrBuilder


Method Summary
 com.google.protobuf.ByteString getBigdecimalMsg()
          required bytes bigdecimal_msg = 1;
 boolean hasBigdecimalMsg()
          required bytes bigdecimal_msg = 1;
 
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

hasBigdecimalMsg

boolean hasBigdecimalMsg()
required bytes bigdecimal_msg = 1;


getBigdecimalMsg

com.google.protobuf.ByteString getBigdecimalMsg()
required bytes bigdecimal_msg = 1;



Copyright © 2015 The Apache Software Foundation. All Rights Reserved.