public class AlterModelRequest extends Object implements org.apache.avro.generic.IndexedRecord
Modifier and Type | Class and Description |
---|---|
static class |
AlterModelRequest.Action |
Constructor and Description |
---|
AlterModelRequest() |
AlterModelRequest(String modelName,
String action,
String value,
Map<String,String> options) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Object |
get(int index) |
String |
getAction() |
static org.apache.avro.Schema |
getClassSchema() |
String |
getModelName() |
Map<String,String> |
getOptions() |
org.apache.avro.Schema |
getSchema() |
String |
getValue() |
int |
hashCode() |
void |
put(int index,
Object value) |
AlterModelRequest |
setAction(String action) |
AlterModelRequest |
setModelName(String modelName) |
AlterModelRequest |
setOptions(Map<String,String> options) |
AlterModelRequest |
setValue(String value) |
String |
toString() |
public static org.apache.avro.Schema getClassSchema()
public String getModelName()
public AlterModelRequest setModelName(String modelName)
public String getAction()
public AlterModelRequest setAction(String action)
public String getValue()
public AlterModelRequest setValue(String value)
public AlterModelRequest setOptions(Map<String,String> options)
public org.apache.avro.Schema getSchema()
getSchema
in interface org.apache.avro.generic.GenericContainer
public Object get(int index)
get
in interface org.apache.avro.generic.IndexedRecord
public void put(int index, Object value)
put
in interface org.apache.avro.generic.IndexedRecord
Copyright © 2024. All rights reserved.