public final class ProcessArguments extends _ProcessArguments
_ProcessArguments.
Use the static factory method to create immutable instances:
ProcessArguments.of().
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object another)
This instance is equal to all instances of
ProcessArguments that have equal attribute values. |
int |
hashCode()
Computes a hash code from attributes:
value. |
static ProcessArguments |
of(Iterable<String> value)
Construct a new immutable
ProcessArguments instance. |
static ProcessArguments |
of(List<String> value)
Construct a new immutable
ProcessArguments instance. |
List<String> |
value() |
public boolean equals(Object another)
ProcessArguments that have equal attribute values.public int hashCode()
value.public static ProcessArguments of(List<String> value)
ProcessArguments instance.value - The value for the value attributepublic static ProcessArguments of(Iterable<String> value)
ProcessArguments instance.value - The value for the value attributeCopyright © 2023. All rights reserved.