Interface SrgbValue

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

    public interface SrgbValue
    extends org.opendaylight.yangtools.yang.binding.ChildOf<OriginatorSrgbTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<SrgbValue>
    Originator SRGB: 3 octets of base followed by 3 octets of range.

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

     list srgb-value {
       leaf base {
         type srgb;
       }
       leaf range {
         type srgb;
       }
     }
     
    The schema path to identify an instance is bgp-labeled-unicast/originator-srgb-tlv/srgb-value

    To create instances of this class use SrgbValueBuilder.

    See Also:
    SrgbValueBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        @Nullable Srgb getBase()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.Srgb base, or null if not present
      • getRange

        @Nullable Srgb getRange()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.labeled.unicast.rev180329.Srgb range, or null if not present