public class KeyValues extends Object implements Serializable
KeyValues()
KeyValues(String key, List<String> values)
String
getKey()
List<String>
getValues()
boolean
isAll()
void
setAll(boolean all)
setKey(String key)
setValues(List<String> values)
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public KeyValues()
public KeyValues(String key, List<String> values)
public String getKey()
public void setKey(String key)
public List<String> getValues()
public void setValues(List<String> values)
public boolean isAll()
public void setAll(boolean all)
public String toString()
toString
Object
Copyright © 2025. All rights reserved.