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:
name
- the dimension name.
Method Details
getDisplayName
public String getDisplayName()
Gets the dimension display name.
Returns:
the dimension display name
getName
public String getName()
Gets the dimension name.
Returns:
the dimension name
setDisplayName
public DataFeedDimension setDisplayName(String displayName)
Sets the dimension display name.
Parameters:
displayName
- the dimension display name
Returns:
the DataFeedDimension object itself.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Java