ActionStatus Class
- java.
lang. Object - com.
azure. resourcemanager. alertsmanagement. models. ActionStatus
- com.
Implements
public final class ActionStatus
implements JsonSerializable<ActionStatus>
Action status.
Constructor Summary
| Constructor | Description |
|---|---|
| ActionStatus() |
Creates an instance of Action |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Action |
fromJson(JsonReader jsonReader)
Reads an instance of Action |
| Boolean |
isSuppressed()
Get the is |
|
Json |
toJson(JsonWriter jsonWriter) |
| void |
validate()
Validates the instance. |
|
Action |
withIsSuppressed(Boolean isSuppressed)
Set the is |
Methods inherited from java.lang.Object
Constructor Details
ActionStatus
public ActionStatus()
Creates an instance of ActionStatus class.
Method Details
fromJson
public static ActionStatus fromJson(JsonReader jsonReader)
Reads an instance of ActionStatus from the JsonReader.
Parameters:
Returns:
Throws:
isSuppressed
public Boolean isSuppressed()
Get the isSuppressed property: Value indicating whether alert is suppressed.
Returns:
toJson
validate
public void validate()
Validates the instance.
withIsSuppressed
public ActionStatus withIsSuppressed(Boolean isSuppressed)
Set the isSuppressed property: Value indicating whether alert is suppressed.
Parameters:
Returns: