Interface TechsupportRequest
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
TechsupportRequest
@Generated("mdsal-binding-generator") public interface TechsupportRequest extends org.opendaylight.yangtools.yang.binding.DataObject
This class represents the following YANG schema fragment defined in module sonic-gnoi-yang
grouping TechsupportRequest { leaf date { 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 StringgetDate()Return date, ornullif it is not present.Class<? extends TechsupportRequest>implementedInterface()default @NonNull StringrequireDate()Return date, guaranteed to be non-null.
-
-
-
Method Detail
-
implementedInterface
Class<? extends TechsupportRequest> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getDate
String getDate()
Return date, ornullif it is not present.- Returns:
Stringdate, ornullif it is not present.
-
requireDate
default @NonNull String requireDate()
Return date, guaranteed to be non-null.- Returns:
Stringdate, guaranteed to be non-null.- Throws:
NoSuchElementException- if date is not present
-
-