public class org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder extends org.apache.kafkaesqueesque.common.requests.AbstractRequest$Builder
{
private final org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData data;
public void <init>(org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData)
{
org.apache.kafkaesqueesque.common.protocol.ApiKeys v;
org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData v;
org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder v;
v := @this: org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder;
v := @parameter: org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData;
v = <org.apache.kafkaesqueesque.common.protocol.ApiKeys: org.apache.kafkaesqueesque.common.protocol.ApiKeys CREATE_PARTITIONS>;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.AbstractRequest$Builder: void <init>(org.apache.kafkaesqueesque.common.protocol.ApiKeys)>(v);
v.<org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder: org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData data> = v;
return;
}
public org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest build(short)
{
short v;
org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData v;
org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest v;
org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder v;
v := @this: org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder;
v := @parameter: short;
v = new org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest;
v = v.<org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder: org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData data>;
specialinvoke v.<org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest: void <init>(org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData,short)>(v, v);
return v;
}
public java.lang.String toString()
{
java.lang.String v;
org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData v;
org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder v;
v := @this: org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder;
v = v.<org.apache.kafkaesqueesque.common.requests.CreatePartitionsRequest$Builder: org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData data>;
v = virtualinvoke v.<org.apache.kafkaesqueesque.common.message.CreatePartitionsRequestData: java.lang.String toString()>();
return v;
}
}