Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge.EdgeAttributesBuilder
-
Packages that use EdgeAttributesBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge -
-
Uses of EdgeAttributesBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.graph.rev191125.edge that return EdgeAttributesBuilder Modifier and Type Method Description EdgeAttributesBuilderEdgeAttributesBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes> augmentation)Add an augmentation to this builder's product.EdgeAttributesBuilderEdgeAttributesBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<EdgeAttributes>> augmentationType)Remove an augmentation from this builder's product.EdgeAttributesBuilderEdgeAttributesBuilder. setAdjSid(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toEdgeAttributes.getAdjSid()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setAdminGroup(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toEdgeAttributes.getAdminGroup()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setAvailableBandwidth(DecimalBandwidth value)Set the property corresponding toEdgeAttributes.getAvailableBandwidth()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setBackupAdjSid(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toEdgeAttributes.getBackupAdjSid()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setDelay(Delay value)Set the property corresponding toEdgeAttributes.getDelay()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setJitter(Delay value)Set the property corresponding toEdgeAttributes.getJitter()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setLocalAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value)Set the property corresponding toEdgeAttributes.getLocalAddress()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setLocalIdentifier(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toEdgeAttributes.getLocalIdentifier()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setLoss(Loss value)Set the property corresponding toEdgeAttributes.getLoss()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setMaxLinkBandwidth(DecimalBandwidth value)Set the property corresponding toEdgeAttributes.getMaxLinkBandwidth()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setMaxResvLinkBandwidth(DecimalBandwidth value)Set the property corresponding toEdgeAttributes.getMaxResvLinkBandwidth()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setMetric(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toEdgeAttributes.getMetric()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setMinMaxDelay(MinMaxDelay value)Set the property corresponding toEdgeAttributes.getMinMaxDelay()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setRemoteAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddress value)Set the property corresponding toEdgeAttributes.getRemoteAddress()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setRemoteIdentifier(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toEdgeAttributes.getRemoteIdentifier()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setResidualBandwidth(DecimalBandwidth value)Set the property corresponding toEdgeAttributes.getResidualBandwidth()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setSrlgs(Set<org.opendaylight.yangtools.yang.common.Uint32> values)Set the property corresponding toEdgeAttributes.getSrlgs()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setTeMetric(org.opendaylight.yangtools.yang.common.Uint32 value)Set the property corresponding toEdgeAttributes.getTeMetric()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setUnreservedBandwidth(List<UnreservedBandwidth> values)Set the property corresponding toEdgeAttributes.getUnreservedBandwidth()to the specified value.EdgeAttributesBuilderEdgeAttributesBuilder. setUtilizedBandwidth(DecimalBandwidth value)Set the property corresponding toEdgeAttributes.getUtilizedBandwidth()to the specified value.
-