public static final class ComparatorPB.SubstringComparator.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder> implements ComparatorPB.SubstringComparatorOrBuilder
SubstringComparator| Modifier and Type | Method and Description |
|---|---|
ComparatorPB.SubstringComparator.Builder |
clearSubstr()
required string substr = 1; |
String |
getSubstr()
required string substr = 1; |
com.google.protobuf.ByteString |
getSubstrBytes()
required string substr = 1; |
boolean |
hasSubstr()
required string substr = 1; |
ComparatorPB.SubstringComparator.Builder |
setSubstr(String value)
required string substr = 1; |
ComparatorPB.SubstringComparator.Builder |
setSubstrBytes(com.google.protobuf.ByteString value)
required string substr = 1; |
build, buildPartial, clear, clone, copyOnWrite, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFromaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionpublic boolean hasSubstr()
required string substr = 1;hasSubstr in interface ComparatorPB.SubstringComparatorOrBuilderpublic String getSubstr()
required string substr = 1;getSubstr in interface ComparatorPB.SubstringComparatorOrBuilderpublic com.google.protobuf.ByteString getSubstrBytes()
required string substr = 1;getSubstrBytes in interface ComparatorPB.SubstringComparatorOrBuilderpublic ComparatorPB.SubstringComparator.Builder setSubstr(String value)
required string substr = 1;public ComparatorPB.SubstringComparator.Builder clearSubstr()
required string substr = 1;public ComparatorPB.SubstringComparator.Builder setSubstrBytes(com.google.protobuf.ByteString value)
required string substr = 1;Copyright © 2010–2018 The Async HBase Authors. All rights reserved.