public class HistogramCheckpoint extends Object implements io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
HistogramCheckpoint()
No args constructor for use in serialization
|
HistogramCheckpoint(Map<Integer,Long> bucketWeights,
String referenceTimestamp,
Double totalWeight) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Object> |
getAdditionalProperties() |
Map<Integer,Long> |
getBucketWeights() |
String |
getReferenceTimestamp() |
Double |
getTotalWeight() |
void |
setAdditionalProperty(String name,
Object value) |
void |
setBucketWeights(Map<Integer,Long> bucketWeights) |
void |
setReferenceTimestamp(String referenceTimestamp) |
void |
setTotalWeight(Double totalWeight) |
public HistogramCheckpoint()
Copyright © 2015–2023 Red Hat. All rights reserved.