Uses of Interface
org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top.Port
Packages that use Port
Package
Description
-
Uses of Port 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 PortModifier and TypeMethodDescriptionPlatformAnchorsTop.getPort()Return port, ornullif it is not present.@NonNull PortPlatformAnchorsTop.nonnullPort()Return port, or an empty instance if it is not present. -
Uses of Port 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 PortModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Port>>
E$$PortBuilder.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 PortModifier and TypeMethodDescription@NonNull PortPortBuilder.build()A newPortinstance.static @NonNull PortPortBuilder.empty()Get empty instance of Port.Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top that return types with arguments of type PortMethods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.anchors.top with parameters of type PortModifier and TypeMethodDescriptionstatic booleanPort.bindingEquals(@NonNull Port thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPort.bindingHashCode(@NonNull Port obj) Default implementation ofObject.hashCode()contract for this interface.static StringPort.bindingToString(@NonNull Port 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 PortModifier and TypeMethodDescriptionPortBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Port> augmentation) Add an augmentation to this builder's product.PortBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Port>> 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 PortModifierConstructorDescriptionPortBuilder(Port base) Construct a builder initialized with state from specifiedPort. -
Uses of Port 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 PortModifier and TypeMethodDescriptionComponentBuilder.getPort()Return current value associated with the property corresponding toPlatformAnchorsTop.getPort().Methods in org.opendaylight.yang.gen.v1.http.openconfig.net.yang.platform.rev210118.platform.component.top.components with parameters of type PortModifier and TypeMethodDescriptionSet the property corresponding toPlatformAnchorsTop.getPort()to the specified value.