|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.gcube.common.core.resources.runninginstance.ScopedAccounting
public class ScopedAccounting
| Constructor Summary | |
|---|---|
ScopedAccounting()
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
HashMap<Long,Double> |
getAverageCallsMap()
Get the value of the AverageCallsMap property |
HashMap<Long,Double> |
getAverageTimeMap()
Get the value of the AverageTimeMap property |
GCUBEScope |
getScope()
gets the scope |
String |
getTopCallerGHN()
Gets the value of the topCallerGHN |
Double |
getTopCallerGHNavgDailyCalls()
Gets the avg calls x day related to the TopCallerGHN |
Double |
getTopCallerGHNavgHourlyCalls()
Gets the avg calls x hour related to the TopCallerGHN |
Long |
getTopCallerGHNtotalCalls()
Get the totalCalls attribute related to the TopCallerGHN |
Long |
getTotalINCalls()
Gets the Total Number of Incoming Call |
void |
setScope(GCUBEScope scope)
Sets the scopes |
void |
setTopCallerGHN(String topCallerGHN)
Sets the TopCallerGHN value |
void |
setTopCallerGHNavgDailyCalls(Double topCallerGHNavgDailyCalls)
Sets the avg calls x day related to the TopCallerGHN |
void |
setTopCallerGHNavgHourlyCalls(Double topCallerGHNavgHourlyCalls)
Sets the avg calls x day related to the TopCallerGHN |
void |
setTopCallerGHNtotalCalls(Long topCallerGHNtotalCalls)
Sets the totalCalls attribute related to the TopCallerGHN |
void |
setTotalINCalls(Long totalINCalls)
Sets the Total Number of Incoming Call |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScopedAccounting()
| Method Detail |
|---|
public GCUBEScope getScope()
public void setScope(GCUBEScope scope)
scope - the scopepublic String getTopCallerGHN()
public void setTopCallerGHN(String topCallerGHN)
topCallerGHN - valuepublic Long getTopCallerGHNtotalCalls()
public void setTopCallerGHNtotalCalls(Long topCallerGHNtotalCalls)
topCallerGHNtotalCalls - public Double getTopCallerGHNavgHourlyCalls()
public void setTopCallerGHNavgHourlyCalls(Double topCallerGHNavgHourlyCalls)
the - avg calls x hour related to the TopCallerGHNpublic Double getTopCallerGHNavgDailyCalls()
public void setTopCallerGHNavgDailyCalls(Double topCallerGHNavgDailyCalls)
the - avg calls x day related to the TopCallerGHNpublic Long getTotalINCalls()
public void setTotalINCalls(Long totalINCalls)
totalINCalls - the totalInCallspublic HashMap<Long,Double> getAverageCallsMap()
public HashMap<Long,Double> getAverageTimeMap()
public boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||