Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject.ProtectionSubobjectBuilder
-
Packages that use ProtectionSubobjectBuilder Package Description org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject -
-
Uses of ProtectionSubobjectBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.protection.subobject that return ProtectionSubobjectBuilder Modifier and Type Method Description ProtectionSubobjectBuilderProtectionSubobjectBuilder. addAugmentation(org.opendaylight.yangtools.yang.binding.Augmentation<ProtectionSubobject> augmentation)Add an augmentation to this builder's product.ProtectionSubobjectBuilderProtectionSubobjectBuilder. removeAugmentation(Class<? extends org.opendaylight.yangtools.yang.binding.Augmentation<ProtectionSubobject>> augmentationType)Remove an augmentation from this builder's product.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setInPlace(Boolean value)Set the property corresponding toProtectionSubobject.getInPlace()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setLinkFlags(LinkFlags value)Set the property corresponding toProtectionSubobject.getLinkFlags()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setLspFlag(LspFlag value)Set the property corresponding toProtectionSubobject.getLspFlag()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setNotification(Boolean value)Set the property corresponding toProtectionSubobject.getNotification()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setOperational(Boolean value)Set the property corresponding toProtectionSubobject.getOperational()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setProtecting(Boolean value)Set the property corresponding toProtectionSubobject.getProtecting()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setRequired(Boolean value)Set the property corresponding toProtectionSubobject.getRequired()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setSecondary(Boolean value)Set the property corresponding toProtectionSubobject.getSecondary()to the specified value.ProtectionSubobjectBuilderProtectionSubobjectBuilder. setSegFlag(LspFlag value)Set the property corresponding toProtectionSubobject.getSegFlag()to the specified value.
-