Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.ietf.stateful.rev200720.srp.object.srp.TlvsBuilder
-
-
Uses of TlvsBuilder in org.opendaylight.protocol.pcep.ietf.stateful
Methods in org.opendaylight.protocol.pcep.ietf.stateful with parameters of type TlvsBuilder Modifier and Type Method Description voidStatefulSrpObjectParser. addTlv(TlvsBuilder builder, Tlv tlv)protected voidStatefulSrpObjectParser. addVendorInformationTlvs(TlvsBuilder builder, List<VendorInformationTlv> tlvs) -
Uses of TlvsBuilder 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 TlvsBuilder Modifier and Type Method Description TlvsBuilderTlvsBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs> augmentation)Add an augmentation to this builder's product.TlvsBuilderTlvsBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Tlvs>> augmentationType)Remove an augmentation from this builder's product.TlvsBuilderTlvsBuilder. setPathSetupType(PathSetupType value)TlvsBuilderTlvsBuilder. setSymbolicPathName(SymbolicPathName value)TlvsBuilderTlvsBuilder. setVendorInformationTlv(List<VendorInformationTlv> values)
-