DataFeedDimension Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeedDimension
- com.
public final class DataFeedDimension
Type describing a dimension of a DataFeed.
Constructor Summary
Constructor | Description |
---|---|
DataFeedDimension(String name) |
Creates a Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName()
Gets the dimension display name. |
String |
getName()
Gets the dimension name. |
Data |
setDisplayName(String displayName)
Sets the dimension display name. |
Methods inherited from java.lang.Object
Constructor Details
DataFeedDimension
public DataFeedDimension(String name)
Creates a DataFeedDimension.
Parameters:
Method Details
getDisplayName
public String getDisplayName()
Gets the dimension display name.
Returns:
getName
public String getName()
Gets the dimension name.
Returns:
setDisplayName
public DataFeedDimension setDisplayName(String displayName)
Sets the dimension display name.
Parameters:
Returns: