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.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, ornullif it is not present.@NonNull SeroSecondaryExplicitRouteObject.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.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 SeroSeroBuilder.build()A newSeroinstance.static @NonNull SeroSeroBuilder.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 booleanSero.bindingEquals(@NonNull Sero thisObj, Object obj) Default implementation ofObject.equals(java.lang.Object)contract for this interface.static intSero.bindingHashCode(@NonNull Sero obj) Default implementation ofObject.hashCode()contract for this interface.static StringSero.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.binding.Augmentation<Sero> augmentation) Add an augmentation to this builder's product.SeroBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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.