public class StackConfigurationResponse extends Object
Constructor and Description |
---|
StackConfigurationResponse(String propertyName,
String propertyValue,
String propertyDescription,
String type) |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyDescription() |
String |
getPropertyName() |
String |
getPropertyValue() |
String |
getServiceName() |
String |
getStackName() |
String |
getStackVersion() |
String |
getType() |
void |
setPropertyDescription(String propertyDescription) |
void |
setPropertyName(String propertyName) |
void |
setPropertyValue(String propertyValue) |
void |
setServiceName(String serviceName) |
void |
setStackName(String stackName) |
void |
setStackVersion(String stackVersion) |
void |
setType(String type) |
public String getStackName()
public void setStackName(String stackName)
public String getStackVersion()
public void setStackVersion(String stackVersion)
public String getServiceName()
public void setServiceName(String serviceName)
public String getPropertyName()
public void setPropertyName(String propertyName)
public String getPropertyValue()
public void setPropertyValue(String propertyValue)
public String getPropertyDescription()
public void setPropertyDescription(String propertyDescription)
public String getType()
public void setType(String type)
Copyright © 2017. All rights reserved.