Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.server.StateBuilder
Packages that use StateBuilder
Package
Description
-
Uses of StateBuilder in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.server
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.server 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.setAddress(Host value) Set the property corresponding toSystemNtpServerConfig.getAddress()to the specified value.StateBuilder.setAssociationType(SystemNtpServerConfig.AssociationType value) Set the property corresponding toSystemNtpServerConfig.getAssociationType()to the specified value.Set the property corresponding toSystemNtpServerConfig.getIburst()to the specified value.StateBuilder.setOffset(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toSystemNtpServerState.getOffset()to the specified value.StateBuilder.setPollInterval(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toSystemNtpServerState.getPollInterval()to the specified value.StateBuilder.setPort(PortNumber value) Set the property corresponding toSystemNtpServerConfig.getPort()to the specified value.Set the property corresponding toSystemNtpServerConfig.getPrefer()to the specified value.StateBuilder.setRootDelay(org.opendaylight.yangtools.yang.common.Uint32 value) Set the property corresponding toSystemNtpServerState.getRootDelay()to the specified value.StateBuilder.setRootDispersion(org.opendaylight.yangtools.yang.common.Uint64 value) Set the property corresponding toSystemNtpServerState.getRootDispersion()to the specified value.StateBuilder.setStratum(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toSystemNtpServerState.getStratum()to the specified value.StateBuilder.setVersion(org.opendaylight.yangtools.yang.common.Uint8 value) Set the property corresponding toSystemNtpServerConfig.getVersion()to the specified value.