Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.explicit.route.object.Sero
Packages that use Sero
Package
Description
-
Uses of Sero in org.opendaylight.protocol.pcep.parser.object
Methods in org.opendaylight.protocol.pcep.parser.object that return SeroModifier and TypeMethodDescriptionPCEPSecondaryExplicitRouteObjecParser.parseObject
(ObjectHeader header, io.netty.buffer.ByteBuf buffer) -
Uses of Sero in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109 that return SeroModifier and TypeMethodDescriptionSecondaryExplicitRouteObject.getSero()
Return sero, ornull
if it is not present.@NonNull Sero
SecondaryExplicitRouteObject.nonnullSero()
Return sero, or an empty instance if it is not present. -
Uses of Sero in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.explicit.route.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.explicit.route.object with type parameters of type SeroModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<Sero>>
E$$SeroBuilder.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.pcep.types.rev181109.secondary.explicit.route.object that return SeroModifier and TypeMethodDescription@NonNull Sero
SeroBuilder.build()
A newSero
instance.static @NonNull Sero
SeroBuilder.empty()
Get empty instance of Sero.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.explicit.route.object that return types with arguments of type SeroMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.explicit.route.object with parameters of type SeroModifier and TypeMethodDescriptionstatic boolean
Sero.bindingEquals
(@NonNull Sero thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)
contract for this interface.static int
Sero.bindingHashCode
(@NonNull Sero obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Sero.bindingToString
(@NonNull Sero obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.explicit.route.object with type arguments of type SeroModifier and TypeMethodDescriptionSeroBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<Sero> augmentation) Add an augmentation to this builder's product.SeroBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Sero>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.secondary.explicit.route.object with parameters of type SeroModifierConstructorDescriptionSeroBuilder
(Sero base) Construct a builder initialized with state from specifiedSero
.