Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.NoPathVectorTlv.Flags
Package
Description
-
Uses of NoPathVectorTlv.Flags in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109
Modifier and TypeMethodDescriptionNoPathVectorTlv.getFlags()
Return flags, ornull
if it is not present.default @NonNull NoPathVectorTlv.Flags
NoPathVectorTlv.requireFlags()
Return flags, guaranteed to be non-null.ModifierConstructorDescriptionFlags
(NoPathVectorTlv.Flags source) Creates a copy from Source Object. -
Uses of NoPathVectorTlv.Flags in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.pcrep.message.pcrep.message.replies.result.failure._case.no.path.tlvs
Modifier and TypeMethodDescriptionNoPathVectorBuilder.getFlags()
Return current value associated with the property corresponding toNoPathVectorTlv.getFlags()
.Modifier and TypeMethodDescriptionNoPathVectorBuilder.setFlags
(NoPathVectorTlv.Flags value) Set the property corresponding toNoPathVectorTlv.getFlags()
to the specified value.