Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp.PathBuilder

Packages that use PathBuilder
  • Uses of PathBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.topology.pcep.rev220730.pcep.client.attributes.path.computation.client.reported.lsp

    Modifier and Type
    Method
    Description
    PathBuilder.addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<Path> augmentation)
    Add an augmentation to this builder's product.
    PathBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<Path>> augmentationType)
    Remove an augmentation from this builder's product.
    PathBuilder.setBandwidth(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.bandwidth.object.Bandwidth value)
    Set the property corresponding to BandwidthObject.getBandwidth() to the specified value.
    PathBuilder.setClassType(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.classtype.object.ClassType value)
    Set the property corresponding to ClasstypeObject.getClassType() to the specified value.
    PathBuilder.setEro(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.explicit.route.object.Ero value)
    Set the property corresponding to ExplicitRouteObject.getEro() to the specified value.
    PathBuilder.setIro(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.include.route.object.Iro value)
    Set the property corresponding to IncludeRouteObject.getIro() to the specified value.
    PathBuilder.setLspa(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lspa.object.Lspa value)
    Set the property corresponding to LspaObject.getLspa() to the specified value.
    PathBuilder.setLspId(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.LspId value)
    Set the property corresponding to Path.getLspId() to the specified value.
    PathBuilder.setMetrics(List<org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.lsp.attributes.Metrics> values)
    Set the property corresponding to LspAttributes.getMetrics() to the specified value.
    PathBuilder.setOf(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.of.object.Of value)
    Set the property corresponding to OfObject.getOf() to the specified value.
    PathBuilder.setReoptimizationBandwidth(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reoptimization.bandwidth.object.ReoptimizationBandwidth value)
    Set the property corresponding to ReoptimizationBandwidthObject.getReoptimizationBandwidth() to the specified value.
    PathBuilder.setRro(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.reported.route.object.Rro value)
    Set the property corresponding to ReportedRouteObject.getRro() to the specified value.
    PathBuilder.setXro(org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.pcep.types.rev181109.exclude.route.object.Xro value)
    Set the property corresponding to ExcludeRouteObject.getXro() to the specified value.
    PathBuilder.withKey(PathKey key)
    Set the key value corresponding to Path.key() to the specified value.