Uses of Interface
org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626.ServiceOps
Packages that use ServiceOps
-
Uses of ServiceOps 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 with type parameters of type ServiceOpsModifier and TypeMethodDescription<E$$ extends org.opendaylight.yangtools.binding.Augmentation<ServiceOps>>
E$$ServiceOpsBuilder.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 that return ServiceOpsModifier and TypeMethodDescription@NonNull ServiceOpsServiceOpsBuilder.build()A newServiceOpsinstance.static @NonNull ServiceOpsServiceOpsBuilder.empty()Get empty instance of ServiceOps.OdlSrmOpsData.getServiceOps()Return serviceOps, ornullif it is not present.@NonNull ServiceOpsOdlSrmOpsData.nonnullServiceOps()Return serviceOps, or an empty instance if it is not present.Methods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626 that return types with arguments of type ServiceOpsMethods in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626 with parameters of type ServiceOpsModifier and TypeMethodDescriptionstatic booleanServiceOps.bindingEquals(@NonNull ServiceOps thisObj, Object obj) Default implementation ofObject.equals(Object)contract for this interface.static intServiceOps.bindingHashCode(@NonNull ServiceOps obj) Default implementation ofObject.hashCode()contract for this interface.static StringServiceOps.bindingToString(@NonNull ServiceOps obj) Default implementation ofObject.toString()contract for this interface.Method parameters in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626 with type arguments of type ServiceOpsModifier and TypeMethodDescriptionServiceOpsBuilder.addAugmentation(org.opendaylight.yangtools.binding.Augmentation<ServiceOps> augmentation) Add an augmentation to this builder's product.ServiceOpsBuilder.removeAugmentation(Class<? extends org.opendaylight.yangtools.binding.Augmentation<ServiceOps>> augmentationType) Remove an augmentation from this builder's product.Constructors in org.opendaylight.yang.gen.v1.urn.opendaylight.serviceutils.srm.ops.rev180626 with parameters of type ServiceOpsModifierConstructorDescriptionServiceOpsBuilder(ServiceOps base) Construct a builder initialized with state from specifiedServiceOps.