Interface GetInterfaceFromIfIndexInput

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.Augmentable<GetInterfaceFromIfIndexInput>, 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 GetInterfaceFromIfIndexInput
    extends org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<GetInterfaceFromIfIndexInput>

    This class represents the following YANG schema fragment defined in module odl-interface-rpc

     input input {
       leaf if-index {
         type int32;
       }
     }
     
    The schema path to identify an instance is odl-interface-rpc/get-interface-from-if-index/input

    To create instances of this class use GetInterfaceFromIfIndexInputBuilder.

    See Also:
    GetInterfaceFromIfIndexInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<GetInterfaceFromIfIndexInput> 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
      • getIfIndex

        @Nullable java.lang.Integer getIfIndex()
        Returns:
        java.lang.Integer ifIndex, or null if not present