public class ConnectivityIssue extends Object
| Constructor and Description |
|---|
ConnectivityIssue() |
| Modifier and Type | Method and Description |
|---|---|
List<Map<String,String>> |
context()
Get provides additional context on the issue.
|
Origin |
origin()
Get the origin of the issue.
|
Severity |
severity()
Get the severity of the issue.
|
IssueType |
type()
Get the type of issue.
|
public Origin origin()
public Severity severity()
public IssueType type()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/