KpiExtract Class

  • java.lang.Object
    • com.azure.resourcemanager.customerinsights.models.KpiExtract

public final class KpiExtract

The KPI extract.

Constructor Summary

Constructor Description
KpiExtract()

Creates an instance of KpiExtract class.

Method Summary

Modifier and Type Method and Description
String expression()

Get the expression property: The expression.

String extractName()

Get the extractName property: KPI extract name.

void validate()

Validates the instance.

KpiExtract withExpression(String expression)

Set the expression property: The expression.

KpiExtract withExtractName(String extractName)

Set the extractName property: KPI extract name.

Methods inherited from java.lang.Object

Constructor Details

KpiExtract

public KpiExtract()

Creates an instance of KpiExtract class.

Method Details

expression

public String expression()

Get the expression property: The expression.

Returns:

the expression value.

extractName

public String extractName()

Get the extractName property: KPI extract name.

Returns:

the extractName value.

validate

public void validate()

Validates the instance.

withExpression

public KpiExtract withExpression(String expression)

Set the expression property: The expression.

Parameters:

expression - the expression value to set.

Returns:

the KpiExtract object itself.

withExtractName

public KpiExtract withExtractName(String extractName)

Set the extractName property: KPI extract name.

Parameters:

extractName - the extractName value to set.

Returns:

the KpiExtract object itself.

Applies to