class io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl extends io.fabric.kubernetes.api.model.EndpointPortFluentImpl implements io.fabric.kubernetes.api.model.EndpointSubsetFluent$PortsNested, io.fabric.kubernetes.api.builder.Nested
{
io.fabric.kubernetes.api.model.EndpointPortBuilder builder;
java.lang.Integer index;
final io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl this$0;
void <init>(io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl, java.lang.Integer, io.fabric.kubernetes.api.model.EndpointPort)
{
io.fabric.kubernetes.api.model.EndpointPortBuilder v;
io.fabric.kubernetes.api.model.EndpointPort v;
io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl v;
io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl v;
java.lang.Integer v;
v := @this: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl;
v := @parameter: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: io.fabric.kubernetes.api.model.EndpointPort;
v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl this$0> = v;
specialinvoke v.<io.fabric.kubernetes.api.model.EndpointPortFluentImpl: void <init>()>();
v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: java.lang.Integer index> = v;
v = new io.fabric.kubernetes.api.model.EndpointPortBuilder;
specialinvoke v.<io.fabric.kubernetes.api.model.EndpointPortBuilder: void <init>(io.fabric.kubernetes.api.model.EndpointPortFluent,io.fabric.kubernetes.api.model.EndpointPort)>(v, v);
v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: io.fabric.kubernetes.api.model.EndpointPortBuilder builder> = v;
return;
}
void <init>(io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl)
{
io.fabric.kubernetes.api.model.EndpointPortBuilder v;
io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl v;
int v;
io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl v;
java.lang.Integer v;
v := @this: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl;
v := @parameter: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl;
v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl this$0> = v;
specialinvoke v.<io.fabric.kubernetes.api.model.EndpointPortFluentImpl: void <init>()>();
v = (int) -1;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: java.lang.Integer index> = v;
v = new io.fabric.kubernetes.api.model.EndpointPortBuilder;
specialinvoke v.<io.fabric.kubernetes.api.model.EndpointPortBuilder: void <init>(io.fabric.kubernetes.api.model.EndpointPortFluent)>(v);
v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: io.fabric.kubernetes.api.model.EndpointPortBuilder builder> = v;
return;
}
public java.lang.Object and()
{
io.fabric.kubernetes.api.model.EndpointPortBuilder v;
io.fabric.kubernetes.api.model.EndpointPort v;
io.fabric.kubernetes.api.model.EndpointSubsetFluent v;
io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl v;
io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl v;
java.lang.Integer v;
v := @this: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl;
v = v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl this$0>;
v = v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: java.lang.Integer index>;
v = v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: io.fabric.kubernetes.api.model.EndpointPortBuilder builder>;
v = virtualinvoke v.<io.fabric.kubernetes.api.model.EndpointPortBuilder: io.fabric.kubernetes.api.model.EndpointPort build()>();
v = virtualinvoke v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl: io.fabric.kubernetes.api.model.EndpointSubsetFluent setToPorts(java.lang.Integer,io.fabric.kubernetes.api.model.EndpointPort)>(v, v);
return v;
}
public java.lang.Object endPort()
{
java.lang.Object v;
io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl v;
v := @this: io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl;
v = virtualinvoke v.<io.fabric.kubernetes.api.model.EndpointSubsetFluentImpl$PortsNestedImpl: java.lang.Object and()>();
return v;
}
}