@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class AppleAssetCatalogsCompilationOptions extends Object
Modifier and Type | Class and Description |
---|---|
static class |
com.facebook.buck.apple.AbstractAppleAssetCatalogsCompilationOptions.Optimization
Argument type for AppleAssetCatalogsCompilationOptions used in Actool
|
static class |
com.facebook.buck.apple.AbstractAppleAssetCatalogsCompilationOptions.OutputFormat
Argument type for AppleAssetCatalogsCompilationOptions used in Actool
|
static class |
AppleAssetCatalogsCompilationOptions.Builder
Builds instances of type
AppleAssetCatalogsCompilationOptions . |
Modifier and Type | Method and Description |
---|---|
static AppleAssetCatalogsCompilationOptions.Builder |
builder()
Creates a builder for
AppleAssetCatalogsCompilationOptions . |
boolean |
equals(Object another)
This instance is equal to all instances of
AppleAssetCatalogsCompilationOptions that have equal attribute values. |
boolean |
getCompressPngs() |
boolean |
getErrors() |
com.google.common.collect.ImmutableList<String> |
getExtraFlags() |
boolean |
getNotices() |
com.facebook.buck.apple.AbstractAppleAssetCatalogsCompilationOptions.Optimization |
getOptimization() |
com.facebook.buck.apple.AbstractAppleAssetCatalogsCompilationOptions.OutputFormat |
getOutputFormat() |
boolean |
getWarnings() |
int |
hashCode()
Computes a hash code from attributes:
notices , warnings , errors , compressPngs , optimization , outputFormat , extraFlags . |
String |
toString()
Prints the immutable value
AppleAssetCatalogsCompilationOptions with attribute values. |
public boolean getNotices()
notices
attributepublic boolean getWarnings()
warnings
attributepublic boolean getErrors()
errors
attributepublic boolean getCompressPngs()
compressPngs
attributepublic com.facebook.buck.apple.AbstractAppleAssetCatalogsCompilationOptions.Optimization getOptimization()
optimization
attributepublic com.facebook.buck.apple.AbstractAppleAssetCatalogsCompilationOptions.OutputFormat getOutputFormat()
outputFormat
attributepublic com.google.common.collect.ImmutableList<String> getExtraFlags()
extraFlags
attributepublic boolean equals(@Nullable Object another)
AppleAssetCatalogsCompilationOptions
that have equal attribute values.public int hashCode()
notices
, warnings
, errors
, compressPngs
, optimization
, outputFormat
, extraFlags
.public String toString()
AppleAssetCatalogsCompilationOptions
with attribute values.public static AppleAssetCatalogsCompilationOptions.Builder builder()
AppleAssetCatalogsCompilationOptions
.