public class Argument extends Object implements Serializable
Argument()
Argument(String type, String value)
boolean
equals(Object obj)
String
getType()
Optional<String>
getValue()
int
hashCode()
void
setType(String type)
setValue(String value)
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
public Argument()
public Argument(String type, String value)
public Optional<String> getValue()
public void setValue(String value)
public String getType()
public void setType(String type)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
Copyright © 2021. All rights reserved.