public final class IncidentInner extends Object
| Constructor and Description |
|---|
IncidentInner() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
activatedTime()
Get the activatedTime property: The time at which the incident was activated in ISO8601 format.
|
Boolean |
isActive()
Get the isActive property: A boolean to indicate whether the incident is active or resolved.
|
String |
name()
Get the name property: Incident name.
|
OffsetDateTime |
resolvedTime()
Get the resolvedTime property: The time at which the incident was resolved in ISO8601 format.
|
String |
ruleName()
Get the ruleName property: Rule name that is associated with the incident.
|
void |
validate()
Validates the instance.
|
public String name()
public String ruleName()
public Boolean isActive()
public OffsetDateTime activatedTime()
public OffsetDateTime resolvedTime()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.