public class ValidationParam
Represents a validation parameter
public ValidationParam(@NotNull
java.lang.String name,
@Nullable
java.lang.Object value)
Represents a validation parameter
name - specifies the name of the parametervalue - specifies the value of the parameter@NotNull public java.lang.String getName()
specifies the name of the parameter
@Nullable public java.lang.Object getValue()
specifies the value of the parameter
@NotNull public java.lang.String component1()
specifies the name of the parameter
@Nullable public java.lang.Object component2()
specifies the value of the parameter
@NotNull public ValidationParam copy(@NotNull java.lang.String name, @Nullable java.lang.Object value)
Represents a validation parameter
@NotNull public java.lang.String toString()
Represents a validation parameter
public int hashCode()
Represents a validation parameter
public boolean equals(@Nullable
java.lang.Object p)
Represents a validation parameter