Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.OriginatorId
Packages that use OriginatorId
Package
Description
-
Uses of OriginatorId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes that return OriginatorIdModifier and TypeMethodDescriptionAttributes.getOriginatorId()Return originatorId, ornullif it is not present.AttributesBuilder.getOriginatorId()Return current value associated with the property corresponding toAttributes.getOriginatorId().@NonNull OriginatorIdAttributes.nonnullOriginatorId()Return originatorId, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes with parameters of type OriginatorIdModifier and TypeMethodDescriptionAttributesBuilder.setOriginatorId(OriginatorId value) Set the property corresponding toAttributes.getOriginatorId()to the specified value. -
Uses of OriginatorId in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type parameters of type OriginatorIdModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<OriginatorId>>
E$$OriginatorIdBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return OriginatorIdModifier and TypeMethodDescription@NonNull OriginatorIdOriginatorIdBuilder.build()A newOriginatorIdinstance.static @NonNull OriginatorIdOriginatorIdBuilder.empty()Get empty instance of OriginatorId.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes that return types with arguments of type OriginatorIdModifier and TypeMethodDescriptiondefault Class<OriginatorId>OriginatorId.implementedInterface()Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type OriginatorIdModifier and TypeMethodDescriptionstatic booleanOriginatorId.bindingEquals(@NonNull OriginatorId thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intOriginatorId.bindingHashCode(@NonNull OriginatorId obj) Default implementation ofObject.hashCode()contract for this interface.static StringOriginatorId.bindingToString(@NonNull OriginatorId obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with type arguments of type OriginatorIdModifier and TypeMethodDescriptionOriginatorIdBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<OriginatorId> augmentation) Add an augmentation to this builder's product.OriginatorIdBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<OriginatorId>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type OriginatorIdModifierConstructorDescriptionConstruct a builder initialized with state from specifiedOriginatorId.