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, toJsonString
public 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 BaseModelResource
public int hashCode()
hashCode
in class BaseModelResource
public String toString()
toString
in class BaseModelResource
Copyright © 2017. All rights reserved.