Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.SystemNtpServerConfig.AssociationType
-
-
Uses of SystemNtpServerConfig.AssociationType 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 SystemNtpServerConfig.AssociationType Modifier and Type Method Description static SystemNtpServerConfig.AssociationTypeSystemNtpServerConfig.AssociationType. forValue(int intValue)Return the enumeration member whosegetIntValue()matches specified value.SystemNtpServerConfig.AssociationTypeSystemNtpServerConfig. getAssociationType()Return associationType, ornullif it is not present.default @NonNull SystemNtpServerConfig.AssociationTypeSystemNtpServerConfig. requireAssociationType()Return associationType, guaranteed to be non-null.static SystemNtpServerConfig.AssociationTypeSystemNtpServerConfig.AssociationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemNtpServerConfig.AssociationType[]SystemNtpServerConfig.AssociationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413 that return types with arguments of type SystemNtpServerConfig.AssociationType Modifier and Type Method Description static Optional<SystemNtpServerConfig.AssociationType>SystemNtpServerConfig.AssociationType. forName(String name)Return the enumeration member whosegetName()matches specified value. -
Uses of SystemNtpServerConfig.AssociationType 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 SystemNtpServerConfig.AssociationType Modifier and Type Method Description SystemNtpServerConfig.AssociationTypeConfigBuilder. getAssociationType()Return current value associated with the property corresponding toSystemNtpServerConfig.getAssociationType().SystemNtpServerConfig.AssociationTypeStateBuilder. getAssociationType()Return current value associated with the property corresponding toSystemNtpServerConfig.getAssociationType().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.system.rev200413.system.ntp.server.top.servers.server with parameters of type SystemNtpServerConfig.AssociationType Modifier and Type Method Description ConfigBuilderConfigBuilder. setAssociationType(SystemNtpServerConfig.AssociationType value)Set the property corresponding toSystemNtpServerConfig.getAssociationType()to the specified value.StateBuilderStateBuilder. setAssociationType(SystemNtpServerConfig.AssociationType value)Set the property corresponding toSystemNtpServerConfig.getAssociationType()to the specified value.
-