public class org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.bulk.ResponseItem extends java.lang.Object
{
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 status;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.ErrorCause error;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression _primary_term;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression result;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression _seq_no;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.ShardStatistics _shards;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression _type;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression _version;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.LiteralOrExpression forced_refresh;
public org.finos.legend.engine.protocol.store.elasticsearch.v.specification.types.InlineGet get;
public void <init>()
{
org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.bulk.ResponseItem v;
v := @this: org.finos.legend.engine.protocol.store.elasticsearch.v.specification.global.bulk.ResponseItem;
specialinvoke v.<java.lang.Object: void <init>()>();
return;
}
}