|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cloudera.api.model.ApiTimeSeriesCrossEntityMetadata
public class ApiTimeSeriesCrossEntityMetadata
A class holding additional metadata to the ApiTimeSeriesAggregateStatistics class that applies specifically to cross-entity aggregate metrics.
Constructor Summary | |
---|---|
ApiTimeSeriesCrossEntityMetadata()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiTimeSeriesCrossEntityMetadata()
Method Detail |
---|
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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |