Interface MirrorInformationTlv

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

    public interface MirrorInformationTlv
    extends org.opendaylight.yangtools.yang.binding.ChildOf<MirrorInformationTlv>, org.opendaylight.yangtools.yang.binding.Augmentable<MirrorInformationTlv>, Tlv
    Type = 1: Information. A two-byte code that provides information about the mirrored message or message stream.

    This class represents the following YANG schema fragment defined in module bmp-message

     container mirror-information-tlv {
       uses tlv;
       leaf code {
         type mirror-information-code;
       }
     }
     
    The schema path to identify an instance is bmp-message/mirror-information-tlv/mirror-information-tlv

    To create instances of this class use MirrorInformationTlvBuilder.

    See Also:
    MirrorInformationTlvBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<MirrorInformationTlv> 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 Tlv
      • getCode

        @Nullable MirrorInformationCode getCode()
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bmp.message.rev200120.MirrorInformationCode code, or null if not present