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 Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description StringgetDestination()Return destination, ornullif it is not present.BooleangetOverwrite()Return overwrite, ornullif it is not present.StringgetSource()Return source, ornullif it is not present.Class<? extends CopyConfigRequest>implementedInterface()default BooleanisOverwrite()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Method Detail
-
implementedInterface
Class<? extends CopyConfigRequest> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getSource
String getSource()
Return source, ornullif it is not present.- Returns:
java.lang.Stringsource, ornullif it is not present.
-
getOverwrite
Boolean getOverwrite()
Return overwrite, ornullif it is not present.- Returns:
java.lang.Booleanoverwrite, ornullif 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, ornullif it is not present.- Returns:
java.lang.Stringdestination, ornullif it is not present.
-
-