public class PlanScript extends BaseModelResource
| Constructor and Description |
|---|
PlanScript() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getContent() |
String |
getCustomAttributes() |
List<DependentArtifacts> |
getDependentArtifacts() |
String |
getId() |
PlanType |
getPlanType() |
int |
hashCode() |
boolean |
isHpProvided() |
void |
setContent(String content) |
void |
setCustomAttributes(String customAttributes) |
void |
setDependentArtifacts(List<DependentArtifacts> dependentArtifacts) |
void |
setHpProvided(boolean hpProvided) |
void |
setId(String id) |
void |
setPlanType(PlanType planType) |
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 getContent()
public void setContent(String content)
content - the content to setpublic String getCustomAttributes()
public void setCustomAttributes(String 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 getId()
public void setId(String id)
id - the id to setpublic PlanType getPlanType()
public void setPlanType(PlanType planType)
planType - the planType 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.