Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.PowerSupply
Packages that use PowerSupply
Package
Description
-
Uses of PowerSupply 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 PowerSupplyModifier and TypeMethodDescriptionPlatformAnchorsTop.getPowerSupply()Return powerSupply, ornullif it is not present.@NonNull PowerSupplyPlatformAnchorsTop.nonnullPowerSupply()Return powerSupply, or an empty instance if it is not present. -
Uses of PowerSupply in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top
Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type parameters of type PowerSupplyModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PowerSupply>>
E$$PowerSupplyBuilder.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.anchors.top that return PowerSupplyModifier and TypeMethodDescription@NonNull PowerSupplyPowerSupplyBuilder.build()A newPowerSupplyinstance.static @NonNull PowerSupplyPowerSupplyBuilder.empty()Get empty instance of PowerSupply.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type PowerSupplyMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type PowerSupplyModifier and TypeMethodDescriptionstatic booleanPowerSupply.bindingEquals(@NonNull PowerSupply thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPowerSupply.bindingHashCode(@NonNull PowerSupply obj) Default implementation ofObject.hashCode()contract for this interface.static StringPowerSupply.bindingToString(@NonNull PowerSupply obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with type arguments of type PowerSupplyModifier and TypeMethodDescriptionPowerSupplyBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<PowerSupply> augmentation) Add an augmentation to this builder's product.PowerSupplyBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PowerSupply>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type PowerSupplyModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPowerSupply. -
Uses of PowerSupply 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 PowerSupplyModifier and TypeMethodDescriptionComponentBuilder.getPowerSupply()Return current value associated with the property corresponding toPlatformAnchorsTop.getPowerSupply().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type PowerSupplyModifier and TypeMethodDescriptionComponentBuilder.setPowerSupply(PowerSupply value) Set the property corresponding toPlatformAnchorsTop.getPowerSupply()to the specified value.