Interface WithDefaultsParameters

  • All Superinterfaces:
    org.opendaylight.yangtools.yang.binding.BindingObject, org.opendaylight.yangtools.yang.binding.DataContainer, org.opendaylight.yangtools.yang.binding.DataObject
    All Known Subinterfaces:
    CopyConfigInput1, GetConfigInput1, GetInput1

    @Generated("mdsal-binding-generator")
    public interface WithDefaultsParameters
    extends org.opendaylight.yangtools.yang.binding.DataObject
    Contains the <with-defaults> parameter for control of defaults in NETCONF retrieval operations.

    This class represents the following YANG schema fragment defined in module ietf-netconf-with-defaults

     grouping with-defaults-parameters {
       leaf with-defaults {
         type with-defaults-mode;
       }
     }
     
    The schema path to identify an instance is ietf-netconf-with-defaults/with-defaults-parameters
    • Field Detail

      • QNAME

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

      • implementedInterface

        Class<? extends WithDefaultsParameters> implementedInterface()
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataContainer
        Specified by:
        implementedInterface in interface org.opendaylight.yangtools.yang.binding.DataObject
      • getWithDefaults

        WithDefaultsMode getWithDefaults()
        Return withDefaults, or null if it is not present.
             
                 The explicit defaults processing mode requested.
             
         
        Returns:
        org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.netconf.with.defaults.rev110601.WithDefaultsMode withDefaults, or null if it is not present.