Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.ensure.lsp.operational.args.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
Modifier and TypeMethodDescriptionSubmitEnsureLspOperationalInputBuilder.getArguments()
Return current value associated with the property corresponding toEnsureLspOperationalArgs.getArguments()
.Modifier and TypeMethodDescriptionSubmitEnsureLspOperationalInputBuilder.setArguments
(Arguments value) Set the property corresponding toEnsureLspOperationalArgs.getArguments()
to the specified value. -
Uses of Arguments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730
Modifier and TypeMethodDescriptionEnsureLspOperationalArgs.getArguments()
Return arguments, ornull
if it is not present.EnsureLspOperationalInputBuilder.getArguments()
Return current value associated with the property corresponding toEnsureLspOperationalArgs.getArguments()
.@NonNull Arguments
EnsureLspOperationalArgs.nonnullArguments()
Return arguments, or an empty instance if it is not present.Modifier and TypeMethodDescriptionEnsureLspOperationalInputBuilder.setArguments
(Arguments value) Set the property corresponding toEnsureLspOperationalArgs.getArguments()
to the specified value. -
Uses of Arguments in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.ensure.lsp.operational.args
Modifier 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.Modifier and TypeMethodDescription@NonNull Arguments
ArgumentsBuilder.build()
A newArguments
instance.static @NonNull Arguments
ArgumentsBuilder.empty()
Get empty instance of Arguments.Modifier 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.Modifier 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.ModifierConstructorDescriptionArgumentsBuilder
(Arguments base) Construct a builder initialized with state from specifiedArguments
.