@ParametersAreNonnullByDefault @Generated(value="org.immutables.processor.ProxyProcessor") @Immutable @CheckReturnValue public final class AndroidPlatformArg extends Object
AndroidPlatformDescription.AbstractAndroidPlatformArg
.
Use the builder to create immutable instances:
AndroidPlatformArg.builder()
.
Modifier and Type | Class and Description |
---|---|
static class |
AndroidPlatformArg.Builder
Builds instances of type
AndroidPlatformArg . |
Modifier and Type | Method and Description |
---|---|
static AndroidPlatformArg.Builder |
builder()
Creates a builder for
AndroidPlatformArg . |
boolean |
equals(Object another)
This instance is equal to all instances of
AndroidPlatformArg that have equal attribute values. |
UnconfiguredBuildTarget |
getBasePlatform() |
String |
getName()
Each rule has a name
|
com.google.common.collect.ImmutableSortedMap<TargetCpuType,UnconfiguredBuildTarget> |
getNativePlatforms() |
int |
hashCode()
Computes a hash code from attributes:
basePlatform , nativePlatforms , name . |
String |
toString()
Prints the immutable value
AndroidPlatformArg with attribute values. |
public UnconfiguredBuildTarget getBasePlatform()
basePlatform
attributepublic com.google.common.collect.ImmutableSortedMap<TargetCpuType,UnconfiguredBuildTarget> getNativePlatforms()
nativePlatforms
attributepublic String getName()
public boolean equals(@Nullable Object another)
AndroidPlatformArg
that have equal attribute values.public int hashCode()
basePlatform
, nativePlatforms
, name
.public String toString()
AndroidPlatformArg
with attribute values.public static AndroidPlatformArg.Builder builder()
AndroidPlatformArg
.