public class CloudComputer extends Object
Constructor and Description |
---|
CloudComputer() |
Modifier and Type | Method and Description |
---|---|
int |
getCost() |
int |
getCpuPower() |
String |
getId() |
int |
getMemory() |
int |
getNetworkBandwidth() |
void |
setCost(int cost) |
void |
setCpuPower(int cpuPower) |
void |
setId(String id) |
void |
setMemory(int memory) |
void |
setNetworkBandwidth(int networkBandwidth) |
String |
toString() |
public String getId()
public void setId(String id)
public int getCpuPower()
public void setCpuPower(int cpuPower)
public int getMemory()
public void setMemory(int memory)
public int getNetworkBandwidth()
public void setNetworkBandwidth(int networkBandwidth)
public int getCost()
public void setCost(int cost)
Copyright © 2020. All rights reserved.