Package com.gpudb.protocol
Class ImportModelResponse
- java.lang.Object
-
- com.gpudb.protocol.ImportModelResponse
-
- All Implemented Interfaces:
org.apache.avro.generic.GenericContainer,org.apache.avro.generic.IndexedRecord
public class ImportModelResponse extends Object implements org.apache.avro.generic.IndexedRecord
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classImportModelResponse.Info
-
Constructor Summary
Constructors Constructor Description ImportModelResponse()
-
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()intgetEntityId()Map<String,String>getInfo()StringgetModelName()org.apache.avro.SchemagetSchema()inthashCode()voidput(int index, Object value)ImportModelResponsesetEntityId(int entityId)ImportModelResponsesetInfo(Map<String,String> info)ImportModelResponsesetModelName(String modelName)StringtoString()
-
-
-
Method Detail
-
getClassSchema
public static org.apache.avro.Schema getClassSchema()
-
getModelName
public String getModelName()
-
setModelName
public ImportModelResponse setModelName(String modelName)
-
getEntityId
public int getEntityId()
-
setEntityId
public ImportModelResponse setEntityId(int entityId)
-
setInfo
public ImportModelResponse 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
-
-