org.hbase.async.generated
Interface HBasePB.BytesBytesPairOrBuilder

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

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


Method Summary
 com.google.protobuf.ByteString getFirst()
          required bytes first = 1;
 com.google.protobuf.ByteString getSecond()
          required bytes second = 2;
 boolean hasFirst()
          required bytes first = 1;
 boolean hasSecond()
          required bytes second = 2;
 
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
 

Method Detail

hasFirst

boolean hasFirst()
required bytes first = 1;


getFirst

com.google.protobuf.ByteString getFirst()
required bytes first = 1;


hasSecond

boolean hasSecond()
required bytes second = 2;


getSecond

com.google.protobuf.ByteString getSecond()
required bytes second = 2;



Copyright © 2010-2015, The Async HBase Authors