public static final class FilterPB.InclusiveStopFilter.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<FilterPB.InclusiveStopFilter,FilterPB.InclusiveStopFilter.Builder> implements FilterPB.InclusiveStopFilterOrBuilder
InclusiveStopFilter
Modifier and Type | Method and Description |
---|---|
FilterPB.InclusiveStopFilter.Builder |
clearStopRowKey()
optional bytes stop_row_key = 1; |
com.google.protobuf.ByteString |
getStopRowKey()
optional bytes stop_row_key = 1; |
boolean |
hasStopRowKey()
optional bytes stop_row_key = 1; |
FilterPB.InclusiveStopFilter.Builder |
setStopRowKey(com.google.protobuf.ByteString value)
optional bytes stop_row_key = 1; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom
addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
public boolean hasStopRowKey()
optional bytes stop_row_key = 1;
hasStopRowKey
in interface FilterPB.InclusiveStopFilterOrBuilder
public com.google.protobuf.ByteString getStopRowKey()
optional bytes stop_row_key = 1;
getStopRowKey
in interface FilterPB.InclusiveStopFilterOrBuilder
public FilterPB.InclusiveStopFilter.Builder setStopRowKey(com.google.protobuf.ByteString value)
optional bytes stop_row_key = 1;
public FilterPB.InclusiveStopFilter.Builder clearStopRowKey()
optional bytes stop_row_key = 1;
Copyright © 2010–2017 The Async HBase Authors. All rights reserved.