Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.IntegratedCircuit
-
-
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 IntegratedCircuit Modifier and Type Method Description IntegratedCircuitPlatformAnchorsTop. getIntegratedCircuit()Return integratedCircuit, ornullif 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 IntegratedCircuit Modifier and Type Method Description <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 IntegratedCircuit Modifier and Type Method Description @NonNull IntegratedCircuitIntegratedCircuitBuilder. build()A newIntegratedCircuitinstance.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type IntegratedCircuit Modifier and Type Method Description default Class<IntegratedCircuit>IntegratedCircuit. implementedInterface()Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type IntegratedCircuit Modifier and Type Method Description static 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 IntegratedCircuit Modifier and Type Method Description IntegratedCircuitBuilderIntegratedCircuitBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<IntegratedCircuit> augmentation)Add an augmentation to this builder's product.IntegratedCircuitBuilderIntegratedCircuitBuilder. 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 IntegratedCircuit Constructor Description IntegratedCircuitBuilder(IntegratedCircuit base)Construct 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 IntegratedCircuit Modifier and Type Method Description IntegratedCircuitComponentBuilder. 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 IntegratedCircuit Modifier and Type Method Description ComponentBuilderComponentBuilder. setIntegratedCircuit(IntegratedCircuit value)Set the property corresponding toPlatformAnchorsTop.getIntegratedCircuit()to the specified value.
-