Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object.AssociationObjectBuilder
Packages that use AssociationObjectBuilder
Package
Description
-
Uses of AssociationObjectBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.rsvp.rev150820.association.object that return AssociationObjectBuilderModifier and TypeMethodDescriptionAssociationObjectBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<AssociationObject> augmentation) Add an augmentation to this builder's product.AssociationObjectBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<AssociationObject>> augmentationType) Remove an augmentation from this builder's product.AssociationObjectBuilder.setAssociationId(org.opendaylight.yangtools.yang.common.Uint16 value) Set the property corresponding toAssociationObject.getAssociationId()to the specified value.AssociationObjectBuilder.setAssociationType(AssociationType value) Set the property corresponding toAssociationObject.getAssociationType()to the specified value.AssociationObjectBuilder.setIpAddress(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.inet.types.rev130715.IpAddressNoZone value) Set the property corresponding toAssociationObject.getIpAddress()to the specified value.