com.cloudera.api.model
Class ApiTimeSeriesEntityAttribute

java.lang.Object
  extended by com.cloudera.api.model.ApiTimeSeriesEntityAttribute

public class ApiTimeSeriesEntityAttribute
extends Object

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

ApiTimeSeriesEntityAttribute

public ApiTimeSeriesEntityAttribute()

ApiTimeSeriesEntityAttribute

public ApiTimeSeriesEntityAttribute(String name,
                                    String displayName,
                                    String description,
                                    boolean isValueCaseSensitive)
Method Detail

getName

public String getName()
Name of the of the attribute. This name uniquely identifies this attribute.


setName

public void setName(String name)

getDisplayName

public String getDisplayName()
Display name of the attribute.


setDisplayName

public void setDisplayName(String displayName)

getDescription

public String getDescription()
Description of the attribute.


setDescription

public void setDescription(String description)

getIsValueCaseSensitive

public boolean getIsValueCaseSensitive()
Returns whether to treat attribute values as case-sensitive.


setIsValueCaseSensitive

public void setIsValueCaseSensitive(boolean isValueCaseSensitive)


Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.