public class org.finos.legend.engine.protocol.store.elasticsearch.v.specification.indices.get.GetRequest extends org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBase
{
public java.util.List index;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression allow_no_indices;
public java.util.List expand_wildcards;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression flat_settings;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression ignore_unavailable;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression include_defaults;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression include_type_name;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression local;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.Time master_timeout;
public java.lang.String _pure_protocol_type;
public void <init>()
{
java.util.List v, v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.indices.get.GetRequest v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.indices.get.GetRequest;
specialinvoke v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBase: void <init>()>();
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.indices.get.GetRequest: java.util.List index> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.indices.get.GetRequest: java.util.List expand_wildcards> = v;
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.indices.get.GetRequest: java.lang.String _pure_protocol_type> = "getRequest";
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.indices.get.GetRequest v;
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.indices.get.GetRequest;
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.indices.get.GetRequest)>(v);
return v;
}
}