Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses.License
Packages that use License
Package
Description
-
Uses of License in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top that return types with arguments of type LicenseModifier and TypeMethodDescription@Nullable Map<LicenseKey,License> Licenses.getLicense()Return license, ornullif it is not present.LicensesBuilder.getLicense()Return current value associated with the property corresponding toLicenses.getLicense().default @NonNull Map<LicenseKey,License> Licenses.nonnullLicense()Return license, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top with type arguments of type LicenseModifier and TypeMethodDescriptionLicensesBuilder.setLicense(Map<LicenseKey, License> values) Set the property corresponding toLicenses.getLicense()to the specified value. -
Uses of License in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses with type parameters of type LicenseModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<License>>
E$$LicenseBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses that return LicenseModifier and TypeMethodDescription@NonNull LicenseLicenseBuilder.build()A newLicenseinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses that return types with arguments of type LicenseMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses with parameters of type LicenseModifier and TypeMethodDescriptionstatic booleanLicense.bindingEquals(@NonNull License thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLicense.bindingHashCode(@NonNull License obj) Default implementation ofObject.hashCode()contract for this interface.static StringLicense.bindingToString(@NonNull License obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses with type arguments of type LicenseModifier and TypeMethodDescriptionLicenseBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<License> augmentation) Add an augmentation to this builder's product.LicenseBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<License>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses with parameters of type LicenseModifierConstructorDescriptionLicenseBuilder(License base) Construct a builder initialized with state from specifiedLicense.