booster / com.didiglobal.booster.aapt2 / Resources / VisibilityOrBuilder

VisibilityOrBuilder

interface VisibilityOrBuilder : MessageOrBuilder

Functions

getComment


      The comment associated with the <public> tag.
      
string comment = 3;

abstract fun getComment(): String!

getCommentBytes


      The comment associated with the <public> tag.
      
string comment = 3;

abstract fun getCommentBytes(): ByteString!

getLevel

.aapt.pb.Visibility.Level level = 1;

abstract fun getLevel(): Level!

getLevelValue

.aapt.pb.Visibility.Level level = 1;

abstract fun getLevelValue(): Int

getSource


      The path at which this entry's visibility was defined (eg. public.xml).
      
.aapt.pb.Source source = 2;

abstract fun getSource(): Source!

getSourceOrBuilder


      The path at which this entry's visibility was defined (eg. public.xml).
      
.aapt.pb.Source source = 2;

abstract fun getSourceOrBuilder(): SourceOrBuilder!

hasSource


      The path at which this entry's visibility was defined (eg. public.xml).
      
.aapt.pb.Source source = 2;

abstract fun hasSource(): Boolean