Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.Licenses
Packages that use Licenses
Package
Description
-
Uses of Licenses 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 LicensesModifier and TypeMethodDescriptionLicensesTop.getLicenses()Return licenses, ornullif it is not present.@NonNull LicensesLicensesTop.nonnullLicenses()Return licenses, or an empty instance if it is not present. -
Uses of Licenses 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 that return LicensesModifier and TypeMethodDescriptionLicenseBuilder.getLicenses()Return current value associated with the property corresponding toLicensesTop.getLicenses().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top with parameters of type LicensesModifier and TypeMethodDescriptionLicenseBuilder.setLicenses(Licenses value) Set the property corresponding toLicensesTop.getLicenses()to the specified value. -
Uses of Licenses 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 with type parameters of type LicensesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Licenses>>
E$$LicensesBuilder.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 that return LicensesModifier and TypeMethodDescription@NonNull LicensesLicensesBuilder.build()A newLicensesinstance.static @NonNull LicensesLicensesBuilder.empty()Get empty instance of Licenses.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top that return types with arguments of type LicensesMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top with parameters of type LicensesModifier and TypeMethodDescriptionstatic booleanLicenses.bindingEquals(@NonNull Licenses thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intLicenses.bindingHashCode(@NonNull Licenses obj) Default implementation ofObject.hashCode()contract for this interface.static StringLicenses.bindingToString(@NonNull Licenses 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 with type arguments of type LicensesModifier and TypeMethodDescriptionLicensesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Licenses> augmentation) Add an augmentation to this builder's product.LicensesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Licenses>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top with parameters of type LicensesModifierConstructorDescriptionLicensesBuilder(Licenses base) Construct a builder initialized with state from specifiedLicenses.