Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops.Services
Packages that use Services
Package
Description
-
Uses of Services in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626
Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626 that return types with arguments of type ServicesModifier and TypeMethodDescription@Nullable Map<ServicesKey, Services> ServiceOps.getServices()Return services, ornullif it is not present.ServiceOpsBuilder.getServices()Return current value associated with the property corresponding toServiceOps.getServices().default @NonNull Map<ServicesKey, Services> ServiceOps.nonnullServices()Return services, or an empty list if it is not present.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626 with type arguments of type ServicesModifier and TypeMethodDescriptionServiceOpsBuilder.setServices(Map<ServicesKey, Services> values) Set the property corresponding toServiceOps.getServices()to the specified value. -
Uses of Services 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 with type parameters of type ServicesModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<Services>>
E$$ServicesBuilder.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 that return ServicesModifier and TypeMethodDescription@NonNull ServicesServicesBuilder.build()A newServicesinstance.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops that return types with arguments of type ServicesMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops with parameters of type ServicesModifier and TypeMethodDescriptionstatic booleanServices.bindingEquals(@NonNull Services thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intServices.bindingHashCode(@NonNull Services obj) Default implementation ofObject.hashCode()contract for this interface.static StringServices.bindingToString(@NonNull Services 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 with type arguments of type ServicesModifier and TypeMethodDescriptionServicesBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<Services> augmentation) Add an augmentation to this builder's product.ServicesBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<Services>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.service.ops with parameters of type ServicesModifierConstructorDescriptionServicesBuilder(Services base) Construct a builder initialized with state from specifiedServices.