Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top.License
Packages that use License
Package
Description
-
Uses of License in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422 that return LicenseModifier and TypeMethodDescriptionLicenseTop.getLicense()Return license, ornullif it is not present.@NonNull LicenseLicenseTop.nonnullLicense()Return license, or an empty instance if it is not present. -
Uses of License in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top 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.license.top that return LicenseModifier and TypeMethodDescription@NonNull LicenseLicenseBuilder.build()A newLicenseinstance.static @NonNull LicenseLicenseBuilder.empty()Get empty instance of License.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top that return types with arguments of type LicenseMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top 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.license.top 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.license.top with parameters of type LicenseModifierConstructorDescriptionLicenseBuilder(License base) Construct a builder initialized with state from specifiedLicense. -
Uses of License in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top that return LicenseModifier and TypeMethodDescriptionSystemBuilder.getLicense()Return current value associated with the property corresponding toLicenseTop.getLicense().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top with parameters of type LicenseModifier and TypeMethodDescriptionSystemBuilder.setLicense(License value) Set the property corresponding toLicenseTop.getLicense()to the specified value.