Interface AddFlowsDsInput

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

    public interface AddFlowsDsInput
    extends BulkFlowDsListGrouping, org.opendaylight.yangtools.yang.binding.RpcInput, org.opendaylight.yangtools.yang.binding.Augmentable<AddFlowsDsInput>

    This class represents the following YANG schema fragment defined in module sal-bulk-flow

     input input {
       leaf always-create-parents {
         type boolean;
         default false;
       }
       uses bulk-flow-ds-list-grouping;
     }
     
    The schema path to identify an instance is sal-bulk-flow/add-flows-ds/input

    To create instances of this class use AddFlowsDsInputBuilder.

    See Also:
    AddFlowsDsInputBuilder
    • Field Detail

      • QNAME

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

      • implementedInterface

        default Class<AddFlowsDsInput> implementedInterface()
        Specified by:
        implementedInterface in interface BulkFlowDsListGrouping
        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
      • isAlwaysCreateParents

        Boolean isAlwaysCreateParents()
        true if all items must take care of parent structure
        Returns:
        java.lang.Boolean alwaysCreateParents, or null if not present