Class StoreDeletedValidationResponse

java.lang.Object
com.linkedin.venice.controllerapi.ControllerResponse
com.linkedin.venice.controllerapi.StoreDeletedValidationResponse

public class StoreDeletedValidationResponse extends ControllerResponse
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 Details

    • StoreDeletedValidationResponse

      public StoreDeletedValidationResponse()
  • Method Details

    • isStoreDeleted

      public boolean isStoreDeleted()
    • setStoreDeleted

      public void setStoreDeleted(boolean storeDeleted)
    • getReason

      public String getReason()
    • setReason

      public void setReason(String reason)