Interface ReinstallInput

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

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

     input input {
       leaf entity-name {
         type identityref {
           base entity-name-base;
         }
       }
       leaf entity-type {
         type identityref {
           base entity-type-base;
         }
       }
     }
     
    The schema path to identify an instance is odl-srm-rpcs/reinstall/input

    To create instances of this class use ReinstallInputBuilder.

    See Also:
    ReinstallInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<ReinstallInput> 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
      • getEntityName

        Class<? extends EntityNameBase> getEntityName()
        Returns:
        java.lang.Class entityName, or null if not present
      • getEntityType

        Class<? extends EntityTypeBase> getEntityType()
        Currently supported entity-types: service
        Returns:
        java.lang.Class entityType, or null if not present