public class CustomConfigPreviewParam
extends java.lang.Object
| Constructor and Description | 
|---|
CustomConfigPreviewParam()  | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getConfigType()
The config type name 
 | 
java.util.List<PreviewVariableParam> | 
getPreviewVariables()
The variable values used to generate config value 
 | 
ScopeParam | 
getScope()
The scope 
 | 
java.lang.String | 
getValue()
The config value 
 | 
void | 
setConfigType(java.lang.String configType)  | 
void | 
setPreviewVariables(java.util.List<PreviewVariableParam> previewVariables)  | 
void | 
setScope(ScopeParam scope)  | 
void | 
setValue(java.lang.String value)  | 
public java.lang.String getConfigType()
public void setConfigType(java.lang.String configType)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public ScopeParam getScope()
public void setScope(ScopeParam scope)
public java.util.List<PreviewVariableParam> getPreviewVariables()
public void setPreviewVariables(java.util.List<PreviewVariableParam> previewVariables)