Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses.license.StateBuilder
-
Packages that use StateBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses.license -
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses.license
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.license.rev200422.licenses.top.licenses.license that return StateBuilder Modifier and Type Method Description StateBuilderStateBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation)Add an augmentation to this builder's product.StateBuilderStateBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType)Remove an augmentation from this builder's product.StateBuilderStateBuilder. setActive(Boolean value)Set the property corresponding toLicenseConfig.getActive()to the specified value.StateBuilderStateBuilder. setDescription(String value)Set the property corresponding toLicenseState.getDescription()to the specified value.StateBuilderStateBuilder. setExpirationDate(org.opendaylight.yangtools.yang.common.Uint64 value)Set the property corresponding toLicenseState.getExpirationDate()to the specified value.StateBuilderStateBuilder. setExpired(Boolean value)Set the property corresponding toLicenseState.getExpired()to the specified value.StateBuilderStateBuilder. setInUse(Boolean value)Set the property corresponding toLicenseState.getInUse()to the specified value.StateBuilderStateBuilder. setIssueDate(org.opendaylight.yangtools.yang.common.Uint64 value)Set the property corresponding toLicenseState.getIssueDate()to the specified value.StateBuilderStateBuilder. setLicenseData(LicenseConfig.LicenseData value)Set the property corresponding toLicenseConfig.getLicenseData()to the specified value.StateBuilderStateBuilder. setLicenseId(String value)Set the property corresponding toLicenseConfig.getLicenseId()to the specified value.StateBuilderStateBuilder. setValid(Boolean value)Set the property corresponding toLicenseState.getValid()to the specified value.
-