org.hbase.async.generated
Interface HBasePB.BigDecimalMsgOrBuilder

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

public static interface HBasePB.BigDecimalMsgOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder


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.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasBigdecimalMsg

boolean hasBigdecimalMsg()
required bytes bigdecimal_msg = 1;


getBigdecimalMsg

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



Copyright © 2010-2015, The Async HBase Authors