Interface Fragments

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<Fragments>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, FragmentValue

    public interface Fragments
    extends org.opendaylight.yangtools.yang.binding.ChildOf<Flowspec>, org.opendaylight.yangtools.yang.binding.Augmentable<Fragments>, FragmentValue

    This class represents the following YANG schema fragment defined in module bgp-flowspec

     list fragments {
       uses fragment-value;
     }
     
    The schema path to identify an instance is bgp-flowspec/flowspec-destination/flowspec/flowspec-type/fragment-case/fragments

    To create instances of this class use FragmentsBuilder.

    See Also:
    FragmentsBuilder
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static @NonNull org.opendaylight.yangtools.yang.common.QName QNAME  
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<Fragments> 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 FragmentValue