public class OeBuildPlan extends BaseModelResource
Constructor and Description |
---|
OeBuildPlan() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getBuildPlanid() |
List<BuildStep> |
getBuildStep() |
List<CustomAttribute> |
getCustomAttributes() |
List<DependentArtifacts> |
getDependentArtifacts() |
String |
getOeBuildPlanType() |
int |
hashCode() |
boolean |
isHpProvided() |
void |
setBuildPlanid(String buildPlanid) |
void |
setBuildStep(List<BuildStep> buildStep) |
void |
setCustomAttributes(List<CustomAttribute> customAttributes) |
void |
setDependentArtifacts(List<DependentArtifacts> dependentArtifacts) |
void |
setHpProvided(boolean hpProvided) |
void |
setOeBuildPlanType(String oeBuildPlanType) |
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 static final String TYPE
public String getBuildPlanid()
public void setBuildPlanid(String buildPlanid)
buildPlanid
- the buildPlanid to setpublic void setBuildStep(List<BuildStep> buildStep)
buildStep
- the buildStep to setpublic List<CustomAttribute> getCustomAttributes()
public void setCustomAttributes(List<CustomAttribute> customAttributes)
customAttributes
- the customAttributes to setpublic List<DependentArtifacts> getDependentArtifacts()
public void setDependentArtifacts(List<DependentArtifacts> dependentArtifacts)
dependentArtifacts
- the dependentArtifacts to setpublic boolean isHpProvided()
public void setHpProvided(boolean hpProvided)
hpProvided
- the hpProvided to setpublic String getOeBuildPlanType()
public void setOeBuildPlanType(String oeBuildPlanType)
oeBuildPlanType
- the oeBuildPlanType 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 © 2016. All rights reserved.