|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.App42Response
com.shephertz.app42.paas.sdk.jme.appTab.Charge
public class Charge
This Charge object is the value object which contains the properties of Charge along with the setter & getter for those properties.
Nested Class Summary | |
---|---|
class |
Charge.Bandwidth
An inner class that contains the remaining properties of the Usage. |
class |
Charge.Feature
An inner class that contains the remaining properties of the Usage. |
class |
Charge.Storage
An inner class that contains the remaining properties of the Usage. |
Field Summary | |
---|---|
Charge.Bandwidth |
bandwidthObj
|
boolean |
charge
|
Charge.Feature |
feature
|
boolean |
isValid
|
java.lang.String |
message
|
Charge.Storage |
storage
|
Constructor Summary | |
---|---|
Charge()
|
Method Summary | |
---|---|
Charge.Bandwidth |
getBandwidth()
Returns the list of all the bandwidth values and its charges for an app. |
boolean |
getCharge()
Return the type of charge |
Charge.Feature |
getFeature()
Returns the list of all the features in an app. |
boolean |
getIsValid()
Return the message either package is valid or not |
java.lang.String |
getMessage()
Return the message for package |
Charge.Storage |
getStorage()
Returns the list of all the storage values and its charges for an app. |
void |
setBandwidth(Charge.Bandwidth bandwidthObj)
Sets the list of all the bandwidth values and its charges for an app. |
void |
setCharge(boolean charge)
Sets the list of all levels in an app. |
void |
setFeature(Charge.Feature feature)
Sets the list of all the features in an app. |
void |
setIsValid(boolean isValid)
Sets the package is valid |
void |
setMessage(java.lang.String message)
Sets the message for the package |
void |
setStorage(Charge.Storage storage)
Sets the list of all the storage values and its charges for an app. |
Methods inherited from class com.shephertz.app42.paas.sdk.jme.App42Response |
---|
getStrResponse, getTotalRecords, isResponseSuccess, setResponseSuccess, setStrResponse, setTotalRecords, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public Charge.Bandwidth bandwidthObj
public boolean charge
public Charge.Feature feature
public boolean isValid
public java.lang.String message
public Charge.Storage storage
Constructor Detail |
---|
public Charge()
Method Detail |
---|
public Charge.Bandwidth getBandwidth()
public boolean getCharge()
public Charge.Feature getFeature()
public boolean getIsValid()
public java.lang.String getMessage()
public Charge.Storage getStorage()
public void setBandwidth(Charge.Bandwidth bandwidthObj)
bandwidthList
- - list of all the bandwidth values and its chargespublic void setCharge(boolean charge)
levelList
- - list of all levels in an app.public void setFeature(Charge.Feature feature)
featureList
- - list of all the features in an app.public void setIsValid(boolean isValid)
isValid
- - Type of Packagepublic void setMessage(java.lang.String message)
message
- - Message for the packagepublic void setStorage(Charge.Storage storage)
storageList
- - list of all the storage values and its charges
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |