Class AdminCommandExecutionResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.routes.AdminCommandExecutionResponse
-
public class AdminCommandExecutionResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description AdminCommandExecutionResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AdminCommandExecution
getExecution()
void
setExecution(AdminCommandExecution execution)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-
-
-
Method Detail
-
getExecution
public AdminCommandExecution getExecution()
-
setExecution
public void setExecution(AdminCommandExecution execution)
-
-