Interface SslConnectionError

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<SslConnectionError>, org.opendaylight.yangtools.yang.binding.BaseNotification, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Notification

    public interface SslConnectionError
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<SslConnectionError>, org.opendaylight.yangtools.yang.binding.Notification
    Switch ssl connection error notification.

    This class represents the following YANG schema fragment defined in module system-notifications

     notification ssl-connection-error {
       leaf info {
         type string;
       }
       container switch-certificate {
         uses switch-certificate;
       }
     }
     
    The schema path to identify an instance is system-notifications/ssl-connection-error

    To create instances of this class use SslConnectionErrorBuilder.

    See Also:
    SslConnectionErrorBuilder
    • Field Detail

      • QNAME

        static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
    • Method Detail

      • implementedInterface

        default Class<SslConnectionError> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getInfo

        @Nullable String getInfo()
        Returns:
        java.lang.String info, or null if not present
      • getSwitchCertificate

        @Nullable SwitchCertificate getSwitchCertificate()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.system.rev130927.ssl.connection.error.SwitchCertificate switchCertificate, or null if not present