DataExportSettingProperties Class

  • java.lang.Object
    • com.azure.resourcemanager.security.fluent.models.DataExportSettingProperties

Implements

public final class DataExportSettingProperties
implements JsonSerializable<DataExportSettingProperties>

The data export setting properties.

Constructor Summary

Constructor Description
DataExportSettingProperties()

Creates an instance of DataExportSettingProperties class.

Method Summary

Modifier and Type Method and Description
boolean enabled()

Get the enabled property: Is the data export setting enabled.

static DataExportSettingProperties fromJson(JsonReader jsonReader)

Reads an instance of DataExportSettingProperties from the JsonReader.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DataExportSettingProperties withEnabled(boolean enabled)

Set the enabled property: Is the data export setting enabled.

Methods inherited from java.lang.Object

Constructor Details

DataExportSettingProperties

public DataExportSettingProperties()

Creates an instance of DataExportSettingProperties class.

Method Details

enabled

public boolean enabled()

Get the enabled property: Is the data export setting enabled.

Returns:

the enabled value.

fromJson

public static DataExportSettingProperties fromJson(JsonReader jsonReader)

Reads an instance of DataExportSettingProperties from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withEnabled

public DataExportSettingProperties withEnabled(boolean enabled)

Set the enabled property: Is the data export setting enabled.

Parameters:

enabled - the enabled value to set.

Returns:

the DataExportSettingProperties object itself.

Applies to