Package com.simplifyqa.Services
Class StatusPayload
java.lang.Object
com.simplifyqa.Services.StatusPayload
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongintprotected voidsetCustomerId(int customerId) protected voidsetExecutionId(long executionId) protected voidsetProjectId(int projectId)
-
Constructor Details
-
StatusPayload
public StatusPayload(long executionId, int customerId, int projectId)
-
-
Method Details
-
getPayload
-
getExecutionId
public long getExecutionId() -
getCustomerId
public int getCustomerId() -
getProjectId
public int getProjectId() -
setExecutionId
protected void setExecutionId(long executionId) -
setCustomerId
protected void setCustomerId(int customerId) -
setProjectId
protected void setProjectId(int projectId)
-