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