Class ConnectivityIssue


  • public final class ConnectivityIssue
    extends Object
    Information about an issue encountered in the process of checking for connectivity.
    • Constructor Detail

      • ConnectivityIssue

        public ConnectivityIssue()
    • Method Detail

      • origin

        public Origin origin()
        Get the origin property: The origin of the issue.
        Returns:
        the origin value.
      • severity

        public Severity severity()
        Get the severity property: The severity of the issue.
        Returns:
        the severity value.
      • type

        public IssueType type()
        Get the type property: The type of issue.
        Returns:
        the type value.
      • context

        public List<Map<String,​String>> context()
        Get the context property: Provides additional context on the issue.
        Returns:
        the context value.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.