Interface Issuer

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Issuer>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<SwitchCertificate>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, X500Principal

    public interface Issuer
    extends org.opendaylight.yangtools.yang.binding.ChildOf<SwitchCertificate>, org.opendaylight.yangtools.yang.binding.Augmentable<Issuer>, X500Principal

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

     container issuer {
       uses x500-principal;
     }
     
    The schema path to identify an instance is system-notifications/switch-certificate/issuer

    To create instances of this class use IssuerBuilder.

    See Also:
    IssuerBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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