Uses of Class
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties.PropertyKey
-
-
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 PropertyKey Modifier and Type Method Description @Nullable Map<PropertyKey,Property>Properties. getProperty()Return property, ornullif it is not present.Map<PropertyKey,Property>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 PropertyKey Modifier and Type Method Description PropertiesBuilderPropertiesBuilder. 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 PropertyKey Modifier and Type Method Description PropertyKeyProperty. key()PropertyKeyPropertyBuilder. 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 PropertyKey Modifier and Type Method Description PropertyBuilderPropertyBuilder. withKey(PropertyKey key)Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties with parameters of type PropertyKey Constructor Description PropertyKey(PropertyKey source)Creates a copy from Source Object.
-