Class StoreResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.StoreResponse
-
public class StoreResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description StoreResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StoreInfo
getStore()
void
setStore(StoreInfo store)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-