Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services.OperationsBuilder
Packages that use OperationsBuilder
Package
Description
-
Uses of OperationsBuilder in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services that return OperationsBuilderModifier and TypeMethodDescriptionOperationsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Operations> augmentation) Add an augmentation to this builder's product.OperationsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Operations>> augmentationType) Remove an augmentation from this builder's product.OperationsBuilder.setEntityId(String value) Set the property corresponding toOperations.getEntityId()to the specified value.OperationsBuilder.setEntityName(EntityNameBase value) Set the property corresponding toOperations.getEntityName()to the specified value.OperationsBuilder.setEntityType(EntityTypeBase value) Set the property corresponding toOperations.getEntityType()to the specified value.OperationsBuilder.setTriggerOperation(ServiceOpBase value) Set the property corresponding toOperations.getTriggerOperation()to the specified value.OperationsBuilder.withKey(OperationsKey key) Set the key value corresponding toOperations.key()to the specified value.