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, toJsonStringpublic 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 BaseModelResourcepublic int hashCode()
hashCode in class BaseModelResourcepublic String toString()
toString in class BaseModelResourceCopyright © 2017. All rights reserved.