SecurityAssessmentMetadataPropertiesResponsePublishDates Class
- java.
lang. Object - com.
azure. resourcemanager. security. models. SecurityAssessmentMetadataPropertiesResponsePublishDates
- com.
Implements
public final class SecurityAssessmentMetadataPropertiesResponsePublishDates
implements JsonSerializable<SecurityAssessmentMetadataPropertiesResponsePublishDates>
The SecurityAssessmentMetadataPropertiesResponsePublishDates model.
Constructor Summary
| Constructor | Description |
|---|---|
| SecurityAssessmentMetadataPropertiesResponsePublishDates() |
Creates an instance of Security |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Security |
fromJson(JsonReader jsonReader)
Reads an instance of Security |
| String |
ga()
Get the ga property: The GA property. |
| String |
publicProperty()
Get the public |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Security |
withGa(String ga)
Set the ga property: The GA property. |
|
Security |
withPublicProperty(String publicProperty)
Set the public |
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:
Returns:
Throws:
ga
public String ga()
Get the ga property: The GA property.
Returns:
publicProperty
public String publicProperty()
Get the publicProperty property: The public property.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGa
public SecurityAssessmentMetadataPropertiesResponsePublishDates withGa(String ga)
Set the ga property: The GA property.
Parameters:
Returns:
withPublicProperty
public SecurityAssessmentMetadataPropertiesResponsePublishDates withPublicProperty(String publicProperty)
Set the publicProperty property: The public property.
Parameters:
Returns: