public class MeasureModel extends Object
| 构造器和说明 |
|---|
MeasureModel(String appName,
String service)
Instantiates a new Measure model.
|
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
addInvocationStat(InvocationStat statDimension)
Add dimension boolean.
|
boolean |
equals(Object o) |
String |
getAppName()
Getter method for property appName.
|
List<InvocationStat> |
getInvocationStats()
Getter method for property stats.
|
String |
getService()
Getter method for property service.
|
int |
hashCode() |
boolean |
isEmpty()
Is empty boolean.
|
void |
removeInvocationStat(InvocationStat statDimension)
Remove dimension.
|
public boolean addInvocationStat(InvocationStat statDimension)
statDimension - the dimensionpublic void removeInvocationStat(InvocationStat statDimension)
statDimension - the dimensionpublic boolean isEmpty()
public List<InvocationStat> getInvocationStats()
public String getAppName()
public String getService()
Copyright © 2008–2018 The Ant Financial. All rights reserved.