ConfigurationServiceGitPropertyValidateResult Class
- java.
lang. Object - com.
azure. resourcemanager. appplatform. models. ConfigurationServiceGitPropertyValidateResult
- com.
Implements
public final class ConfigurationServiceGitPropertyValidateResult
implements JsonSerializable<ConfigurationServiceGitPropertyValidateResult>
Validation result for configuration service settings.
Constructor Summary
Constructor | Description |
---|---|
ConfigurationServiceGitPropertyValidateResult() |
Creates an instance of Configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Configuration |
fromJson(JsonReader jsonReader)
Reads an instance of Configuration |
List<Validation |
gitReposValidationResult()
Get the git |
Boolean |
isValid()
Get the is |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Configuration |
withGitReposValidationResult(List<ValidationMessages> gitReposValidationResult)
Set the git |
Configuration |
withIsValid(Boolean isValid)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
ConfigurationServiceGitPropertyValidateResult
public ConfigurationServiceGitPropertyValidateResult()
Creates an instance of ConfigurationServiceGitPropertyValidateResult class.
Method Details
fromJson
public static ConfigurationServiceGitPropertyValidateResult fromJson(JsonReader jsonReader)
Reads an instance of ConfigurationServiceGitPropertyValidateResult from the JsonReader.
Parameters:
Returns:
Throws:
gitReposValidationResult
public List
Get the gitReposValidationResult property: The detail validation results.
Returns:
isValid
public Boolean isValid()
Get the isValid property: Indicate if the configuration service settings are valid.
Returns:
toJson
validate
public void validate()
Validates the instance.
withGitReposValidationResult
public ConfigurationServiceGitPropertyValidateResult withGitReposValidationResult(List
Set the gitReposValidationResult property: The detail validation results.
Parameters:
Returns:
withIsValid
public ConfigurationServiceGitPropertyValidateResult withIsValid(Boolean isValid)
Set the isValid property: Indicate if the configuration service settings are valid.
Parameters:
Returns:
Applies to
Azure SDK for Java