|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.appTab.Subscribe.SchemeData.PackageData.Bandwidth.Limit
public class Subscribe.SchemeData.PackageData.Bandwidth.Limit
An inner class that contains the remaining properties of the Bandwidth.
Field Summary | |
---|---|
java.lang.Double |
bandwidth
|
java.lang.Double |
price
|
java.lang.String |
unit
|
Constructor Summary | |
---|---|
Subscribe.SchemeData.PackageData.Bandwidth.Limit()
This is a constructor that takes no parameter |
Method Summary | |
---|---|
java.lang.Double |
getBandwidth()
Return the bandwidth usage |
java.lang.Double |
getPrice()
Return the price of bandwidth overLimit |
java.lang.String |
getUnit()
Return the bandwidth unit |
void |
setBandwidth(java.lang.Double bandwidth)
Sets the usage bandwidth |
void |
setPrice(java.lang.Double price)
Sets the price of bandwidth overLimit |
void |
setUnit(java.lang.String unit)
Sets the Unit of bandwidth |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public java.lang.Double bandwidth
public java.lang.Double price
public java.lang.String unit
Constructor Detail |
---|
public Subscribe.SchemeData.PackageData.Bandwidth.Limit()
Method Detail |
---|
public java.lang.Double getBandwidth()
public java.lang.Double getPrice()
public java.lang.String getUnit()
public void setBandwidth(java.lang.Double bandwidth)
bandwidth
- - The usage bandwidthpublic void setPrice(java.lang.Double price)
price
- - The price of bandwidth overLimtpublic void setUnit(java.lang.String unit)
unit
- - The bandwidth unit
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |