public class APIPhysicalServerResourceUsageCost
extends java.lang.Object
Constructor and Description |
---|
APIPhysicalServerResourceUsageCost() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBladeType() |
double |
getFullBladeCost() |
double |
getHalfBladeCost() |
double |
getServerCost() |
boolean |
isHalfLengthBlade() |
void |
setBladeType(java.lang.String bladeType) |
void |
setFullBladeCost(double fullBladeCost) |
void |
setHalfBladeCost(double halfBladeCost) |
void |
setHalfLengthBlade(boolean halfLengthBlade) |
void |
setServerCost(double serverCost) |
public boolean isHalfLengthBlade()
public void setHalfLengthBlade(boolean halfLengthBlade)
halfLengthBlade
- the halfLengthBlade to setpublic double getFullBladeCost()
public void setFullBladeCost(double fullBladeCost)
fullBladeCost
- the fullBladeCost to setpublic double getHalfBladeCost()
public void setHalfBladeCost(double halfBladeCost)
halfBladeCost
- the halfBladeCost to setpublic double getServerCost()
public void setServerCost(double serverCost)
serverCost
- the serverCost to setpublic java.lang.String getBladeType()
public void setBladeType(java.lang.String bladeType)
bladeType
- the bladeType to set