public final class Argument extends Object
| Modifier and Type | Method and Description |
|---|---|
static Argument |
arg(String name,
Object value)
Creates an
Argument instance based on the given name-value pair. |
boolean |
equals(Object other)
Two arguments are equal iff they share the same name and value.
|
String |
getName() |
Object |
getValue() |
int |
hashCode() |
String |
toString() |
public static Argument arg(String name, Object value)
Argument instance based on the given name-value pair.name - Name of the argument.value - Value of the argument.Argument.public boolean equals(Object other)
Copyright © 2019. All rights reserved.