Interface LicenseTop
-
- All Superinterfaces:
org.opendaylight.yangtools.yang.binding.BindingObject,org.opendaylight.yangtools.yang.binding.DataContainer,org.opendaylight.yangtools.yang.binding.DataObject
- All Known Subinterfaces:
System
@Generated("mdsal-binding-generator") public interface LicenseTop extends org.opendaylight.yangtools.yang.binding.DataObject
Top-level for the license modelThis class represents the following YANG schema fragment defined in module openconfig-license
grouping license-top { container license { uses licenses-top; } }The schema path to identify an instance is openconfig-licenselicense-top
-
-
Field Summary
Fields Modifier and Type Field Description static @NonNull org.opendaylight.yangtools.yang.common.QNameQNAME
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicensegetLicense()Return license, ornullif it is not present.Class<? extends LicenseTop>implementedInterface()
-
-
-
Method Detail
-
implementedInterface
Class<? extends LicenseTop> implementedInterface()
- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataContainer- Specified by:
implementedInterfacein interfaceorg.opendaylight.yangtools.yang.binding.DataObject
-
getLicense
License getLicense()
Return license, ornullif it is not present.Container for license model- Returns:
Licenselicense, ornullif it is not present.
-
-