public class ResourceMetricValue extends Object
Constructor and Description |
---|
ResourceMetricValue() |
Modifier and Type | Method and Description |
---|---|
Double |
average()
Get value average.
|
Double |
count()
Get value count.
|
Double |
maximum()
Get value maximum.
|
Double |
minimum()
Get value minimum.
|
List<ResourceMetricProperty> |
properties()
Get resource metric properties collection.
|
String |
timestamp()
Get value timestamp.
|
Double |
total()
Get value total.
|
public String timestamp()
public Double average()
public Double minimum()
public Double maximum()
public Double total()
public Double count()
public List<ResourceMetricProperty> properties()
Copyright © 2019. All rights reserved.