Class SchemaResponse
- java.lang.Object
-
- com.linkedin.venice.controllerapi.ControllerResponse
-
- com.linkedin.venice.controllerapi.SchemaResponse
-
public class SchemaResponse extends ControllerResponse
-
-
Constructor Summary
Constructors Constructor Description SchemaResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDerivedSchemaId()
int
getId()
java.lang.String
getSchemaStr()
void
setDerivedSchemaId(int derivedSchemaId)
void
setId(int id)
void
setSchemaStr(java.lang.String schemaStr)
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
-
getId
public int getId()
-
setId
public void setId(int id)
-
getDerivedSchemaId
public int getDerivedSchemaId()
-
setDerivedSchemaId
public void setDerivedSchemaId(int derivedSchemaId)
-
getSchemaStr
public java.lang.String getSchemaStr()
-
setSchemaStr
public void setSchemaStr(java.lang.String schemaStr)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classControllerResponse
-
-