Interface CopyConfigRequest

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

    @Generated("mdsal-binding-generator")
    public interface CopyConfigRequest
    extends org.opendaylight.yangtools.yang.binding.DataObject

    This class represents the following YANG schema fragment defined in module sonic-gnoi-yang

     grouping CopyConfigRequest {
       leaf source {
         type string;
       }
       leaf overwrite {
         type boolean;
       }
       leaf destination {
         type string;
       }
     }
     
    The schema path to identify an instance is sonic-gnoi-yang/CopyConfigRequest
    • Field Detail

      • QNAME

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

      • implementedInterface

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

        String getSource()
        Return source, or null if it is not present.
        Returns:
        java.lang.String source, or null if it is not present.
      • getOverwrite

        Boolean getOverwrite()
        Return overwrite, or null if it is not present.
        Returns:
        java.lang.Boolean overwrite, or null if it is not present.
      • isOverwrite

        @Deprecated(forRemoval=true)
        default Boolean isOverwrite()
        Deprecated, for removal: This API element is subject to removal in a future version.
      • getDestination

        String getDestination()
        Return destination, or null if it is not present.
        Returns:
        java.lang.String destination, or null if it is not present.