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