@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2019-09-25T07:41:36.316Z") public class ApiTimeSeriesEntityType extends Object
Constructor and Description |
---|
ApiTimeSeriesEntityType() |
Modifier and Type | Method and Description |
---|---|
ApiTimeSeriesEntityType |
addEntityNameFormatItem(String entityNameFormatItem) |
ApiTimeSeriesEntityType |
addImmutableAttributeNamesItem(String immutableAttributeNamesItem) |
ApiTimeSeriesEntityType |
addMutableAttributeNamesItem(String mutableAttributeNamesItem) |
ApiTimeSeriesEntityType |
addParentMetricEntityTypeNamesItem(String parentMetricEntityTypeNamesItem) |
ApiTimeSeriesEntityType |
category(String category) |
ApiTimeSeriesEntityType |
description(String description) |
ApiTimeSeriesEntityType |
displayName(String displayName) |
ApiTimeSeriesEntityType |
entityDisplayNameFormat(String entityDisplayNameFormat) |
ApiTimeSeriesEntityType |
entityNameFormat(List<String> entityNameFormat) |
boolean |
equals(Object o) |
String |
getCategory()
Returns the category of the entity type.
|
String |
getDescription()
Returns the description of the entity type.
|
String |
getDisplayName()
Returns the display name of the entity type.
|
String |
getEntityDisplayNameFormat()
Returns a format string that will be used to construct the display name of entities of this type.
|
List<String> |
getEntityNameFormat()
Returns a list of attribute names that will be used to construct entity names for entities of this type.
|
List<String> |
getImmutableAttributeNames()
Returns the list of immutable attributes for this entity type.
|
List<String> |
getMutableAttributeNames()
Returns the list of mutable attributes for this entity type.
|
String |
getName()
Returns the name of the entity type.
|
String |
getNameForCrossEntityAggregateMetrics()
Returns the string to use to pluralize the name of the entity for cross entity aggregate metrics.
|
List<String> |
getParentMetricEntityTypeNames()
Returns a list of metric entity type names which are parents of this metric entity type.
|
int |
hashCode() |
ApiTimeSeriesEntityType |
immutableAttributeNames(List<String> immutableAttributeNames) |
ApiTimeSeriesEntityType |
mutableAttributeNames(List<String> mutableAttributeNames) |
ApiTimeSeriesEntityType |
name(String name) |
ApiTimeSeriesEntityType |
nameForCrossEntityAggregateMetrics(String nameForCrossEntityAggregateMetrics) |
ApiTimeSeriesEntityType |
parentMetricEntityTypeNames(List<String> parentMetricEntityTypeNames) |
void |
setCategory(String category) |
void |
setDescription(String description) |
void |
setDisplayName(String displayName) |
void |
setEntityDisplayNameFormat(String entityDisplayNameFormat) |
void |
setEntityNameFormat(List<String> entityNameFormat) |
void |
setImmutableAttributeNames(List<String> immutableAttributeNames) |
void |
setMutableAttributeNames(List<String> mutableAttributeNames) |
void |
setName(String name) |
void |
setNameForCrossEntityAggregateMetrics(String nameForCrossEntityAggregateMetrics) |
void |
setParentMetricEntityTypeNames(List<String> parentMetricEntityTypeNames) |
String |
toString() |
public ApiTimeSeriesEntityType name(String name)
public String getName()
public void setName(String name)
public ApiTimeSeriesEntityType category(String category)
public String getCategory()
public void setCategory(String category)
public ApiTimeSeriesEntityType nameForCrossEntityAggregateMetrics(String nameForCrossEntityAggregateMetrics)
public String getNameForCrossEntityAggregateMetrics()
public void setNameForCrossEntityAggregateMetrics(String nameForCrossEntityAggregateMetrics)
public ApiTimeSeriesEntityType displayName(String displayName)
public String getDisplayName()
public void setDisplayName(String displayName)
public ApiTimeSeriesEntityType description(String description)
public String getDescription()
public void setDescription(String description)
public ApiTimeSeriesEntityType immutableAttributeNames(List<String> immutableAttributeNames)
public ApiTimeSeriesEntityType addImmutableAttributeNamesItem(String immutableAttributeNamesItem)
public List<String> getImmutableAttributeNames()
public void setImmutableAttributeNames(List<String> immutableAttributeNames)
public ApiTimeSeriesEntityType mutableAttributeNames(List<String> mutableAttributeNames)
public ApiTimeSeriesEntityType addMutableAttributeNamesItem(String mutableAttributeNamesItem)
public List<String> getMutableAttributeNames()
public ApiTimeSeriesEntityType entityNameFormat(List<String> entityNameFormat)
public ApiTimeSeriesEntityType addEntityNameFormatItem(String entityNameFormatItem)
public List<String> getEntityNameFormat()
public ApiTimeSeriesEntityType entityDisplayNameFormat(String entityDisplayNameFormat)
public String getEntityDisplayNameFormat()
public void setEntityDisplayNameFormat(String entityDisplayNameFormat)
public ApiTimeSeriesEntityType parentMetricEntityTypeNames(List<String> parentMetricEntityTypeNames)
public ApiTimeSeriesEntityType addParentMetricEntityTypeNamesItem(String parentMetricEntityTypeNamesItem)
public List<String> getParentMetricEntityTypeNames()
public void setParentMetricEntityTypeNames(List<String> parentMetricEntityTypeNames)
Copyright © 2019. All rights reserved.