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