Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties.PropertyKey
Packages that use PropertyKey
Package
Description
-
Uses of PropertyKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top that return types with arguments of type PropertyKeyModifier and TypeMethodDescription@Nullable Map<PropertyKey,Property> Properties.getProperty()Return property, ornullif it is not present.PropertiesBuilder.getProperty()Return current value associated with the property corresponding toProperties.getProperty().default @NonNull Map<PropertyKey,Property> Properties.nonnullProperty()Return property, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top with type arguments of type PropertyKeyModifier and TypeMethodDescriptionPropertiesBuilder.setProperty(Map<PropertyKey, Property> values) Set the property corresponding toProperties.getProperty()to the specified value. -
Uses of PropertyKey in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties that return PropertyKeyModifier and TypeMethodDescriptionProperty.key()PropertyBuilder.key()Return current value associated with the property corresponding toProperty.key().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties with parameters of type PropertyKeyModifier and TypeMethodDescriptionPropertyBuilder.withKey(PropertyKey key) Set the key value corresponding toProperty.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties with parameters of type PropertyKey