Condividi tramite


DetectorResponseInner Class

public final class DetectorResponseInner
extends ProxyResource

Class representing Response from Detector.

Method Summary

Modifier and Type Method and Description
List<DataProviderMetadata> dataProvidersMetadata()

Get the dataProvidersMetadata property: Additional configuration for different data providers to be used by the UI.

List<DiagnosticData> dataset()

Get the dataset property: Data Set.

static DetectorResponseInner fromJson(JsonReader jsonReader)

Reads an instance of DetectorResponseInner from the JsonReader.

String id()

Get the id property: Fully qualified resource Id for the resource.

String kind()

Get the kind property: Kind of resource.

DetectorInfo metadata()

Get the metadata property: metadata for the detector.

String name()

Get the name property: The name of the resource.

Status status()

Get the status property: Indicates status of the most severe insight.

QueryUtterancesResults suggestedUtterances()

Get the suggestedUtterances property: Suggested utterances where the detector can be applicable.

SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

JsonWriter toJson(JsonWriter jsonWriter)
String type()

Get the type property: The type of the resource.

void validate()

Validates the instance.

Methods inherited from ProxyResource

Methods inherited from java.lang.Object

Method Details

dataProvidersMetadata

public List<DataProviderMetadata> dataProvidersMetadata()

Get the dataProvidersMetadata property: Additional configuration for different data providers to be used by the UI.

Returns:

the dataProvidersMetadata value.

dataset

public List<DiagnosticData> dataset()

Get the dataset property: Data Set.

Returns:

the dataset value.

fromJson

public static DetectorResponseInner fromJson(JsonReader jsonReader)

Reads an instance of DetectorResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DetectorResponseInner if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

id

public String id()

Get the id property: Fully qualified resource Id for the resource.

Overrides:

DetectorResponseInner.id()

Returns:

the id value.

kind

public String kind()

Get the kind property: Kind of resource.

Returns:

the kind value.

metadata

public DetectorInfo metadata()

Get the metadata property: metadata for the detector.

Returns:

the metadata value.

name

public String name()

Get the name property: The name of the resource.

Overrides:

DetectorResponseInner.name()

Returns:

the name value.

status

public Status status()

Get the status property: Indicates status of the most severe insight.

Returns:

the status value.

suggestedUtterances

public QueryUtterancesResults suggestedUtterances()

Get the suggestedUtterances property: Suggested utterances where the detector can be applicable.

Returns:

the suggestedUtterances value.

systemData

public SystemData systemData()

Get the systemData property: Azure Resource Manager metadata containing createdBy and modifiedBy information.

Returns:

the systemData value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DetectorResponseInner.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

type

public String type()

Get the type property: The type of the resource.

Overrides:

DetectorResponseInner.type()

Returns:

the type value.

validate

public void validate()

Validates the instance.

Applies to