public class ConfigurationRequest extends Object
Constructor and Description |
---|
ConfigurationRequest() |
ConfigurationRequest(String clusterName,
String type,
String tag,
Map<String,String> configs,
Map<String,Map<String,String>> configsAttributes) |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName() |
Map<String,String> |
getProperties() |
Map<String,Map<String,String>> |
getPropertiesAttributes() |
String |
getServiceConfigVersionNote() |
String |
getType() |
Long |
getVersion() |
String |
getVersionTag() |
boolean |
includeProperties()
Determine whether properties should be included.
|
boolean |
isSelected()
Gets if the configuration is to be selected.
|
void |
setClusterName(String clusterName) |
void |
setIncludeProperties(boolean includeProperties)
Set whether properties should be included.
|
void |
setProperties(Map<String,String> configs) |
void |
setPropertiesAttributes(Map<String,Map<String,String>> configsAttributes) |
void |
setSelected(boolean selected)
Sets if the configuration is selected
|
void |
setServiceConfigVersionNote(String serviceConfigVersionNote) |
void |
setType(String type) |
void |
setVersion(Long version) |
void |
setVersionTag(String versionTag) |
public String getType()
public void setType(String type)
type
- the type to setpublic String getVersionTag()
public void setVersionTag(String versionTag)
versionTag
- the versionTag to setpublic void setProperties(Map<String,String> configs)
configs
- the configs to setpublic String getClusterName()
public void setClusterName(String clusterName)
clusterName
- the clusterName to setpublic void setSelected(boolean selected)
selected
- true
if the configuration is selected.public boolean isSelected()
true
if the configuration is selected.public void setIncludeProperties(boolean includeProperties)
includeProperties
- whether properties should be includedpublic boolean includeProperties()
public Map<String,Map<String,String>> getPropertiesAttributes()
public void setPropertiesAttributes(Map<String,Map<String,String>> configsAttributes)
public Long getVersion()
public void setVersion(Long version)
public String getServiceConfigVersionNote()
public void setServiceConfigVersionNote(String serviceConfigVersionNote)
Copyright © 2022 Apache Software Foundation. All rights reserved.