Interface DeletePrefixInput

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

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

    This class represents the following YANG schema fragment defined in module odl-bgp-app-peer-benchmark

     input input {
       uses input;
     }
     
    The schema path to identify an instance is odl-bgp-app-peer-benchmark/delete-prefix/input

    To create instances of this class use DeletePrefixInputBuilder.

    See Also:
    DeletePrefixInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<DeletePrefixInput> 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 Input
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput