|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.inria.myriads.snoozecommon.communication.groupmanager.summary.GroupManagerSummaryInformation
public final class GroupManagerSummaryInformation
Group manager resource information.
Constructor Summary | |
---|---|
GroupManagerSummaryInformation()
Empty constructor. |
|
GroupManagerSummaryInformation(GroupManagerSummaryInformation summary)
Copy constructor. |
Method Summary | |
---|---|
ArrayList<Double> |
getActiveCapacity()
Returns the active capacity. |
ArrayList<String> |
getLegacyIpAddresses()
Returns the legacy IP addresses. |
ArrayList<Double> |
getPassiveCapacity()
Returns the passive capacity. |
ArrayList<Double> |
getRequestedCapacity()
Returns the requested capacity. |
Long |
getTimeStamp()
Returns the time stamp. |
ArrayList<Double> |
getUsedCapacity()
Returns the used capacity. |
void |
setActiveCapacity(ArrayList<Double> activeCapacity)
Sets the active capacity. |
void |
setLegacyIpAddresses(ArrayList<String> legacyIpAddresses)
Sets the legacy addresses. |
void |
setPassiveCapacity(ArrayList<Double> passiveCapacity)
Sets the passive capacity. |
void |
setRequestedCapacity(ArrayList<Double> requestedCapacity)
Sets the requested capacity. |
void |
setTimeStamp(long timeStamp)
Sets the time stamp. |
void |
setUsedCapacity(ArrayList<Double> usedCapacity)
Sets the used capacity. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GroupManagerSummaryInformation()
public GroupManagerSummaryInformation(GroupManagerSummaryInformation summary)
summary
- The original objectMethod Detail |
---|
public void setUsedCapacity(ArrayList<Double> usedCapacity)
usedCapacity
- The used capacitypublic ArrayList<Double> getUsedCapacity()
public void setActiveCapacity(ArrayList<Double> activeCapacity)
activeCapacity
- The active capacitypublic ArrayList<Double> getActiveCapacity()
public void setPassiveCapacity(ArrayList<Double> passiveCapacity)
passiveCapacity
- the passiveCapacity to setpublic ArrayList<Double> getPassiveCapacity()
public void setLegacyIpAddresses(ArrayList<String> legacyIpAddresses)
legacyIpAddresses
- The legacy addressespublic ArrayList<String> getLegacyIpAddresses()
public void setRequestedCapacity(ArrayList<Double> requestedCapacity)
requestedCapacity
- The requested capacitypublic ArrayList<Double> getRequestedCapacity()
public void setTimeStamp(long timeStamp)
timeStamp
- The time stamppublic Long getTimeStamp()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |