Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update.OriginalPort
Packages that use OriginalPort
Package
Description
-
Uses of OriginalPort in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107 that return OriginalPortModifier and TypeMethodDescriptionPortUpdate.getOriginalPort()
Return originalPort, ornull
if it is not present.UpdatePortInputBuilder.getOriginalPort()
Return current value associated with the property corresponding toPortUpdate.getOriginalPort()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107 with parameters of type OriginalPortModifier and TypeMethodDescriptionUpdatePortInputBuilder.setOriginalPort
(OriginalPort value) Set the property corresponding toPortUpdate.getOriginalPort()
to the specified value. -
Uses of OriginalPort in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update with type parameters of type OriginalPortModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OriginalPort>>
E$$OriginalPortBuilder.augmentation
(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update that return OriginalPortModifier and TypeMethodDescription@NonNull OriginalPort
OriginalPortBuilder.build()
A newOriginalPort
instance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update that return types with arguments of type OriginalPortModifier and TypeMethodDescriptiondefault Class<OriginalPort>
OriginalPort.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update with parameters of type OriginalPortModifier and TypeMethodDescriptionstatic boolean
OriginalPort.bindingEquals
(@NonNull OriginalPort thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
OriginalPort.bindingHashCode
(@NonNull OriginalPort obj) Default implementation ofObject.hashCode()
contract for this interface.static String
OriginalPort.bindingToString
(@NonNull OriginalPort obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update with type arguments of type OriginalPortModifier and TypeMethodDescriptionOriginalPortBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<OriginalPort> augmentation) Add an augmentation to this builder's product.OriginalPortBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OriginalPort>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.port.service.rev131107.port.update with parameters of type OriginalPortModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOriginalPort
.