Interface OpaqueExtendedCommunity

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<OpaqueExtendedCommunity>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.ChildOf<ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject

    public interface OpaqueExtendedCommunity
    extends org.opendaylight.yangtools.yang.binding.ChildOf<ExtendedCommunity>, org.opendaylight.yangtools.yang.binding.Augmentable<OpaqueExtendedCommunity>

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

     container opaque-extended-community {
       leaf value {
         type binary {
           length 6;
         }
       }
     }
     
    The schema path to identify an instance is bgp-types/extended-community/extended-community/opaque-extended-community-case/opaque-extended-community

    To create instances of this class use OpaqueExtendedCommunityBuilder.

    See Also:
    OpaqueExtendedCommunityBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        byte[] getValue()
        Returns:
        byte[] value, or null if not present