booster / com.didiglobal.booster.aapt2 / Resources / Plural / Entry / Builder

Builder

class Builder : Builder<Builder!>, EntryOrBuilder


        The plural value for a given arity.
        
Protobuf type aapt.pb.Plural.Entry

Functions

addRepeatedField

fun addRepeatedField(field: FieldDescriptor!, value: Any!): Builder!

build

fun build(): Entry!

buildPartial

fun buildPartial(): Entry!

clear

fun clear(): Builder!

clearArity


          The arity of the plural.
          
.aapt.pb.Plural.Arity arity = 3;

fun clearArity(): Builder!

clearComment


          Any comments associated with the plural.
          
string comment = 2;

fun clearComment(): Builder!

clearField

fun clearField(field: FieldDescriptor!): Builder!

clearItem


          The value assigned to this plural.
          
.aapt.pb.Item item = 4;

fun clearItem(): Builder!

clearOneof

fun clearOneof(oneof: OneofDescriptor!): Builder!

clearSource


          Where the plural was defined.
          
.aapt.pb.Source source = 1;

fun clearSource(): Builder!

clone

fun clone(): Builder!

getArity


          The arity of the plural.
          
.aapt.pb.Plural.Arity arity = 3;

fun getArity(): Arity!

getArityValue


          The arity of the plural.
          
.aapt.pb.Plural.Arity arity = 3;

fun getArityValue(): Int

getComment


          Any comments associated with the plural.
          
string comment = 2;

fun getComment(): String!

getCommentBytes


          Any comments associated with the plural.
          
string comment = 2;

fun getCommentBytes(): ByteString!

getDefaultInstanceForType

fun getDefaultInstanceForType(): Entry!

getDescriptor

static fun getDescriptor(): Descriptor!

getDescriptorForType

fun getDescriptorForType(): Descriptor!

getItem


          The value assigned to this plural.
          
.aapt.pb.Item item = 4;

fun getItem(): Item!

getItemBuilder


          The value assigned to this plural.
          
.aapt.pb.Item item = 4;

fun getItemBuilder(): Builder!

getItemOrBuilder


          The value assigned to this plural.
          
.aapt.pb.Item item = 4;

fun getItemOrBuilder(): ItemOrBuilder!

getSource


          Where the plural was defined.
          
.aapt.pb.Source source = 1;

fun getSource(): Source!

getSourceBuilder


          Where the plural was defined.
          
.aapt.pb.Source source = 1;

fun getSourceBuilder(): Builder!

getSourceOrBuilder


          Where the plural was defined.
          
.aapt.pb.Source source = 1;

fun getSourceOrBuilder(): SourceOrBuilder!

hasItem


          The value assigned to this plural.
          
.aapt.pb.Item item = 4;

fun hasItem(): Boolean

hasSource


          Where the plural was defined.
          
.aapt.pb.Source source = 1;

fun hasSource(): Boolean

internalGetFieldAccessorTable

fun internalGetFieldAccessorTable(): FieldAccessorTable!

isInitialized

fun isInitialized(): Boolean

mergeFrom

fun mergeFrom(other: Message!): Builder!
fun mergeFrom(other: Entry!): Builder!
fun mergeFrom(input: CodedInputStream!, extensionRegistry: ExtensionRegistryLite!): Builder!

mergeItem


          The value assigned to this plural.
          
.aapt.pb.Item item = 4;

fun mergeItem(value: Item!): Builder!

mergeSource


          Where the plural was defined.
          
.aapt.pb.Source source = 1;

fun mergeSource(value: Source!): Builder!

mergeUnknownFields

fun mergeUnknownFields(unknownFields: UnknownFieldSet!): Builder!

setArity


          The arity of the plural.
          
.aapt.pb.Plural.Arity arity = 3;

fun setArity(value: Arity!): Builder!

setArityValue


          The arity of the plural.
          
.aapt.pb.Plural.Arity arity = 3;

fun setArityValue(value: Int): Builder!

setComment


          Any comments associated with the plural.
          
string comment = 2;

fun setComment(value: String!): Builder!

setCommentBytes


          Any comments associated with the plural.
          
string comment = 2;

fun setCommentBytes(value: ByteString!): Builder!

setField

fun setField(field: FieldDescriptor!, value: Any!): Builder!

setItem


          The value assigned to this plural.
          
.aapt.pb.Item item = 4;

fun setItem(value: Item!): Builder!
fun setItem(builderForValue: Builder!): Builder!

setRepeatedField

fun setRepeatedField(field: FieldDescriptor!, index: Int, value: Any!): Builder!

setSource


          Where the plural was defined.
          
.aapt.pb.Source source = 1;

fun setSource(value: Source!): Builder!
fun setSource(builderForValue: Builder!): Builder!

setUnknownFields

fun setUnknownFields(unknownFields: UnknownFieldSet!): Builder!