AutomationValidationStatusInner Class
- java.
lang. Object - com.
azure. resourcemanager. security. fluent. models. AutomationValidationStatusInner
- com.
Implements
public final class AutomationValidationStatusInner
implements JsonSerializable<AutomationValidationStatusInner>
The security automation model state property bag.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Automation |
fromJson(JsonReader jsonReader)
Reads an instance of Automation |
| Boolean |
isValid()
Get the is |
| String |
message()
Get the message property: The validation message. |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
Methods inherited from java.lang.Object
Method Details
fromJson
public static AutomationValidationStatusInner fromJson(JsonReader jsonReader)
Reads an instance of AutomationValidationStatusInner from the JsonReader.
Parameters:
Returns:
Throws:
isValid
public Boolean isValid()
Get the isValid property: Indicates whether the model is valid or not.
Returns:
message
public String message()
Get the message property: The validation message.
Returns:
toJson
validate
public void validate()
Validates the instance.