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