Class MultiSchemaResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.MultiSchemaResponse
-
public class MultiSchemaResponse extends ControllerResponse
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
MultiSchemaResponse.Schema
-
Constructor Summary
Constructors Constructor Description MultiSchemaResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultiSchemaResponse.Schema[]
getSchemas()
int
getSuperSetSchemaId()
void
setSchemas(MultiSchemaResponse.Schema[] schemas)
void
setSuperSetSchemaId(int id)
-
Methods inherited from class com.linkedin.venice.controllerapi.ControllerResponse
getCluster, getError, getErrorType, getExceptionType, getName, isError, setCluster, setError, setError, setError, setErrorType, setName, toString
-
-
-
-
Method Detail
-
setSuperSetSchemaId
public void setSuperSetSchemaId(int id)
-
getSuperSetSchemaId
public int getSuperSetSchemaId()
-
getSchemas
public MultiSchemaResponse.Schema[] getSchemas()
-
setSchemas
public void setSchemas(MultiSchemaResponse.Schema[] schemas)
-
-