public class ConfigurationRequest extends Object
Constructor and Description |
---|
ConfigurationRequest() |
ConfigurationRequest(String clusterName,
String type,
String tag,
Map<String,String> configs) |
Modifier and Type | Method and Description |
---|---|
String |
getClusterName() |
Map<String,String> |
getProperties() |
String |
getType() |
String |
getVersionTag() |
boolean |
isSelected()
Gets if the configuration is to be selected.
|
void |
setClusterName(String clusterName) |
void |
setProperties(Map<String,String> configs) |
void |
setSelected(boolean selected)
Sets if the configuration is selected
|
void |
setType(String type) |
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.Copyright © 2017. All rights reserved.