Interface FrontendIdentifier

  • All Superinterfaces:
    BindingObject, DataContainer, DataObject
    All Known Subinterfaces:
    ClientIdentifier, KnownClients

    public interface FrontendIdentifier
    extends DataObject
    Identifier of a particular frontend.

    This class represents the following YANG schema fragment defined in module UnqualifiedQName{localName=odl-controller-cds-types}

     grouping frontend-identifier {
       leaf member {
         type member-name;
       }
       leaf type {
         type frontend-type;
       }
     }
     
    The schema path to identify an instance is odl-controller-cds-types/frontend-identifier
    • Field Detail

      • QNAME

        static final @NonNull QName QNAME
    • Method Detail

      • getMember

        @Nullable MemberName getMember()
        Return member, or null if it is not present..
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.cds.types.rev191024.MemberName member, or null if it is not present.
      • getType

        @Nullable FrontendType getType()
        Return type, or null if it is not present..
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.controller.cds.types.rev191024.FrontendType type, or null if it is not present.