public class OsDeploymentPlan extends BaseModelResource
Constructor and Description |
---|
OsDeploymentPlan() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
List<CustomAttribute> |
getAdditionalParameters() |
String |
getArchitecture() |
String |
getDeploymentAppliance() |
String |
getDeploymentApplianceIpv4() |
String |
getDeploymentType() |
String |
getId() |
String |
getNativePlanUri() |
String |
getOsdpSize() |
String |
getOsType() |
int |
hashCode() |
void |
setAdditionalParameters(List<CustomAttribute> additionalParameters) |
void |
setArchitecture(String architecture) |
void |
setDeploymentAppliance(String deploymentAppliance) |
void |
setDeploymentApplianceIpv4(String deploymentApplianceIpv4) |
void |
setDeploymentType(String deploymentType) |
void |
setId(String id) |
void |
setNativePlanUri(String nativePlanUri) |
void |
setOsdpSize(String osdpSize) |
void |
setOsType(String osType) |
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> getAdditionalParameters()
public void setAdditionalParameters(List<CustomAttribute> additionalParameters)
additionalParameters
- the additionalParameters to setpublic String getArchitecture()
public void setArchitecture(String architecture)
architecture
- the architecture to setpublic String getDeploymentAppliance()
public void setDeploymentAppliance(String deploymentAppliance)
deploymentAppliance
- the deploymentAppliance to setpublic String getDeploymentApplianceIpv4()
public void setDeploymentApplianceIpv4(String deploymentApplianceIpv4)
deploymentApplianceIpv4
- the deploymentApplianceIpv4 to setpublic String getDeploymentType()
public void setDeploymentType(String deploymentType)
deploymentType
- the deploymentType to setpublic String getNativePlanUri()
public void setNativePlanUri(String nativePlanUri)
nativePlanUri
- the nativePlanUri to setpublic String getOsType()
public void setOsType(String osType)
osType
- the osType to setpublic String getOsdpSize()
public void setOsdpSize(String osdpSize)
osdpSize
- the osdpSize to setpublic String getId()
public void setId(String id)
id
- the id 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.