Class StoreDeletedValidationResponse
java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.StoreDeletedValidationResponse
Response for store deletion validation operations.
Contains information about whether a store has been successfully deleted
and what resources might still exist if deletion is incomplete.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
copyValueOf, getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
Constructor Details
-
StoreDeletedValidationResponse
public StoreDeletedValidationResponse()
-
-
Method Details
-
isStoreDeleted
public boolean isStoreDeleted() -
setStoreDeleted
public void setStoreDeleted(boolean storeDeleted) -
getReason
-
setReason
-