Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top.License
-
-
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 License Modifier and Type Method Description LicenseLicenseTop. getLicense()Return license, ornullif 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 License Modifier and Type Method Description <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 License Modifier and Type Method Description @NonNull LicenseLicenseBuilder. build()A newLicenseinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top that return types with arguments of type License Modifier and Type Method Description default Class<License>License. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.license.top with parameters of type License Modifier and Type Method Description static 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 License Modifier and Type Method Description LicenseBuilderLicenseBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<License> augmentation)Add an augmentation to this builder's product.LicenseBuilderLicenseBuilder. 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 License Constructor Description LicenseBuilder(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 License Modifier and Type Method Description LicenseSystemBuilder. 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 License Modifier and Type Method Description SystemBuilderSystemBuilder. setLicense(License value)Set the property corresponding toLicenseTop.getLicense()to the specified value.
-