Class ConfigServerSettingsValidateResultInner
java.lang.Object
com.azure.resourcemanager.appplatform.fluent.models.ConfigServerSettingsValidateResultInner
Validation result for config server settings.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondetails()Get the details property: The detail validation results.isValid()Get the isValid property: Indicate if the config server settings are valid.voidvalidate()Validates the instance.withDetails(List<ConfigServerSettingsErrorRecord> details) Set the details property: The detail validation results.withIsValid(Boolean isValid) Set the isValid property: Indicate if the config server settings are valid.
-
Constructor Details
-
ConfigServerSettingsValidateResultInner
public ConfigServerSettingsValidateResultInner()
-
-
Method Details
-
isValid
Get the isValid property: Indicate if the config server settings are valid.- Returns:
- the isValid value.
-
withIsValid
Set the isValid property: Indicate if the config server settings are valid.- Parameters:
isValid- the isValid value to set.- Returns:
- the ConfigServerSettingsValidateResultInner object itself.
-
details
Get the details property: The detail validation results.- Returns:
- the details value.
-
withDetails
public ConfigServerSettingsValidateResultInner withDetails(List<ConfigServerSettingsErrorRecord> details) Set the details property: The detail validation results.- Parameters:
details- the details value to set.- Returns:
- the ConfigServerSettingsValidateResultInner object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-