public class MeasureResultDetail extends Object
| 构造器和说明 |
|---|
MeasureResultDetail(InvocationStatDimension invocation,
MeasureState measureState)
Instantiates a new Measure result detail.
|
| 限定符和类型 | 方法和说明 |
|---|---|
double |
getAbnormalRate()
Getter method for property abnormalRate.
|
double |
getAverageAbnormalRate()
Getter method for property averageAbnormalRate.
|
InvocationStatDimension |
getInvocationStatDimension()
Getter method for property invocationStatDimension.
|
double |
getLeastAbnormalRateMultiple()
Getter method for property leastAbnormalRateMultiple.
|
long |
getLeastWindowCount()
Getter method for property leastWindowCount.
|
MeasureState |
getMeasureState()
Getter method for property measureState.
|
long |
getTimeWindow()
Getter method for property timeWindow.
|
long |
getWindowCount()
Getter method for property windowCount.
|
boolean |
isRecoveredOriginWeight()
Getter method for property recoveredOriginWeight.
|
void |
setAbnormalRate(double abnormalRate)
Setter method for property abnormalRate.
|
void |
setAverageAbnormalRate(double averageAbnormalRate)
Setter method for property averageAbnormalRate.
|
void |
setLeastAbnormalRateMultiple(double leastAbnormalRateMultiple)
Setter method for property leastAbnormalRateMultiple.
|
void |
setLeastWindowCount(long leastWindowCount)
Setter method for property leastWindowCount.
|
void |
setRecoveredOriginWeight(boolean recoveredOriginWeight)
Setter method for property recoveredOriginWeight.
|
void |
setTimeWindow(long timeWindow)
Setter method for property timeWindow.
|
void |
setWindowCount(long windowCount)
Setter method for property windowCount.
|
public MeasureResultDetail(InvocationStatDimension invocation, MeasureState measureState)
invocation - the invocationmeasureState - the measure statepublic InvocationStatDimension getInvocationStatDimension()
public MeasureState getMeasureState()
public long getTimeWindow()
public void setTimeWindow(long timeWindow)
timeWindow - value to be assigned to property timeWindowpublic long getLeastWindowCount()
public void setLeastWindowCount(long leastWindowCount)
leastWindowCount - value to be assigned to property leastWindowCountpublic long getWindowCount()
public void setWindowCount(long windowCount)
windowCount - value to be assigned to property windowCountpublic double getAbnormalRate()
public void setAbnormalRate(double abnormalRate)
abnormalRate - value to be assigned to property abnormalRatepublic double getAverageAbnormalRate()
public void setAverageAbnormalRate(double averageAbnormalRate)
averageAbnormalRate - value to be assigned to property averageAbnormalRatepublic double getLeastAbnormalRateMultiple()
public void setLeastAbnormalRateMultiple(double leastAbnormalRateMultiple)
leastAbnormalRateMultiple - value to be assigned to property leastAbnormalRateMultiplepublic boolean isRecoveredOriginWeight()
public void setRecoveredOriginWeight(boolean recoveredOriginWeight)
recoveredOriginWeight - value to be assigned to property recoveredOriginWeightCopyright © 2008–2018 The Ant Financial. All rights reserved.