Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties.Property
-
-
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 Property Modifier and Type Method Description @Nullable Map<PropertyKey,Property>Properties. getProperty()Return property, ornullif it is not present.Map<PropertyKey,Property>PropertiesBuilder. 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 Property Modifier and Type Method Description PropertiesBuilderPropertiesBuilder. setProperty(Map<PropertyKey,Property> values) -
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 Property Modifier and Type Method Description <E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Property>>
E$$PropertyBuilder. augmentation(Class<E$$> augmentationType)Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties that return Property Modifier and Type Method Description PropertyPropertyBuilder. build()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 Property Modifier and Type Method Description default Class<Property>Property. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.properties.top.properties with parameters of type Property Modifier and Type Method Description static 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 Property Modifier and Type Method Description PropertyBuilderPropertyBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Property> augmentation)Add an augmentation to this builder's product.PropertyBuilderPropertyBuilder. 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 Property Constructor Description PropertyBuilder(Property base)
-