public class PropertyInfo extends Object
Constructor and Description |
---|
PropertyInfo() |
Modifier and Type | Method and Description |
---|---|
StackConfigurationResponse |
convertToResponse() |
boolean |
equals(Object obj) |
String |
getDescription() |
String |
getFilename() |
String |
getName() |
String |
getValue() |
int |
hashCode() |
boolean |
isDeleted() |
void |
setDeleted(boolean deleted) |
void |
setDescription(String description) |
void |
setFilename(String filename) |
void |
setName(String name) |
void |
setValue(String value) |
public String getName()
public void setName(String name)
public String getValue()
public void setValue(String value)
public String getDescription()
public void setDescription(String description)
public String getFilename()
public void setFilename(String filename)
public StackConfigurationResponse convertToResponse()
public boolean isDeleted()
public void setDeleted(boolean deleted)
Copyright © 2015. All rights reserved.