Interface ChangeOperationalStatusInput

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

    public interface ChangeOperationalStatusInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<ChangeOperationalStatusInput>

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

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

    To create instances of this class use ChangeOperationalStatusInputBuilder.

    See Also:
    ChangeOperationalStatusInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ChangeOperationalStatusInput> 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.RpcInput
      • 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