共用方式為


Facet Class

  • java.lang.Object
    • com.azure.resourcemanager.resourcegraph.models.Facet

public class Facet

A facet containing additional statistics on the response of a query. Can be either FacetResult or FacetError.

Constructor Summary

Constructor Description
Facet()

Creates an instance of Facet class.

Method Summary

Modifier and Type Method and Description
String expression()

Get the expression property: Facet expression, same as in the corresponding facet request.

void validate()

Validates the instance.

Facet withExpression(String expression)

Set the expression property: Facet expression, same as in the corresponding facet request.

Methods inherited from java.lang.Object

Constructor Details

Facet

public Facet()

Creates an instance of Facet class.

Method Details

expression

public String expression()

Get the expression property: Facet expression, same as in the corresponding facet request.

Returns:

the expression value.

validate

public void validate()

Validates the instance.

withExpression

public Facet withExpression(String expression)

Set the expression property: Facet expression, same as in the corresponding facet request.

Parameters:

expression - the expression value to set.

Returns:

the Facet object itself.

Applies to