public class org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.index.IndexRequest extends org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBase
{
public java.lang.Object document;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression id;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression index;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression type;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression if_primary_term;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression if_seq_no;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.OpType op_type;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression pipeline;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.Refresh refresh;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression routing;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.Time timeout;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression version;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.VersionType version_type;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.WaitForActiveShards wait_for_active_shards;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression require_alias;
public java.lang.String _pure_protocol_type;
public void <init>()
{
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.index.IndexRequest v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.index.IndexRequest;
specialinvoke v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBase: void <init>()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.index.IndexRequest: java.lang.String _pure_protocol_type> = "indexRequest";
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor)
{
java.lang.Object v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.index.IndexRequest v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.index.IndexRequest;
v := @parameter: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor;
v = interfaceinvoke v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor: java.lang.Object visit(org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.index.IndexRequest)>(v);
return v;
}
}