Package com.gpudb.protocol
Class ShowGraphGrammarResponse
- java.lang.Object
-
- com.gpudb.protocol.ShowGraphGrammarResponse
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class ShowGraphGrammarResponse extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Constructor Summary
Constructors Constructor Description ShowGraphGrammarResponse()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)Objectget(int index)static org.apache.avro.SchemagetClassSchema()StringgetComponentsJson()Map<String,String>getInfo()booleangetResult()org.apache.avro.SchemagetSchema()inthashCode()voidput(int index, Object value)ShowGraphGrammarResponsesetComponentsJson(String componentsJson)ShowGraphGrammarResponsesetInfo(Map<String,String> info)ShowGraphGrammarResponsesetResult(boolean result)StringtoString()
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
getResult
public boolean getResult()
-
setResult
public ShowGraphGrammarResponse setResult(boolean result)
-
getComponentsJson
public String getComponentsJson()
-
setComponentsJson
public ShowGraphGrammarResponse setComponentsJson(String componentsJson)
-
setInfo
public ShowGraphGrammarResponse setInfo(Map<String,String> info)
-
getSchema
public org.apache.avro.Schema getSchema()
- Specified by:
getSchemain interfaceorg.apache.avro.generic.GenericContainer
-
get
public Object get(int index)
- Specified by:
getin interfaceorg.apache.avro.generic.IndexedRecord
-
put
public void put(int index, Object value)- Specified by:
putin interfaceorg.apache.avro.generic.IndexedRecord
-
-