Facet Class
- java.
lang. Object - com.
azure. resourcemanager. resourcegraph. models. Facet
- com.
Implements
public class Facet
implements JsonSerializable<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. |
static Facet |
fromJson(JsonReader jsonReader)
Reads an instance of Facet from the Json |
String |
resultType()
Get the result |
Json |
toJson(JsonWriter jsonWriter) |
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:
fromJson
public static Facet fromJson(JsonReader jsonReader)
Reads an instance of Facet from the JsonReader.
Parameters:
Returns:
Throws:
resultType
public String resultType()
Get the resultType property: Result type.
Returns:
toJson
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:
Returns: