Interface ImageRemoveRequest
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
ImageRemoveRequest
@Generated("mdsal-binding-generator") public interface ImageRemoveRequest extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module sonic-gnoi-yang
grouping ImageRemoveRequest { leaf imagename { type string; } }
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAMEYANG identifier of the statement represented by this class.
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetImagename()Return imagename, ornullif it is not present.Class<? extends ImageRemoveRequest>implementedInterface()default @NonNull StringrequireImagename()Return imagename, guaranteed to be non-null.
-
-
-
Method Detail
-
implementedInterface
Class<? extends ImageRemoveRequest> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getImagename
String getImagename()
Return imagename, ornullif it is not present.- Returns:
Stringimagename, ornullif it is not present.
-
requireImagename
default @NonNull String requireImagename()
Return imagename, guaranteed to be non-null.- Returns:
Stringimagename, guaranteed to be non-null.- Throws:
NoSuchElementException- if imagename is not present
-
-