|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.cloudera.api.model.ApiTimeSeriesEntityAttribute
public class ApiTimeSeriesEntityAttribute
A time series entity attribute represents a possible attribute of a time series entity type monitored by the Cloudera Management Services.
Available since API v11.
| Constructor Summary | |
|---|---|
ApiTimeSeriesEntityAttribute()
|
|
ApiTimeSeriesEntityAttribute(String name,
String displayName,
String description,
boolean isValueCaseSensitive)
|
|
| Method Summary | |
|---|---|
String |
getDescription()
Description of the attribute. |
String |
getDisplayName()
Display name of the attribute. |
boolean |
getIsValueCaseSensitive()
Returns whether to treat attribute values as case-sensitive. |
String |
getName()
Name of the of the attribute. |
void |
setDescription(String description)
|
void |
setDisplayName(String displayName)
|
void |
setIsValueCaseSensitive(boolean isValueCaseSensitive)
|
void |
setName(String name)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ApiTimeSeriesEntityAttribute()
public ApiTimeSeriesEntityAttribute(String name,
String displayName,
String description,
boolean isValueCaseSensitive)
| Method Detail |
|---|
public String getName()
public void setName(String name)
public String getDisplayName()
public void setDisplayName(String displayName)
public String getDescription()
public void setDescription(String description)
public boolean getIsValueCaseSensitive()
public void setIsValueCaseSensitive(boolean isValueCaseSensitive)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||