public static class DiscoverableField.Properties extends Object
| Constructor and Description |
|---|
Properties() |
Properties(String key,
Object value) |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Gets the key value for this Properties.
|
Object |
getValue()
Gets the value value for this Properties.
|
DiscoverableField.Properties |
setKey(String key)
Sets the key value for this Properties.
|
DiscoverableField.Properties |
setValue(Object value)
Sets the value value for this Properties.
|
static Map<String,String> |
toMap(List<DiscoverableField.Properties> props) |
public static Map<String,String> toMap(List<DiscoverableField.Properties> props)
public String getKey()
public DiscoverableField.Properties setKey(String key)
key - public Object getValue()
public DiscoverableField.Properties setValue(Object value)
value - Copyright © Jitterbit, Inc. Licensed under the Jitterbit Master Subscription Agreement.