Class ServiceUndeploymentRequest
- java.lang.Object
-
- org.apache.ignite.internal.processors.service.ServiceUndeploymentRequest
-
- All Implemented Interfaces:
Serializable
public class ServiceUndeploymentRequest extends Object
Service undeployment request.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected IgniteUuidsrvcIdService id.
-
Constructor Summary
Constructors Constructor Description ServiceUndeploymentRequest(@NotNull IgniteUuid srvcId)
-
-
-
Field Detail
-
srvcId
protected final IgniteUuid srvcId
Service id.
-
-
Constructor Detail
-
ServiceUndeploymentRequest
public ServiceUndeploymentRequest(@NotNull @NotNull IgniteUuid srvcId)- Parameters:
srvcId- Service id.
-
-
Method Detail
-
toString
public String toString()
-
serviceId
public IgniteUuid serviceId()
- Returns:
- Service id.
-
-