|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wily.introscope.server.webservicesapi.events.DKeyValuePair
public class DKeyValuePair
Constructor Summary | |
---|---|
DKeyValuePair()
|
Method Summary | |
---|---|
java.lang.String |
getKey()
Method returns the key of DKeyValuePair. |
java.lang.String |
getValue()
Method returns the value of DKeyValuePair. |
void |
setKey(java.lang.String key)
Method sets the key of DKeyValuePair. |
void |
setValue(java.lang.String value)
Method sets the value of DKeyValuePair. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DKeyValuePair()
Method Detail |
---|
public java.lang.String getKey()
public void setKey(java.lang.String key)
key
- of DKeyValuePairpublic java.lang.String getValue()
public void setValue(java.lang.String value)
value
- of DKeyValuePair
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |