public class org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequest extends org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBase
{
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequestBody body;
public java.util.List index;
public java.util.List type;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression allow_no_indices;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression analyzer;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression analyze_wildcard;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.querydsl.Operator default_operator;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression df;
public java.util.List expand_wildcards;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression ignore_throttled;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression ignore_unavailable;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression lenient;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression min_score;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression preference;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression routing;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression terminate_after;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression q;
public java.lang.String _pure_protocol_type;
public void <init>()
{
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequest v;
java.util.List v, v, v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequest;
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.global.count.CountRequest: java.util.List index> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequest: java.util.List type> = v;
v = staticinvoke <java.util.Collections: java.util.List emptyList()>();
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequest: java.util.List expand_wildcards> = v;
v.<org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequest: java.lang.String _pure_protocol_type> = "countRequest";
return;
}
public java.lang.Object accept(org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.RequestBaseVisitor)
{
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.count.CountRequest v;
java.lang.Object 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.count.CountRequest;
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.count.CountRequest)>(v);
return v;
}
}