Constructor and Description |
---|
ConfigProperty(StackConfigurationResponse config) |
ConfigProperty(String type,
String name,
String value) |
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
getAttributes() |
String |
getName() |
Set<PropertyInfo.PropertyType> |
getPropertyTypes() |
ValueAttributesInfo |
getPropertyValueAttributes() |
String |
getType() |
String |
getValue() |
void |
setAttributes(Map<String,String> attributes) |
void |
setPropertyTypes(Set<PropertyInfo.PropertyType> propertyTypes) |
void |
setValue(String value) |
public ConfigProperty(StackConfigurationResponse config)
public String getName()
public String getValue()
public void setValue(String value)
public String getType()
public Set<PropertyInfo.PropertyType> getPropertyTypes()
public void setPropertyTypes(Set<PropertyInfo.PropertyType> propertyTypes)
public ValueAttributesInfo getPropertyValueAttributes()
Copyright © 2022 Apache Software Foundation. All rights reserved.