public class ServiceProfile extends FHNResource
id| Constructor and Description |
|---|
ServiceProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationDate() |
Set<ResourceReference<Software>> |
getDeployedSoftware() |
String |
getDescription() |
int |
getMinCores() |
Long |
getMinRam() |
int |
getSuggestedCores() |
Long |
getSuggestedRam() |
String |
getVersion() |
void |
setCreationDate(String creationDate) |
void |
setDeployedSoftware(Set<ResourceReference<Software>> deployedSoftware) |
void |
setDescription(String description) |
void |
setMinCores(int minCores) |
void |
setMinRam(Long minRam) |
void |
setSuggestedCores(int suggestedCores) |
void |
setSuggestedRam(Long suggestedRam) |
void |
setVersion(String version) |
getId, setIdpublic String getCreationDate()
public void setCreationDate(String creationDate)
public String getVersion()
public void setVersion(String version)
public String getDescription()
public void setDescription(String description)
public Set<ResourceReference<Software>> getDeployedSoftware()
public void setDeployedSoftware(Set<ResourceReference<Software>> deployedSoftware)
public Long getMinRam()
public void setMinRam(Long minRam)
public int getMinCores()
public void setMinCores(int minCores)
public Long getSuggestedRam()
public void setSuggestedRam(Long suggestedRam)
public int getSuggestedCores()
public void setSuggestedCores(int suggestedCores)
Copyright © 2017. All Rights Reserved.