Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes.Origin
Packages that use Origin
Package
Description
-
Uses of Origin 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 OriginModifier and TypeMethodDescriptionAttributes.getOrigin()
Return origin, ornull
if it is not present.AttributesBuilder.getOrigin()
Return current value associated with the property corresponding toAttributes.getOrigin()
.@NonNull Origin
Attributes.nonnullOrigin()
Return origin, 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 OriginModifier and TypeMethodDescriptionSet the property corresponding toAttributes.getOrigin()
to the specified value. -
Uses of Origin 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 OriginModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Origin>>
E$$OriginBuilder.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 OriginModifier and TypeMethodDescription@NonNull Origin
OriginBuilder.build()
A newOrigin
instance.static @NonNull Origin
OriginBuilder.empty()
Get empty instance of Origin.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 OriginMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.bgp.message.rev200120.path.attributes.attributes with parameters of type OriginModifier and TypeMethodDescriptionstatic boolean
Origin.bindingEquals
(@NonNull Origin thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Origin.bindingHashCode
(@NonNull Origin obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Origin.bindingToString
(@NonNull Origin 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 OriginModifier and TypeMethodDescriptionOriginBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Origin> augmentation) Add an augmentation to this builder's product.OriginBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Origin>> 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 OriginModifierConstructorDescriptionOriginBuilder
(Origin base) Construct a builder initialized with state from specifiedOrigin
.