public class APIResourceUsageSummary
extends java.lang.Object
Constructor and Description |
---|
APIResourceUsageSummary() |
Modifier and Type | Method and Description |
---|---|
double |
getActiveCost() |
double |
getActiveVMHours() |
double |
getApplicationCost() |
java.lang.String |
getCatalogItemName() |
double |
getCommittedDiskGB() |
double |
getCommittedDiskGBCost() |
double |
getCpu() |
double |
getCpuCoreCost() |
int |
getCpuCores() |
double |
getCpuCost() |
int |
getDay() |
double |
getFullBladeCost() |
int |
getGroupId() |
java.lang.String |
getGroupName() |
double |
getHalfBladeCost() |
double |
getInactiveCost() |
double |
getInactiveVMHours() |
int |
getInterval() |
double |
getMemory() |
double |
getMemoryCost() |
java.lang.String |
getMonth() |
double |
getNetRxUsageGB() |
double |
getNetRxUsageGBCost() |
double |
getNetTxUsageGB() |
double |
getNetTxUsageGBCost() |
double |
getOnetimeCost() |
double |
getReservedCpuGhz() |
double |
getReservedCpuGhzCost() |
double |
getReservedMemoryGB() |
double |
getReservedMemoryGBCost() |
java.lang.String |
getResourceId() |
double |
getServerCost() |
double |
getTotalCost() |
double |
getUncommittedDiskGB() |
double |
getUncommittedDiskGBCost() |
double |
getUsedCpuGhz() |
double |
getUsedCpuGhzCost() |
double |
getUsedMemoryGB() |
double |
getUsedMemoryGBCost() |
int |
getVdcId() |
int |
getVmId() |
java.lang.String |
getYear() |
boolean |
isHalfLengthBlade() |
void |
setActiveCost(double activeCost) |
void |
setActiveVMHours(double activeVMHours) |
void |
setApplicationCost(double applicationCost) |
void |
setCatalogItemName(java.lang.String catalogItemName) |
void |
setCommittedDiskGB(double committedDiskGB) |
void |
setCommittedDiskGBCost(double committedDiskGBCost) |
void |
setCpu(double cpu) |
void |
setCpuCoreCost(double cpuCoreCost) |
void |
setCpuCores(int cpuCores) |
void |
setCpuCost(double cpuCost) |
void |
setDay(int day) |
void |
setFullBladeCost(double fullBladeCost) |
void |
setGroupId(int groupId) |
void |
setGroupName(java.lang.String groupName) |
void |
setHalfBladeCost(double halfBladeCost) |
void |
setHalfLengthBlade(boolean halfLengthBlade) |
void |
setInactiveCost(double inactiveCost) |
void |
setInactiveVMHours(double inactiveVMHours) |
void |
setInterval(int interval) |
void |
setMemory(double memory) |
void |
setMemoryCost(double memoryCost) |
void |
setMonth(java.lang.String month) |
void |
setNetRxUsageGB(double netRxUsageGB) |
void |
setNetRxUsageGBCost(double netRxUsageGBCost) |
void |
setNetTxUsageGB(double netTxUsageGB) |
void |
setNetTxUsageGBCost(double netTxUsageGBCost) |
void |
setOnetimeCost(double onetimeCost) |
void |
setReservedCpuGhz(double reservedCpuGhz) |
void |
setReservedCpuGhzCost(double reservedCpuGhzCost) |
void |
setReservedMemoryGB(double reservedMemoryGB) |
void |
setReservedMemoryGBCost(double reservedMemoryGBCost) |
void |
setResourceId(java.lang.String resourceId) |
void |
setServerCost(double serverCost) |
void |
setTotalCost(double totalCost) |
void |
setUncommittedDiskGB(double uncommittedDiskGB) |
void |
setUncommittedDiskGBCost(double uncommittedDiskGBCost) |
void |
setUsedCpuGhz(double usedCpuGhz) |
void |
setUsedCpuGhzCost(double usedCpuGhzCost) |
void |
setUsedMemoryGB(double usedMemoryGB) |
void |
setUsedMemoryGBCost(double usedMemoryGBCost) |
void |
setVdcId(int vdcId) |
void |
setVmId(int vmId) |
void |
setYear(java.lang.String year) |
public int getGroupId()
public void setGroupId(int groupId)
groupId
- the groupId to setpublic java.lang.String getGroupName()
public void setGroupName(java.lang.String groupName)
groupName
- the groupName to setpublic int getVmId()
public void setVmId(int vmId)
vmId
- the vmId to setpublic int getVdcId()
public void setVdcId(int vdcId)
vdcId
- the vdcId to setpublic java.lang.String getResourceId()
public void setResourceId(java.lang.String resourceId)
resourceId
- the resourceId to setpublic int getDay()
public void setDay(int day)
day
- the day to setpublic java.lang.String getMonth()
public void setMonth(java.lang.String month)
month
- the month to setpublic java.lang.String getYear()
public void setYear(java.lang.String year)
year
- the year to setpublic double getActiveVMHours()
public void setActiveVMHours(double activeVMHours)
activeVMHours
- the activeVMHours to setpublic double getInactiveVMHours()
public void setInactiveVMHours(double inactiveVMHours)
inactiveVMHours
- the inactiveVMHours to setpublic double getCpu()
public void setCpu(double cpu)
cpu
- the cpu to setpublic double getMemory()
public void setMemory(double memory)
memory
- the memory to setpublic double getOnetimeCost()
public void setOnetimeCost(double onetimeCost)
onetimeCost
- the onetimeCost to setpublic double getActiveCost()
public void setActiveCost(double activeCost)
activeCost
- the activeCost to setpublic double getInactiveCost()
public void setInactiveCost(double inactiveCost)
inactiveCost
- the inactiveCost to setpublic double getCommittedDiskGB()
public void setCommittedDiskGB(double committedDiskGB)
committedDiskGB
- the committedDiskGB to setpublic double getUncommittedDiskGB()
public void setUncommittedDiskGB(double uncommittedDiskGB)
uncommittedDiskGB
- the uncommittedDiskGB to setpublic double getReservedCpuGhz()
public void setReservedCpuGhz(double reservedCpuGhz)
reservedCpuGhz
- the reservedCpuGhz to setpublic double getReservedMemoryGB()
public void setReservedMemoryGB(double reservedMemoryGB)
reservedMemoryGB
- the reservedMemoryGB to setpublic double getUsedCpuGhz()
public void setUsedCpuGhz(double usedCpuGhz)
usedCpuGhz
- the usedCpuGhz to setpublic double getUsedMemoryGB()
public void setUsedMemoryGB(double usedMemoryGB)
usedMemoryGB
- the usedMemoryGB to setpublic double getNetRxUsageGB()
public void setNetRxUsageGB(double netRxUsageGB)
netRxUsageGB
- the netRxUsageGB to setpublic double getNetTxUsageGB()
public void setNetTxUsageGB(double netTxUsageGB)
netTxUsageGB
- the netTxUsageGB to setpublic double getCpuCost()
public void setCpuCost(double cpuCost)
cpuCost
- the cpuCost to setpublic double getMemoryCost()
public void setMemoryCost(double memoryCost)
memoryCost
- the memoryCost to setpublic double getServerCost()
public void setServerCost(double serverCost)
serverCost
- the serverCost to setpublic double getCommittedDiskGBCost()
public void setCommittedDiskGBCost(double committedDiskGBCost)
committedDiskGBCost
- the committedDiskGBCost to setpublic double getUncommittedDiskGBCost()
public void setUncommittedDiskGBCost(double uncommittedDiskGBCost)
uncommittedDiskGBCost
- the uncommittedDiskGBCost to setpublic double getReservedCpuGhzCost()
public void setReservedCpuGhzCost(double reservedCpuGhzCost)
reservedCpuGhzCost
- the reservedCpuGhzCost to setpublic double getReservedMemoryGBCost()
public void setReservedMemoryGBCost(double reservedMemoryGBCost)
reservedMemoryGBCost
- the reservedMemoryGBCost to setpublic double getUsedCpuGhzCost()
public void setUsedCpuGhzCost(double usedCpuGhzCost)
usedCpuGhzCost
- the usedCpuGhzCost to setpublic double getUsedMemoryGBCost()
public void setUsedMemoryGBCost(double usedMemoryGBCost)
usedMemoryGBCost
- the usedMemoryGBCost to setpublic double getNetRxUsageGBCost()
public void setNetRxUsageGBCost(double netRxUsageGBCost)
netRxUsageGBCost
- the netRxUsageGBCost to setpublic double getNetTxUsageGBCost()
public void setNetTxUsageGBCost(double netTxUsageGBCost)
netTxUsageGBCost
- the netTxUsageGBCost to setpublic double getApplicationCost()
public void setApplicationCost(double applicationCost)
applicationCost
- the applicationCost to setpublic double getTotalCost()
public void setTotalCost(double totalCost)
totalCost
- the totalCost to setpublic int getInterval()
public void setInterval(int interval)
interval
- the interval to setpublic java.lang.String getCatalogItemName()
public void setCatalogItemName(java.lang.String catalogItemName)
catalogItemName
- the catalogItemName to setpublic int getCpuCores()
public void setCpuCores(int cpuCores)
cpuCores
- the cpuCores to setpublic double getCpuCoreCost()
public void setCpuCoreCost(double cpuCoreCost)
cpuCoreCost
- the cpuCoreCost to setpublic 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 set