Class ReadyForDataRecoveryResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.ReadyForDataRecoveryResponse
-
public class ReadyForDataRecoveryResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description ReadyForDataRecoveryResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getReason()
boolean
isReady()
void
setReady(boolean ready)
void
setReason(java.lang.String reason)
java.lang.String
toString()
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName
-
-
-
-
Method Detail
-
getReason
public java.lang.String getReason()
-
setReason
public void setReason(java.lang.String reason)
-
isReady
public boolean isReady()
-
setReady
public void setReady(boolean ready)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classControllerResponse
-
-