public class KeyValuePair extends com.ibm.cloud.sdk.core.service.model.GenericModel
protected Key
key
protected java.util.List<Value>
value
KeyValuePair()
Key
getKey()
java.util.List<Value>
getValue()
equals, hashCode, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected Key key
protected java.util.List<Value> value
public KeyValuePair()
public Key getKey()
A key in a key-value pair.
public java.util.List<Value> getValue()
A list of values in a key-value pair.