Interface LdpMpOpaqueValueCase

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<LdpMpOpaqueValueCase>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChoiceIn<MulticastGroupOpaqueGrouping>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, MulticastGroup

    public interface LdpMpOpaqueValueCase
    extends org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.Augmentable<LdpMpOpaqueValueCase>, MulticastGroup

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

     case ldp-mp-opaque-value-case {
       container ldp-mp-opaque-value {
         uses pmsi:opaque;
       }
     }
     
    The schema path to identify an instance is bgp-mvpn/multicast-group-opaque-grouping/multicast-group/ldp-mp-opaque-value-case
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable LdpMpOpaqueValue getLdpMpOpaqueValue()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.mvpn.rev200120.multicast.group.opaque.grouping.multicast.group.ldp.mp.opaque.value._case.LdpMpOpaqueValue ldpMpOpaqueValue, or null if not present