Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services.Operations
Packages that use Operations
Package
Description
-
Uses of Operations in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops that return types with arguments of type OperationsModifier and TypeMethodDescription@Nullable Map<OperationsKey, Operations> Services.getOperations()Return operations, ornullif it is not present.ServicesBuilder.getOperations()Return current value associated with the property corresponding toServices.getOperations().default @NonNull Map<OperationsKey, Operations> Services.nonnullOperations()Return operations, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops with type arguments of type OperationsModifier and TypeMethodDescriptionServicesBuilder.setOperations(Map<OperationsKey, Operations> values) Set the property corresponding toServices.getOperations()to the specified value. -
Uses of Operations 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 with type parameters of type OperationsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Operations>>
E$$OperationsBuilder.augmentation(Class<E$$> augmentationType) Return the specified augmentation, if it is present in this builder.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services that return OperationsModifier and TypeMethodDescription@NonNull OperationsOperationsBuilder.build()A newOperationsinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services that return types with arguments of type OperationsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services with parameters of type OperationsModifier and TypeMethodDescriptionstatic booleanOperations.bindingEquals(@NonNull Operations thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intOperations.bindingHashCode(@NonNull Operations obj) Default implementation ofObject.hashCode()contract for this interface.static StringOperations.bindingToString(@NonNull Operations obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services with type arguments of type OperationsModifier 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.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services with parameters of type OperationsModifierConstructorDescriptionOperationsBuilder(Operations base) Construct a builder initialized with state from specifiedOperations.