public class Parameter extends Object
int
id
Parameter(String name, String value)
boolean
equals(Object o)
String
getName()
getValue()
hashCode()
void
setName(String name)
setValue(String value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int id
public Parameter(@Nonnull String name, @Nonnull String value)
@Nonnull public String toString()
toString
Object
public boolean equals(Object o)
equals
public int hashCode()
hashCode
@CheckForNull public String getValue()
public void setValue(@Nonnull String value)
@CheckForNull public String getName()
public void setName(@Nonnull String name)
Copyright © 2016–2017. All rights reserved.