Class PushJobStatusUploadResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.routes.PushJobStatusUploadResponse
-
public class PushJobStatusUploadResponse extends ControllerResponse
Response for uploading a job status record.
-
-
Constructor Summary
Constructors Constructor Description PushJobStatusUploadResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getVersion()
void
setVersion(int version)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-