public class ParameterConfig extends Object
Constructor and Description |
---|
ParameterConfig() |
Modifier and Type | Method and Description |
---|---|
String |
getClusterConfig()
Get the cluster configuration id used to pull configuration from an associated Ambari cluster.
|
String |
getDefaultValue()
Get the parameter default value.
|
String |
getDescription()
Get the parameter description.
|
String |
getLabel()
Get the parameter label.
|
String |
getName()
Get the parameter name.
|
String |
getPlaceholder()
Get the parameter placeholder.
|
boolean |
isMasked()
Indicates whether or not the parameter is masked when persisted.
|
boolean |
isRequired()
Indicates whether or not the parameter is required.
|
public String getName()
public String getDescription()
public String getLabel()
public String getPlaceholder()
public String getDefaultValue()
public String getClusterConfig()
public boolean isRequired()
public boolean isMasked()
Copyright © 2022 Apache Software Foundation. All rights reserved.