Interface ItrRloc

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<ItrRloc>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<MapRequest>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Identifiable<ItrRlocKey>, RlocContainer

    public interface ItrRloc
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MapRequest>, org.opendaylight.yangtools.yang.binding.Augmentable<ItrRloc>, RlocContainer, org.opendaylight.yangtools.yang.binding.Identifiable<ItrRlocKey>

    This class represents the following YANG schema fragment defined in module odl-lisp-proto

     list itrRloc {
       key itr-rloc-id;
       leaf itr-rloc-id {
         type string;
       }
       uses rloc-container;
     }
     
    The schema path to identify an instance is odl-lisp-proto/MapRequest/itrRloc

    To create instances of this class use ItrRlocBuilder.

    See Also:
    ItrRlocBuilder, ItrRlocKey
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<ItrRloc> 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 RlocContainer
      • getItrRlocId

        @Nullable java.lang.String getItrRlocId()
        Returns:
        java.lang.String itrRlocId, or null if not present
      • key

        ItrRlocKey key()
        Specified by:
        key in interface org.opendaylight.yangtools.yang.binding.Identifiable<ItrRlocKey>