Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args.Arguments
Packages that use Arguments
Package
Description
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
-
Uses of Arguments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 that return ArgumentsModifier and TypeMethodDescriptionSubmitUpdateLspInputBuilder.getArguments()
Return current value associated with the property corresponding toUpdateLspArgs.getArguments()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.programming.rev181109 with parameters of type ArgumentsModifier and TypeMethodDescriptionSubmitUpdateLspInputBuilder.setArguments
(Arguments value) Set the property corresponding toUpdateLspArgs.getArguments()
to the specified value. -
Uses of Arguments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 that return ArgumentsModifier and TypeMethodDescriptionUpdateLspArgs.getArguments()
Return arguments, ornull
if it is not present.UpdateLspInputBuilder.getArguments()
Return current value associated with the property corresponding toUpdateLspArgs.getArguments()
.@NonNull Arguments
UpdateLspArgs.nonnullArguments()
Return arguments, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730 with parameters of type ArgumentsModifier and TypeMethodDescriptionUpdateLspInputBuilder.setArguments
(Arguments value) Set the property corresponding toUpdateLspArgs.getArguments()
to the specified value. -
Uses of Arguments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args with type parameters of type ArgumentsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Arguments>>
E$$ArgumentsBuilder.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.topology.pcep.rev220730.update.lsp.args that return ArgumentsModifier and TypeMethodDescription@NonNull Arguments
ArgumentsBuilder.build()
A newArguments
instance.static @NonNull Arguments
ArgumentsBuilder.empty()
Get empty instance of Arguments.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args that return types with arguments of type ArgumentsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args with parameters of type ArgumentsModifier and TypeMethodDescriptionstatic boolean
Arguments.bindingEquals
(@NonNull Arguments thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
Arguments.bindingHashCode
(@NonNull Arguments obj) Default implementation ofObject.hashCode()
contract for this interface.static String
Arguments.bindingToString
(@NonNull Arguments obj) Default implementation ofObject.toString()
contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args with type arguments of type ArgumentsModifier and TypeMethodDescriptionArgumentsBuilder.addAugmentation
(org.opendaylight.yangtools.binding.Augmentation<Arguments> augmentation) Add an augmentation to this builder's product.ArgumentsBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Arguments>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.update.lsp.args with parameters of type ArgumentsModifierConstructorDescriptionArgumentsBuilder
(Arguments base) Construct a builder initialized with state from specifiedArguments
.