public final class IncidentListResult extends Object
| Constructor and Description |
|---|
IncidentListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<IncidentInner> |
value()
Get the value property: the incident collection.
|
IncidentListResult |
withValue(List<IncidentInner> value)
Set the value property: the incident collection.
|
public List<IncidentInner> value()
public IncidentListResult withValue(List<IncidentInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.