Interface AddKeysInput

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

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

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

     input input {
       uses eid-authkey-list;
     }
     
    The schema path to identify an instance is odl-mappingservice/add-keys/input

    To create instances of this class use AddKeysInputBuilder.

    See Also:
    AddKeysInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default java.lang.Class<AddKeysInput> 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 EidAuthkeyList
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.RpcInput