Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.TimezoneNameType
Packages that use TimezoneNameType
Package
Description
-
Uses of TimezoneNameType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return TimezoneNameTypeModifier and TypeMethodDescriptionstatic TimezoneNameTypeTimezoneNameType.getDefaultInstance(String defaultValue) SystemClockConfig.getTimezoneName()Return timezoneName, ornullif it is not present.default @NonNull TimezoneNameTypeSystemClockConfig.requireTimezoneName()Return timezoneName, guaranteed to be non-null.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 with parameters of type TimezoneNameTypeModifierConstructorDescriptionTimezoneNameType(TimezoneNameType source) Creates a copy from Source Object. -
Uses of TimezoneNameType in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock that return TimezoneNameTypeModifier and TypeMethodDescriptionConfigBuilder.getTimezoneName()Return current value associated with the property corresponding toSystemClockConfig.getTimezoneName().StateBuilder.getTimezoneName()Return current value associated with the property corresponding toSystemClockConfig.getTimezoneName().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.clock.top.clock with parameters of type TimezoneNameTypeModifier and TypeMethodDescriptionConfigBuilder.setTimezoneName(TimezoneNameType value) Set the property corresponding toSystemClockConfig.getTimezoneName()to the specified value.StateBuilder.setTimezoneName(TimezoneNameType value) Set the property corresponding toSystemClockConfig.getTimezoneName()to the specified value.