public class CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd extends Object implements Command<ConfigurationPropertyEntity>
Modifier and Type | Field and Description |
---|---|
protected String |
description |
protected String |
name |
protected String |
namespace |
protected String |
tenantId |
protected String |
textValue |
Constructor and Description |
---|
CreateOrUpdateConfigurationPropertyByNamespaceAndNameCmd(String namespace,
String name,
String tenantId,
String description,
String textValue) |
Modifier and Type | Method and Description |
---|---|
ConfigurationPropertyEntity |
execute(CommandContext commandContext) |
protected String namespace
protected String name
protected String tenantId
protected String description
protected String textValue
public ConfigurationPropertyEntity execute(CommandContext commandContext)
execute
in interface Command<ConfigurationPropertyEntity>