Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.top.system.StateBuilder
Packages that use StateBuilder
Package
Description
-
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 StateBuilderModifier and TypeMethodDescriptionStateBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<State> augmentation) Add an augmentation to this builder's product.StateBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<State>> augmentationType) Remove an augmentation from this builder's product.StateBuilder.setBootTime(Timeticks64 value) Set the property corresponding toSystemGlobalState.getBootTime()to the specified value.StateBuilder.setCurrentDatetime(DateAndTime value) Set the property corresponding toSystemGlobalState.getCurrentDatetime()to the specified value.StateBuilder.setDomainName(DomainName value) Set the property corresponding toSystemGlobalConfig.getDomainName()to the specified value.StateBuilder.setHostname(DomainName value) Set the property corresponding toSystemGlobalConfig.getHostname()to the specified value.StateBuilder.setLoginBanner(String value) Set the property corresponding toSystemGlobalConfig.getLoginBanner()to the specified value.StateBuilder.setMotdBanner(String value) Set the property corresponding toSystemGlobalConfig.getMotdBanner()to the specified value.