Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.setup.type.tlv.PathSetupType
Packages that use PathSetupType
Package
Description
-
Uses of PathSetupType in org.opendaylight.protocol.pcep.spi
Methods in org.opendaylight.protocol.pcep.spi with parameters of type PathSetupTypeModifier and TypeMethodDescriptionstatic boolean
PSTUtil.isDefaultPST
(PathSetupType pst) Check whether Path is setup via RSVP-TE signaling protocol. -
Uses of PathSetupType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 that return PathSetupTypeModifier and TypeMethodDescriptionArguments2Builder.getPathSetupType()
Return current value associated with the property corresponding toPathSetupTypeTlv.getPathSetupType()
.Arguments3Builder.getPathSetupType()
Return current value associated with the property corresponding toPathSetupTypeTlv.getPathSetupType()
.Path1Builder.getPathSetupType()
Return current value associated with the property corresponding toPathSetupTypeTlv.getPathSetupType()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720 with parameters of type PathSetupTypeModifier and TypeMethodDescriptionArguments2Builder.setPathSetupType
(PathSetupType value) Set the property corresponding toPathSetupTypeTlv.getPathSetupType()
to the specified value.Arguments3Builder.setPathSetupType
(PathSetupType value) Set the property corresponding toPathSetupTypeTlv.getPathSetupType()
to the specified value.Path1Builder.setPathSetupType
(PathSetupType value) Set the property corresponding toPathSetupTypeTlv.getPathSetupType()
to the specified value. -
Uses of PathSetupType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp that return PathSetupTypeModifier and TypeMethodDescriptionTlvsBuilder.getPathSetupType()
Return current value associated with the property corresponding toPathSetupTypeTlv.getPathSetupType()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp with parameters of type PathSetupTypeModifier and TypeMethodDescriptionTlvsBuilder.setPathSetupType
(PathSetupType value) Set the property corresponding toPathSetupTypeTlv.getPathSetupType()
to the specified value. -
Uses of PathSetupType 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 PathSetupTypeModifier and TypeMethodDescriptionPathSetupTypeTlv.getPathSetupType()
Return pathSetupType, ornull
if it is not present.@NonNull PathSetupType
PathSetupTypeTlv.nonnullPathSetupType()
Return pathSetupType, or an empty instance if it is not present. -
Uses of PathSetupType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.setup.type.tlv
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.setup.type.tlv with type parameters of type PathSetupTypeModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.yang.binding.Augmentation<PathSetupType>>
E$$PathSetupTypeBuilder.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.path.setup.type.tlv that return PathSetupTypeModifier and TypeMethodDescription@NonNull PathSetupType
PathSetupTypeBuilder.build()
A newPathSetupType
instance.static @NonNull PathSetupType
PathSetupTypeBuilder.empty()
Get empty instance of PathSetupType.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.setup.type.tlv that return types with arguments of type PathSetupTypeModifier and TypeMethodDescriptiondefault Class<PathSetupType>
PathSetupType.implementedInterface()
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.path.setup.type.tlv with parameters of type PathSetupTypeModifier and TypeMethodDescriptionstatic boolean
PathSetupType.bindingEquals
(@NonNull PathSetupType thisObj, Object obj) Default implementation ofObject.equals(Object)
contract for this interface.static int
PathSetupType.bindingHashCode
(@NonNull PathSetupType obj) Default implementation ofObject.hashCode()
contract for this interface.static String
PathSetupType.bindingToString
(@NonNull PathSetupType 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.path.setup.type.tlv with type arguments of type PathSetupTypeModifier and TypeMethodDescriptionPathSetupTypeBuilder.addAugmentation
(org.opendaylight.yangtools.yang.binding.Augmentation<PathSetupType> augmentation) Add an augmentation to this builder's product.PathSetupTypeBuilder.removeAugmentation
(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<PathSetupType>> 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.path.setup.type.tlv with parameters of type PathSetupTypeModifierConstructorDescriptionConstruct a builder initialized with state from specifiedPathSetupType
. -
Uses of PathSetupType in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp that return PathSetupTypeModifier and TypeMethodDescriptionTlvsBuilder.getPathSetupType()
Return current value associated with the property corresponding toPathSetupTypeTlv.getPathSetupType()
.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.rp.object.rp with parameters of type PathSetupTypeModifier and TypeMethodDescriptionTlvsBuilder.setPathSetupType
(PathSetupType value) Set the property corresponding toPathSetupTypeTlv.getPathSetupType()
to the specified value.