SecurityAssessmentMetadataPropertiesResponsePublishDates Class

  • java.lang.Object
    • com.azure.resourcemanager.security.models.SecurityAssessmentMetadataPropertiesResponsePublishDates

Implements

public final class SecurityAssessmentMetadataPropertiesResponsePublishDates
implements JsonSerializable<SecurityAssessmentMetadataPropertiesResponsePublishDates>

The SecurityAssessmentMetadataPropertiesResponsePublishDates model.

Constructor Summary

Constructor Description
SecurityAssessmentMetadataPropertiesResponsePublishDates()

Creates an instance of SecurityAssessmentMetadataPropertiesResponsePublishDates class.

Method Summary

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

Reads an instance of SecurityAssessmentMetadataPropertiesResponsePublishDates from the JsonReader.

String ga()

Get the ga property: The GA property.

String publicProperty()

Get the publicProperty property: The public property.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

SecurityAssessmentMetadataPropertiesResponsePublishDates withGa(String ga)

Set the ga property: The GA property.

SecurityAssessmentMetadataPropertiesResponsePublishDates withPublicProperty(String publicProperty)

Set the publicProperty property: The public property.

Methods inherited from java.lang.Object

Constructor Details

SecurityAssessmentMetadataPropertiesResponsePublishDates

public SecurityAssessmentMetadataPropertiesResponsePublishDates()

Creates an instance of SecurityAssessmentMetadataPropertiesResponsePublishDates class.

Method Details

fromJson

public static SecurityAssessmentMetadataPropertiesResponsePublishDates fromJson(JsonReader jsonReader)

Reads an instance of SecurityAssessmentMetadataPropertiesResponsePublishDates from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

ga

public String ga()

Get the ga property: The GA property.

Returns:

the ga value.

publicProperty

public String publicProperty()

Get the publicProperty property: The public property.

Returns:

the publicProperty value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withGa

public SecurityAssessmentMetadataPropertiesResponsePublishDates withGa(String ga)

Set the ga property: The GA property.

Parameters:

ga - the ga value to set.

Returns:

the SecurityAssessmentMetadataPropertiesResponsePublishDates object itself.

withPublicProperty

public SecurityAssessmentMetadataPropertiesResponsePublishDates withPublicProperty(String publicProperty)

Set the publicProperty property: The public property.

Parameters:

publicProperty - the publicProperty value to set.

Returns:

the SecurityAssessmentMetadataPropertiesResponsePublishDates object itself.

Applies to