booster / com.didiglobal.booster.aapt2 / Resources / AllowNewOrBuilder

AllowNewOrBuilder

interface AllowNewOrBuilder : MessageOrBuilder

Functions

getComment


      Any comment associated with the declaration.
      
string comment = 2;

abstract fun getComment(): String!

getCommentBytes


      Any comment associated with the declaration.
      
string comment = 2;

abstract fun getCommentBytes(): ByteString!

getSource


      Where this was defined in source.
      
.aapt.pb.Source source = 1;

abstract fun getSource(): Source!

getSourceOrBuilder


      Where this was defined in source.
      
.aapt.pb.Source source = 1;

abstract fun getSourceOrBuilder(): SourceOrBuilder!

hasSource


      Where this was defined in source.
      
.aapt.pb.Source source = 1;

abstract fun hasSource(): Boolean