Class RegionPushDetailsResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.RegionPushDetailsResponse
-
public class RegionPushDetailsResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description RegionPushDetailsResponse()
RegionPushDetailsResponse(RegionPushDetails det)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RegionPushDetails
getRegionPushDetails()
void
setRegionPushDetails(RegionPushDetails det)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-
-
-
Constructor Detail
-
RegionPushDetailsResponse
public RegionPushDetailsResponse(RegionPushDetails det)
-
RegionPushDetailsResponse
public RegionPushDetailsResponse()
-
-
Method Detail
-
setRegionPushDetails
public void setRegionPushDetails(RegionPushDetails det)
-
getRegionPushDetails
public RegionPushDetails getRegionPushDetails()
-
-