DataFeedDimension Class

  • java.lang.Object
    • com.azure.ai.metricsadvisor.administration.models.DataFeedDimension

public final class DataFeedDimension

Type describing a dimension of a DataFeed.

Constructor Summary

Constructor Description
DataFeedDimension(String name)

Creates a DataFeedDimension.

Method Summary

Modifier and Type Method and Description
String getDisplayName()

Gets the dimension display name.

String getName()

Gets the dimension name.

DataFeedDimension 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