public class ConfigurationPropertyBuilderImpl extends Object implements ConfigurationPropertyBuilder
| Modifier and Type | Field and Description |
|---|---|
protected CommandExecutor |
commandExecutor |
protected String |
configurationId |
protected String |
description |
protected String |
name |
protected String |
namespace |
protected String |
tenantId |
protected String |
textValue |
| Constructor and Description |
|---|
ConfigurationPropertyBuilderImpl(String configurationId,
String namespace,
String name,
CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ConfigurationPropertyBuilder |
description(String description)
The property description
|
String |
getConfigurationId() |
String |
getDescription() |
String |
getName() |
String |
getNamespace() |
String |
getTenantId() |
String |
getTextValue() |
ConfigurationProperty |
save()
Save or update the property
|
ConfigurationPropertyBuilder |
tenantId(String tenantId)
The tenant id of the configuration property
|
ConfigurationPropertyBuilder |
textValue(String textValue)
The text value of the property.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbooleanValue, intValue, longValueprotected final CommandExecutor commandExecutor
protected String configurationId
protected String namespace
protected String name
protected String tenantId
protected String description
protected String textValue
public ConfigurationPropertyBuilderImpl(String configurationId, String namespace, String name, CommandExecutor commandExecutor)
public ConfigurationPropertyBuilder tenantId(String tenantId)
ConfigurationPropertyBuildertenantId in interface ConfigurationPropertyBuilderpublic ConfigurationPropertyBuilder description(String description)
ConfigurationPropertyBuilderdescription in interface ConfigurationPropertyBuilderpublic ConfigurationPropertyBuilder textValue(String textValue)
ConfigurationPropertyBuildertextValue in interface ConfigurationPropertyBuilderpublic ConfigurationProperty save()
ConfigurationPropertyBuildersave in interface ConfigurationPropertyBuilderpublic String getConfigurationId()
public String getNamespace()
public String getName()
public String getTenantId()
public String getDescription()
public String getTextValue()