Interface GetOperationalStatusOutput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetOperationalStatusOutput>, org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject, org.opendaylight.yangtools.yang.binding.RpcOutput

    public interface GetOperationalStatusOutput
    extends org.opendaylight.yangtools.yang.binding.RpcOutput, org.opendaylight.yangtools.yang.binding.Augmentable<GetOperationalStatusOutput>

    This class represents the following YANG schema fragment defined in module lldp-speaker

     output output {
       leaf operational-status {
         type oper-status;
       }
     }
     
    The schema path to identify an instance is lldp-speaker/get-operational-status/output

    To create instances of this class use GetOperationalStatusOutputBuilder.

    See Also:
    GetOperationalStatusOutputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<GetOperationalStatusOutput> 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 org.opendaylight.yangtools.yang.binding.RpcOutput
      • getOperationalStatus

        OperStatus getOperationalStatus()
        Change operational status of LLDP speaker.
        Returns:
        org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.openflow.applications.lldp.speaker.rev141023.OperStatus operationalStatus, or null if not present