Uses of Class
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services.OperationsKey
Packages that use OperationsKey
Package
Description
-
Uses of OperationsKey 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 OperationsKeyModifier 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 OperationsKeyModifier and TypeMethodDescriptionServicesBuilder.setOperations(Map<OperationsKey, Operations> values) Set the property corresponding toServices.getOperations()to the specified value. -
Uses of OperationsKey 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 OperationsKeyModifier and TypeMethodDescriptionOperations.key()OperationsBuilder.key()Return current value associated with the property corresponding toOperations.key().Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services with parameters of type OperationsKeyModifier and TypeMethodDescriptionOperationsBuilder.withKey(OperationsKey key) Set the key value corresponding toOperations.key()to the specified value.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.services with parameters of type OperationsKeyModifierConstructorDescriptionOperationsKey(OperationsKey source) Creates a copy from Source Object.