public class DeploymentPlan extends BaseModelResource
| Constructor and Description |
|---|
DeploymentPlan() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
List<CustomAttribute> |
getCustomAttributes() |
String |
getGoldenImageURI() |
Boolean |
getHpProvided() |
String |
getId() |
String |
getOeBuildPlanURI() |
int |
hashCode() |
void |
setCustomAttributes(List<CustomAttribute> customAttributes) |
void |
setGoldenImageURI(String goldenImageURI) |
void |
setHpProvided(Boolean hpProvided) |
void |
setId(String id) |
void |
setOeBuildPlanURI(String oeBuildPlanURI) |
String |
toString() |
canEqual, getCategory, getCreated, getDescription, getETag, getModified, getName, getResourceId, getState, getStatus, getType, getUri, setCategory, setCreated, setDescription, setETag, setModified, setName, setState, setStatus, setType, setUri, toJsonStringpublic List<CustomAttribute> getCustomAttributes()
public void setCustomAttributes(List<CustomAttribute> customAttributes)
customAttributes - the customAttributes to setpublic String getGoldenImageURI()
public void setGoldenImageURI(String goldenImageURI)
goldenImageURI - the goldenImageURI to setpublic Boolean getHpProvided()
public void setHpProvided(Boolean hpProvided)
hpProvided - the hpProvided to setpublic String getId()
public void setId(String id)
id - the id to setpublic String getOeBuildPlanURI()
public void setOeBuildPlanURI(String oeBuildPlanURI)
oeBuildPlanURI - the oeBuildPlanURI to setpublic boolean equals(Object obj)
equals in class BaseModelResourcepublic int hashCode()
hashCode in class BaseModelResourcepublic String toString()
toString in class BaseModelResourceCopyright © 2016. All rights reserved.