public class ScopedAccounting extends Object
| Constructor and Description |
|---|
ScopedAccounting() |
| Modifier and Type | Method and Description |
|---|---|
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
|
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()
Copyright © 2015. All Rights Reserved.