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
Colaborar con nosotros en GitHub
El origen de este contenido se puede encontrar en GitHub, donde también puede crear y revisar problemas y solicitudes de incorporación de cambios. Para más información, consulte nuestra guía para colaboradores.
Azure SDK for Java