public class org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult extends java.lang.Object implements org.apache.kafkaesqueesque.common.protocol.Message, org.apache.kafkaesqueesque.common.utils.ImplicitLinkedHashCollection$Element
{
private int partitionIndex;
private short errorCode;
private java.util.List _unknownTaggedFields;
private int next;
private int prev;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_1;
public static final org.apache.kafkaesqueesque.common.protocol.types.Schema[] SCHEMAS;
public void <init>(org.apache.kafkaesqueesque.common.protocol.Readable, short)
{
short v;
org.apache.kafkaesqueesque.common.protocol.Readable v;
int v, v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.Readable;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: void read(org.apache.kafkaesqueesque.common.protocol.Readable,short)>(v, v);
v = (int) -2;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int prev> = v;
v = (int) -2;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int next> = v;
return;
}
public void <init>(org.apache.kafkaesqueesque.common.protocol.types.Struct, short)
{
short v;
org.apache.kafkaesqueesque.common.protocol.types.Struct v;
int v, v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.types.Struct;
v := @parameter: short;
specialinvoke v.<java.lang.Object: void <init>()>();
virtualinvoke v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: void fromStruct(org.apache.kafkaesqueesque.common.protocol.types.Struct,short)>(v, v);
v = (int) -2;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int prev> = v;
v = (int) -2;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int next> = v;
return;
}
public void <init>()
{
int v, v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
specialinvoke v.<java.lang.Object: void <init>()>();
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex> = 0;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode> = 0;
v = (int) -2;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int prev> = v;
v = (int) -2;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int next> = v;
return;
}
public short lowestSupportedVersion()
{
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
return 0;
}
public short highestSupportedVersion()
{
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
return 1;
}
public void read(org.apache.kafkaesqueesque.common.protocol.Readable, short)
{
short v, v;
org.apache.kafkaesqueesque.common.protocol.Readable v;
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
java.lang.String v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.Readable;
v := @parameter: short;
if v <= 1 goto label;
v = new org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t read version \u of AddPartitionsToTxnPartitionResult");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Readable: int readInt()>();
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex> = v;
v = interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Readable: short readShort()>();
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode> = v;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields> = null;
return;
}
public void write(org.apache.kafkaesqueesque.common.protocol.Writable, org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache, short)
{
org.apache.kafkaesqueesque.common.protocol.Writable v;
org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v, v;
org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter v;
java.util.List v;
short v, v;
int v, v, v;
java.lang.String v, v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.Writable;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
if v <= 1 goto label;
v = new org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t write version \u of AddPartitionsToTxnPartitionResult");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex>;
interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Writable: void writeInt(int)>(v);
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode>;
interfaceinvoke v.<org.apache.kafkaesqueesque.common.protocol.Writable: void writeShort(short)>(v);
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields>;
v = staticinvoke <org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter: org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter forFields(java.util.List)>(v);
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.RawTaggedFieldWriter: int numFields()>();
v = 0 + v;
if v <= 0 goto label;
v = new org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Tagged fields were set, but version \u of this message does not support them.");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return;
}
public void fromStruct(org.apache.kafkaesqueesque.common.protocol.types.Struct, short)
{
org.apache.kafkaesqueesque.common.protocol.types.Struct v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
java.lang.Integer v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v;
short v, v;
java.lang.Short v;
int v;
java.lang.String v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.types.Struct;
v := @parameter: short;
if v <= 1 goto label;
v = new org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t read version \u of AddPartitionsToTxnPartitionResult");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields> = null;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: java.lang.Integer getInt(java.lang.String)>("partition_index");
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex> = v;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: java.lang.Short getShort(java.lang.String)>("error_code");
v = virtualinvoke v.<java.lang.Short: short shortValue()>();
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode> = v;
return;
}
public org.apache.kafkaesqueesque.common.protocol.types.Struct toStruct(short)
{
org.apache.kafkaesqueesque.common.protocol.types.Struct v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
java.lang.Integer v;
org.apache.kafkaesqueesque.common.protocol.types.Schema v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v;
short v, v;
java.lang.Short v;
int v;
java.lang.String v;
org.apache.kafkaesqueesque.common.protocol.types.Schema[] v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: short;
if v <= 1 goto label;
v = new org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t write version \u of AddPartitionsToTxnPartitionResult");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = new org.apache.kafkaesqueesque.common.protocol.types.Struct;
v = <org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: org.apache.kafkaesqueesque.common.protocol.types.Schema[] SCHEMAS>;
v = v[v];
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: void <init>(org.apache.kafkaesqueesque.common.protocol.types.Schema)>(v);
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex>;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("partition_index", v);
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode>;
v = staticinvoke <java.lang.Short: java.lang.Short valueOf(short)>(v);
virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Struct: org.apache.kafkaesqueesque.common.protocol.types.Struct set(java.lang.String,java.lang.Object)>("error_code", v);
return v;
}
public int size(org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache, short)
{
short v;
int v, v, v, v, v, v, v, v, v, v;
java.lang.String v, v;
boolean v;
org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache v;
java.util.Iterator v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException v, v;
java.util.List v, v, v;
java.lang.Object v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: org.apache.kafkaesqueesque.common.protocol.ObjectSerializationCache;
v := @parameter: short;
v = 0;
if v <= 1 goto label;
v = new org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Can\'t size version \u of AddPartitionsToTxnPartitionResult");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
v = 6;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields>;
if v == null goto label;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = 0 + v;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
label:
v = interfaceinvoke v.<java.util.Iterator: boolean hasNext()>();
if v == 0 goto label;
v = interfaceinvoke v.<java.util.Iterator: java.lang.Object next()>();
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.RawTaggedField: int tag()>();
v = staticinvoke <org.apache.kafkaesqueesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.RawTaggedField: int size()>();
v = staticinvoke <org.apache.kafkaesqueesque.common.utils.ByteUtils: int sizeOfUnsignedVarint(int)>(v);
v = v + v;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.RawTaggedField: int size()>();
v = v + v;
goto label;
label:
if v <= 0 goto label;
v = new org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (short)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("Tagged fields were set, but version \u of this message does not support them.");
specialinvoke v.<org.apache.kafkaesqueesque.common.errors.UnsupportedVersionException: void <init>(java.lang.String)>(v);
throw v;
label:
return v;
}
public boolean equals(java.lang.Object)
{
int v, v;
java.lang.Object v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
boolean v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: java.lang.Object;
v = v instanceof org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
if v != 0 goto label;
return 0;
label:
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex>;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex>;
if v == v goto label;
return 0;
label:
return 1;
}
public int hashCode()
{
int v, v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex>;
v = 0 + v;
return v;
}
public java.lang.String toString()
{
short v;
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
java.lang.String v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex>;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (int,short)>(v, v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("AddPartitionsToTxnPartitionResult(partitionIndex=\u, errorCode=\u)");
return v;
}
public int partitionIndex()
{
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex>;
return v;
}
public short errorCode()
{
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
short v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode>;
return v;
}
public int next()
{
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int next>;
return v;
}
public int prev()
{
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int prev>;
return v;
}
public java.util.List unknownTaggedFields()
{
java.util.List v, v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
java.util.ArrayList v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>(int)>(0);
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields> = v;
label:
v = v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: java.util.List _unknownTaggedFields>;
return v;
}
public org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult setPartitionIndex(int)
{
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: int;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int partitionIndex> = v;
return v;
}
public org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult setErrorCode(short)
{
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
short v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: short;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: short errorCode> = v;
return v;
}
public void setNext(int)
{
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: int;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int next> = v;
return;
}
public void setPrev(int)
{
int v;
org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult v;
v := @this: org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult;
v := @parameter: int;
v.<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: int prev> = v;
return;
}
static void <clinit>()
{
org.apache.kafkaesqueesque.common.protocol.types.Schema v, v, v, v;
org.apache.kafkaesqueesque.common.protocol.types.Field[] v;
org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType v, v;
org.apache.kafkaesqueesque.common.protocol.types.Field v, v;
org.apache.kafkaesqueesque.common.protocol.types.Schema[] v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Schema;
v = newarray (org.apache.kafkaesqueesque.common.protocol.types.Field)[2];
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT32>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("partition_index", v, "The partition indexes.");
v[0] = v;
v = new org.apache.kafkaesqueesque.common.protocol.types.Field;
v = <org.apache.kafkaesqueesque.common.protocol.types.Type: org.apache.kafkaesqueesque.common.protocol.types.Type$DocumentedType INT16>;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Field: void <init>(java.lang.String,org.apache.kafkaesqueesque.common.protocol.types.Type,java.lang.String)>("error_code", v, "The response error code.");
v[1] = v;
specialinvoke v.<org.apache.kafkaesqueesque.common.protocol.types.Schema: void <init>(org.apache.kafkaesqueesque.common.protocol.types.Field[])>(v);
<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0> = v;
v = <org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0>;
<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_1> = v;
v = newarray (org.apache.kafkaesqueesque.common.protocol.types.Schema)[2];
v = <org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_0>;
v[0] = v;
v = <org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: org.apache.kafkaesqueesque.common.protocol.types.Schema SCHEMA_1>;
v[1] = v;
<org.apache.kafkaesqueesque.common.message.AddPartitionsToTxnResponseData$AddPartitionsToTxnPartitionResult: org.apache.kafkaesqueesque.common.protocol.types.Schema[] SCHEMAS> = v;
return;
}
}