public class CategoryOverall extends Object
| Constructor and Description |
|---|
CategoryOverall(MetricsPlaceValue placeType,
MetricsCat post,
MetricsCat finish,
MetricsCat error) |
| Modifier and Type | Method and Description |
|---|---|
MetricsCat |
getError() |
MetricsCat |
getFinish() |
MetricsCat |
getPost() |
public CategoryOverall(@Nullable MetricsPlaceValue placeType, MetricsCat post, @Nullable MetricsCat finish, @Nullable MetricsCat error)
placeType - When placeType is null, it means that placeType is obtained dynamicallypost - Statistics of the number of events, as long as it occurs, it will take effect, so it cannot be nullpublic MetricsCat getPost()
public MetricsCat getFinish()
public MetricsCat getError()
Copyright © 2011–2020 The Apache Software Foundation. All rights reserved.