ScopingConfigurationProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.appcomplianceautomation.models.ScopingConfigurationProperties

Implements

public final class ScopingConfigurationProperties
implements JsonSerializable<ScopingConfigurationProperties>

ScopingConfiguration's properties.

Constructor Summary

Constructor Description
ScopingConfigurationProperties()

Creates an instance of ScopingConfigurationProperties class.

Method Summary

Modifier and Type Method and Description
List<ScopingAnswer> answers()

Get the answers property: List of scoping question answers.

static ScopingConfigurationProperties fromJson(JsonReader jsonReader)

Reads an instance of ScopingConfigurationProperties from the JsonReader.

ProvisioningState provisioningState()

Get the provisioningState property: Azure lifecycle management.

JsonWriter toJson(JsonWriter jsonWriter)
ScopingConfigurationProperties withAnswers(List<ScopingAnswer> answers)

Set the answers property: List of scoping question answers.

Methods inherited from java.lang.Object

Constructor Details

ScopingConfigurationProperties

public ScopingConfigurationProperties()

Creates an instance of ScopingConfigurationProperties class.

Method Details

answers

public List<ScopingAnswer> answers()

Get the answers property: List of scoping question answers.

Returns:

the answers value.

fromJson

public static ScopingConfigurationProperties fromJson(JsonReader jsonReader)

Reads an instance of ScopingConfigurationProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of ScopingConfigurationProperties 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 ScopingConfigurationProperties.

provisioningState

public ProvisioningState provisioningState()

Get the provisioningState property: Azure lifecycle management.

Returns:

the provisioningState value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

withAnswers

public ScopingConfigurationProperties withAnswers(List<ScopingAnswer> answers)

Set the answers property: List of scoping question answers.

Parameters:

answers - the answers value to set.

Returns:

the ScopingConfigurationProperties object itself.

Applies to