public class ApiTimeSeriesEntityAttribute extends Object
Available since API v11.
Constructor and Description |
---|
ApiTimeSeriesEntityAttribute() |
ApiTimeSeriesEntityAttribute(String name,
String displayName,
String description,
boolean isValueCaseSensitive) |
Modifier and Type | Method and Description |
---|---|
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) |
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)
Copyright © Cloudera, Inc. Released under Apache License, Version 2.0.