All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BaseIdentity, org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>, org.opendaylight.yangtools.yang.binding.BindingObject, RpcResultBase

@Generated("mdsal-binding-generator") public interface RpcFailOpNotSupported extends RpcResultBase
RPC failed: operation not supported for given parameters

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

 identity rpc-fail-op-not-supported {
   base rpc-result-base;
 }
 
  • Field Details

    • QNAME

      static final @NonNull org.opendaylight.yangtools.yang.common.QName QNAME
      YANG identifier of the statement represented by this class.
    • VALUE

      static final @NonNull RpcFailOpNotSupported VALUE
      Singleton value representing the RpcFailOpNotSupported identity.
  • Method Details

    • implementedInterface

      Class<? extends RpcFailOpNotSupported> implementedInterface()
      Specified by:
      implementedInterface in interface org.opendaylight.yangtools.yang.binding.BindingContract<org.opendaylight.yangtools.yang.binding.BaseIdentity>
      Specified by:
      implementedInterface in interface RpcResultBase