Class NodeStatusResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.NodeStatusResponse
-
public class NodeStatusResponse extends ControllerResponse
Response to represent the status of a node
-
-
Constructor Summary
Constructors Constructor Description NodeStatusResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDetails()
boolean
isRemovable()
void
setDetails(java.lang.String details)
void
setRemovable(boolean removable)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-