DataFeedMetric Class
- java.
lang. Object - com.
azure. ai. metricsadvisor. administration. models. DataFeedMetric
- com.
public final class DataFeedMetric
Type describing a metric of a DataFeed.
Constructor Summary
Constructor | Description |
---|---|
DataFeedMetric(String name) |
Creates a Data |
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description. |
String |
getDisplayName()
Gets the display name. |
String |
getId()
Gets the id. |
String |
getName()
Gets the name. |
Data |
setDescription(String description)
Sets the description. |
Data |
setDisplayName(String displayName)
Sets the display name. |
Methods inherited from java.lang.Object
Constructor Details
DataFeedMetric
public DataFeedMetric(String name)
Creates a DataFeed metric with the provided name.
Parameters:
Method Details
getDescription
public String getDescription()
Gets the description.
Returns:
getDisplayName
public String getDisplayName()
Gets the display name.
Returns:
getId
public String getId()
Gets the id.
Returns:
getName
public String getName()
Gets the name.
Returns:
setDescription
public DataFeedMetric setDescription(String description)
Sets the description.
Parameters:
Returns:
setDisplayName
public DataFeedMetric setDisplayName(String displayName)
Sets the display name.
Parameters:
Returns:
Applies to
Azure SDK for Java