public class ExternalDataItemJson extends BaseJson
Constructor and Description |
---|
ExternalDataItemJson() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
The key
|
String |
getValue()
The associated value
|
void |
setKey(String key)
The key
|
void |
setValue(String value)
The associated value
|
getObjType, setObjType, toString
public String getValue()
public void setValue(String value)
value
- The associated valuepublic String getKey()
public void setKey(String key)
key
- The keyCopyright © 2019. All rights reserved.