Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.Properties
Packages that use Properties
Package
Description
-
Uses of Properties in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118 that return PropertiesModifier and TypeMethodDescriptionPlatformComponentPropertiesTop.getProperties()Return properties, ornullif it is not present.@NonNull PropertiesPlatformComponentPropertiesTop.nonnullProperties()Return properties, or an empty instance if it is not present. -
Uses of Properties 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 with type parameters of type PropertiesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Properties>>
E$$PropertiesBuilder.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 that return PropertiesModifier and TypeMethodDescription@NonNull PropertiesPropertiesBuilder.build()A newPropertiesinstance.static @NonNull PropertiesPropertiesBuilder.empty()Get empty instance of Properties.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top that return types with arguments of type PropertiesMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top with parameters of type PropertiesModifier and TypeMethodDescriptionstatic booleanProperties.bindingEquals(@NonNull Properties thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intProperties.bindingHashCode(@NonNull Properties obj) Default implementation ofObject.hashCode()contract for this interface.static StringProperties.bindingToString(@NonNull Properties 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 with type arguments of type PropertiesModifier and TypeMethodDescriptionPropertiesBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Properties> augmentation) Add an augmentation to this builder's product.PropertiesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Properties>> 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 with parameters of type PropertiesModifierConstructorDescriptionPropertiesBuilder(Properties base) Construct a builder initialized with state from specifiedProperties. -
Uses of Properties in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components that return PropertiesModifier and TypeMethodDescriptionComponentBuilder.getProperties()Return current value associated with the property corresponding toPlatformComponentPropertiesTop.getProperties().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type PropertiesModifier and TypeMethodDescriptionComponentBuilder.setProperties(Properties value) Set the property corresponding toPlatformComponentPropertiesTop.getProperties()to the specified value.