Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system.StateBuilder
-
Packages that use StateBuilder Package Description org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system -
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system 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. setBootTime(Timeticks64 value)Set the property corresponding toSystemGlobalState.getBootTime()to the specified value.StateBuilderStateBuilder. setCurrentDatetime(DateAndTime value)Set the property corresponding toSystemGlobalState.getCurrentDatetime()to the specified value.StateBuilderStateBuilder. setDomainName(DomainName value)Set the property corresponding toSystemGlobalConfig.getDomainName()to the specified value.StateBuilderStateBuilder. setHostname(DomainName value)Set the property corresponding toSystemGlobalConfig.getHostname()to the specified value.StateBuilderStateBuilder. setLoginBanner(String value)Set the property corresponding toSystemGlobalConfig.getLoginBanner()to the specified value.StateBuilderStateBuilder. setMotdBanner(String value)Set the property corresponding toSystemGlobalConfig.getMotdBanner()to the specified value.
-