public class Parameter extends Object implements Parameter, Serializable
Parameter()
Parameter(String key, String value)
boolean
equals(Object obj)
String
getKey()
getValue()
int
hashCode()
void
setKey(String key)
setValue(String value)
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Parameter()
public Parameter(String key, String value)
public String getKey()
getKey
Parameter
public void setKey(String key)
public String getValue()
getValue
public void setValue(String value)
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2021. All rights reserved.