SecurityAssessmentMetadataPropertiesResponsePublishDates Class

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

public final class SecurityAssessmentMetadataPropertiesResponsePublishDates

The SecurityAssessmentMetadataPropertiesResponsePublishDates model.

Constructor Summary

Constructor Description
SecurityAssessmentMetadataPropertiesResponsePublishDates()

Creates an instance of SecurityAssessmentMetadataPropertiesResponsePublishDates class.

Method Summary

Modifier and Type Method and Description
String ga()

Get the ga property: The GA property.

String publicProperty()

Get the publicProperty property: The public property.

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

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.

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