public final class ConnectivityIssue extends Object
| Constructor and Description |
|---|
ConnectivityIssue() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
context()
Get the context property: Provides additional context on the issue.
|
Origin |
origin()
Get the origin property: The origin of the issue.
|
Severity |
severity()
Get the severity property: The severity of the issue.
|
IssueType |
type()
Get the type property: The type of issue.
|
void |
validate()
Validates the instance.
|
public Origin origin()
public Severity severity()
public IssueType type()
public List<Map<String,String>> context()
public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.