TriggerEvaluationResponseInner Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.fluent.models.TriggerEvaluationResponseInner

Implements

public final class TriggerEvaluationResponseInner
implements JsonSerializable<TriggerEvaluationResponseInner>

Trigger evaluation response.

Method Summary

Modifier and Type Method and Description
static TriggerEvaluationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of TriggerEvaluationResponseInner from the JsonReader.

TriggerEvaluationProperty properties()

Get the properties property: trigger evaluation property.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Method Details

fromJson

public static TriggerEvaluationResponseInner fromJson(JsonReader jsonReader)

Reads an instance of TriggerEvaluationResponseInner from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the TriggerEvaluationResponseInner.

properties

public TriggerEvaluationProperty properties()

Get the properties property: trigger evaluation property.

Returns:

the properties value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to