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