@Generated(value="org.jsonschema2pojo") public class TaskCommandDictionary extends Object
TaskCommandDictionary to define the phrases to be replaced in jobConfigs-tasks-commands.
Constructor and Description |
---|
TaskCommandDictionary() |
Modifier and Type | Method and Description |
---|---|
String |
getKey()
Key schema.
|
String |
getValue()
Value schema.
|
void |
setKey(String key)
Key schema.
|
void |
setValue(String value)
Value schema.
|
public String getKey()
The string to be replaced. (Required)
public void setKey(String key)
The string to be replaced. (Required)
key
- The keypublic String getValue()
The string to replace the key string. (Required)
public void setValue(String value)
The string to replace the key string. (Required)
value
- The valueCopyright © 2016. All rights reserved.