public class PercentSource extends Source
SourceType.PERCENT
Equality checking for instances of this class should be executed on every
member to ensure that reconciling stack differences is correct.Modifier and Type | Class and Description |
---|---|
static class |
PercentSource.MetricFractionPart
The
PercentSource.MetricFractionPart class represents either the numerator or the
denominator of a fraction. |
Constructor and Description |
---|
PercentSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
PercentSource.MetricFractionPart |
getDenominator()
Gets the denomintor for the percent calculation.
|
PercentSource.MetricFractionPart |
getNumerator()
Gets the numerator for the percent calculation.
|
int |
hashCode() |
getReporting, getType, setReporting, setType
public PercentSource.MetricFractionPart getNumerator()
null
).public PercentSource.MetricFractionPart getDenominator()
null
).Copyright © 2022 Apache Software Foundation. All rights reserved.