public class KeyValue extends Payload implements Serializable
KeyValue()
KeyValue(String key, String value)
String
getKey()
getValue()
void
setKey(String key)
setValue(String value)
int
size()
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public KeyValue()
public KeyValue(String key, String value)
public String getKey()
public String getValue()
public void setKey(String key)
public void setValue(String value)
public String toString()
toString
Object
public int size()
size
Payload
Copyright © 2019 OpenDaylight. All rights reserved.