Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties.Property
Packages that use Property
Package
Description
-
Uses of Property 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 PropertyModifier 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 PropertyModifier and TypeMethodDescriptionPropertiesBuilder.setProperty(Map<PropertyKey, Property> values) Set the property corresponding toProperties.getProperty()to the specified value. -
Uses of Property 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 with type parameters of type PropertyModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Property>>
E$$PropertyBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties that return PropertyModifier and TypeMethodDescription@NonNull PropertyPropertyBuilder.build()A newPropertyinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties that return types with arguments of type PropertyMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties with parameters of type PropertyModifier and TypeMethodDescriptionstatic booleanProperty.bindingEquals(@NonNull Property thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intProperty.bindingHashCode(@NonNull Property obj) Default implementation ofObject.hashCode()contract for this interface.static StringProperty.bindingToString(@NonNull Property obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties with type arguments of type PropertyModifier and TypeMethodDescriptionPropertyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Property> augmentation) Add an augmentation to this builder's product.PropertyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Property>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties with parameters of type PropertyModifierConstructorDescriptionPropertyBuilder(Property base) Construct a builder initialized with state from specifiedProperty.