public static final class ComparatorPB.SubstringComparator.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder> implements ComparatorPB.SubstringComparatorOrBuilder
SubstringComparator
public ComparatorPB.SubstringComparator.Builder clear()
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>
public ComparatorPB.SubstringComparator.Builder clone()
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>
public ComparatorPB.SubstringComparator getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>
public ComparatorPB.SubstringComparator build()
build
in interface com.google.protobuf.MessageLite.Builder
public ComparatorPB.SubstringComparator buildPartial()
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public ComparatorPB.SubstringComparator.Builder mergeFrom(ComparatorPB.SubstringComparator other)
mergeFrom
in class com.google.protobuf.GeneratedMessageLite.Builder<ComparatorPB.SubstringComparator,ComparatorPB.SubstringComparator.Builder>
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
public ComparatorPB.SubstringComparator.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessageLite.Builder<ComparatorPB.SubstringComparator.Builder>
IOException
public boolean hasSubstr()
required string substr = 1;
hasSubstr
in interface ComparatorPB.SubstringComparatorOrBuilder
public String getSubstr()
required string substr = 1;
getSubstr
in interface ComparatorPB.SubstringComparatorOrBuilder
public com.google.protobuf.ByteString getSubstrBytes()
required string substr = 1;
getSubstrBytes
in interface ComparatorPB.SubstringComparatorOrBuilder
public 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-2017, The Async HBase Authors