Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.IntegratedCircuit
Packages that use IntegratedCircuit
Package
Description
-
Uses of IntegratedCircuit 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 IntegratedCircuitModifier and TypeMethodDescriptionPlatformAnchorsTop.getIntegratedCircuit()Return integratedCircuit, ornullif it is not present.@NonNull IntegratedCircuitPlatformAnchorsTop.nonnullIntegratedCircuit()Return integratedCircuit, or an empty instance if it is not present. -
Uses of IntegratedCircuit 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 IntegratedCircuitModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<IntegratedCircuit>>
E$$IntegratedCircuitBuilder.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 IntegratedCircuitModifier and TypeMethodDescription@NonNull IntegratedCircuitIntegratedCircuitBuilder.build()A newIntegratedCircuitinstance.static @NonNull IntegratedCircuitIntegratedCircuitBuilder.empty()Get empty instance of IntegratedCircuit.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type IntegratedCircuitModifier and TypeMethodDescriptiondefault Class<IntegratedCircuit>IntegratedCircuit.implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type IntegratedCircuitModifier and TypeMethodDescriptionstatic booleanIntegratedCircuit.bindingEquals(@NonNull IntegratedCircuit thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intIntegratedCircuit.bindingHashCode(@NonNull IntegratedCircuit obj) Default implementation ofObject.hashCode()contract for this interface.static StringIntegratedCircuit.bindingToString(@NonNull IntegratedCircuit 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 IntegratedCircuitModifier and TypeMethodDescriptionIntegratedCircuitBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IntegratedCircuit> augmentation) Add an augmentation to this builder's product.IntegratedCircuitBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<IntegratedCircuit>> 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 IntegratedCircuitModifierConstructorDescriptionConstruct a builder initialized with state from specifiedIntegratedCircuit. -
Uses of IntegratedCircuit 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 IntegratedCircuitModifier and TypeMethodDescriptionComponentBuilder.getIntegratedCircuit()Return current value associated with the property corresponding toPlatformAnchorsTop.getIntegratedCircuit().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type IntegratedCircuitModifier and TypeMethodDescriptionComponentBuilder.setIntegratedCircuit(IntegratedCircuit value) Set the property corresponding toPlatformAnchorsTop.getIntegratedCircuit()to the specified value.