public class ApiTimeSeriesCrossEntityMetadata extends Object
Constructor and Description |
---|
ApiTimeSeriesCrossEntityMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getMaxEntityDisplayName()
The display name of the entity that had the maximum value for the
cross-entity aggregate metric.
|
String |
getMaxEntityName()
The name of the entity that had the maximum value for the
cross-entity aggregate metric.
|
String |
getMinEntityDisplayName()
The display name of the entity that had the minimum value for the
cross-entity aggregate metric.
|
String |
getMinEntityName()
The name of the entity that had the minimum value for the
cross-entity aggregate metric.
|
double |
getNumEntities()
The number of entities covered by this point.
|
void |
setMaxEntityDisplayName(String maxEntityDisplayName) |
void |
setMaxEntityName(String maxEntityName) |
void |
setMinEntityDisplayName(String minEntityDisplayName) |
void |
setMinEntityName(String minEntityName) |
void |
setNumEntities(double numEntities) |
public String getMaxEntityDisplayName()
public void setMaxEntityDisplayName(String maxEntityDisplayName)
public String getMaxEntityName()
Available since API v11.
public void setMaxEntityName(String maxEntityName)
public String getMinEntityDisplayName()
public void setMinEntityDisplayName(String minEntityDisplayName)
public String getMinEntityName()
Available since API v11.
public void setMinEntityName(String minEntityName)
public double getNumEntities()
public void setNumEntities(double numEntities)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.