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.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, ornullif it is not present.@NonNull PathSetupTypePathSetupTypeTlv.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.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 PathSetupTypePathSetupTypeBuilder.build()A newPathSetupTypeinstance.static @NonNull PathSetupTypePathSetupTypeBuilder.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 booleanPathSetupType.bindingEquals(@NonNull PathSetupType thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intPathSetupType.bindingHashCode(@NonNull PathSetupType obj) Default implementation ofObject.hashCode()contract for this interface.static StringPathSetupType.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.binding.Augmentation<PathSetupType> augmentation) Add an augmentation to this builder's product.PathSetupTypeBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.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.