public class io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl extends io.fabric.kubernetes.api.builder.BaseFluent implements io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent
{
private java.lang.String apiVersion;
private java.util.List items;
private java.lang.String kind;
private io.fabric.kubernetes.api.model.ListMeta metadata;
public void <init>()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
specialinvoke v.<io.fabric.kubernetes.api.builder.BaseFluent: void <init>()>();
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = v;
return;
}
public void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerList)
{
java.util.List v;
io.fabric.kubernetes.api.model.ListMeta v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerList v;
java.lang.String v, v;
java.util.ArrayList v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerList;
specialinvoke v.<io.fabric.kubernetes.api.builder.BaseFluent: void <init>()>();
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = v;
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerList: java.lang.String getApiVersion()>();
virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withApiVersion(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerList: java.util.List getItems()>();
virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withItems(java.util.List)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerList: java.lang.String getKind()>();
virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withKind(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerList: io.fabric.kubernetes.api.model.ListMeta getMetadata()>();
virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withMetadata(io.fabric.kubernetes.api.model.ListMeta)>(v);
return;
}
public java.lang.String getApiVersion()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion>;
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withApiVersion(java.lang.String)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion> = v;
return v;
}
public java.lang.Boolean hasApiVersion()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withNewApiVersion(java.lang.String)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.String;
v = new java.lang.String;
specialinvoke v.<java.lang.String: void <init>(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withApiVersion(java.lang.String)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withNewApiVersion(java.lang.StringBuilder)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.StringBuilder v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.StringBuilder;
v = new java.lang.String;
specialinvoke v.<java.lang.String: void <init>(java.lang.StringBuilder)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withApiVersion(java.lang.String)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withNewApiVersion(java.lang.StringBuffer)
{
java.lang.StringBuffer v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.StringBuffer;
v = new java.lang.String;
specialinvoke v.<java.lang.String: void <init>(java.lang.StringBuffer)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withApiVersion(java.lang.String)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent addToItems(int, io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)
{
io.fabric.kubernetes.api.builder.VisitableMap v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder v;
java.util.ArrayList v;
java.util.List v, v, v, v, v;
int v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: int;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = v;
label:
v = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
if v < 0 goto label;
v = v;
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
v = interfaceinvoke v.<java.util.List: int size()>();
label:
interfaceinvoke v.<java.util.List: void add(int,java.lang.Object)>(v, v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v < 0 goto label;
v = v;
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
label:
interfaceinvoke v.<java.util.List: void add(int,java.lang.Object)>(v, v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent setToItems(int, io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)
{
io.fabric.kubernetes.api.builder.VisitableMap v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder v;
java.util.ArrayList v;
int v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.util.List v, v, v, v, v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: int;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = v;
label:
v = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v);
if v < 0 goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
v = interfaceinvoke v.<java.util.List: int size()>();
if v < v goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
interfaceinvoke v.<java.util.List: java.lang.Object set(int,java.lang.Object)>(v, v);
label:
if v < 0 goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v < v goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: java.lang.Object set(int,java.lang.Object)>(v, v);
label:
return v;
}
public transient io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent addToItems(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[])
{
io.fabric.kubernetes.api.builder.VisitableMap v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[] v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder v;
java.util.ArrayList v;
java.util.List v, v, v;
int v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[];
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = v;
label:
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent addAllToItems(java.util.Collection)
{
java.util.Iterator v;
java.util.Collection v;
io.fabric.kubernetes.api.builder.VisitableMap v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder v;
java.util.ArrayList v;
java.util.List v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.util.Collection;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = v;
label:
v = interfaceinvoke v.<java.util.Collection: 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 = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
return v;
}
public transient io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent removeFromItems(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[])
{
io.fabric.kubernetes.api.builder.VisitableMap v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[] v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder v;
java.util.List v, v, v;
int v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[];
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
label:
v = v + 1;
goto label;
label:
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent removeAllFromItems(java.util.Collection)
{
java.util.Iterator v;
java.util.Collection v;
io.fabric.kubernetes.api.builder.VisitableMap v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder v;
java.util.List v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.util.Collection;
v = interfaceinvoke v.<java.util.Collection: 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 = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
goto label;
label:
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent removeMatchingFromItems(java.util.function.Predicate)
{
java.util.Iterator v;
java.util.function.Predicate v;
io.fabric.kubernetes.api.builder.VisitableMap v;
java.util.List v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v != null goto label;
return v;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
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 = interfaceinvoke v.<java.util.function.Predicate: boolean test(java.lang.Object)>(v);
if v == 0 goto label;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
interfaceinvoke v.<java.util.Iterator: void remove()>();
goto label;
label:
return v;
}
public java.util.List getItems()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.util.List v;
java.util.ArrayList v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = staticinvoke <io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.ArrayList build(java.util.List)>(v);
return v;
}
public java.util.List buildItems()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.util.List v;
java.util.ArrayList v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = staticinvoke <io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.ArrayList build(java.util.List)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildItem(int)
{
java.util.List v;
int v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: int;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer build()>();
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildFirstItem()
{
java.util.List v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(0);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer build()>();
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildLastItem()
{
java.util.List v, v;
int v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = v - 1;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer build()>();
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildMatchingItem(java.util.function.Predicate)
{
java.util.Iterator v;
java.util.function.Predicate v;
java.util.List v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
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 = interfaceinvoke v.<java.util.function.Predicate: boolean test(java.lang.Object)>(v);
if v == 0 goto label;
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerBuilder: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer build()>();
return v;
label:
return null;
}
public java.lang.Boolean hasMatchingItem(java.util.function.Predicate)
{
java.util.Iterator v;
java.util.function.Predicate v;
java.util.List v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Boolean v, v;
java.lang.Object v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
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 = interfaceinvoke v.<java.util.function.Predicate: boolean test(java.lang.Object)>(v);
if v == 0 goto label;
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(1);
return v;
label:
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(0);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withItems(java.util.List)
{
java.util.Iterator v;
io.fabric.kubernetes.api.builder.VisitableMap v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[] v;
java.util.ArrayList v;
java.util.List v, v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.util.List;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("items");
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: boolean removeAll(java.util.Collection)>(v);
label:
if v == null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = v;
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 = newarray (io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)[1];
v[0] = v;
virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent addToItems(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[])>(v);
goto label;
label:
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items> = null;
label:
return v;
}
public transient io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withItems(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[])
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[] v, v;
java.util.List v, v;
int v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[];
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
interfaceinvoke v.<java.util.List: void clear()>();
label:
if v == null goto label;
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = newarray (io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)[1];
v[0] = v;
virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent addToItems(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer[])>(v);
v = v + 1;
goto label;
label:
return v;
}
public java.lang.Boolean hasItems()
{
java.util.List v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Boolean v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested addNewItem()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested addNewItemLike(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)
{
int v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer;
v = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl;
v = (int) -1;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl,int,io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v, v, v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested setNewItemLike(int, io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)
{
int v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: int;
v := @parameter: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer;
v = new io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl;
specialinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl$ItemsNestedImpl: void <init>(io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl,int,io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v, v, v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested editItem(int)
{
java.util.List v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested v;
int v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.RuntimeException v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: int;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v > v goto label;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>("Can\'t edit items. Index exceeds size.");
throw v;
label:
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildItem(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested setNewItemLike(int,io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v, v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested editFirstItem()
{
java.util.List v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested v;
int v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.RuntimeException v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v != 0 goto label;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>("Can\'t edit first items. The list is empty.");
throw v;
label:
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildItem(int)>(0);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested setNewItemLike(int,io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(0, v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested editLastItem()
{
java.util.List v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested v;
int v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.RuntimeException v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = v - 1;
if v >= 0 goto label;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>("Can\'t edit last items. The list is empty.");
throw v;
label:
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildItem(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested setNewItemLike(int,io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v, v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested editMatchingItem(java.util.function.Predicate)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested v;
java.util.function.Predicate v;
java.lang.RuntimeException v;
java.util.List v, v;
int v, v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Object v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer v;
boolean v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = (int) -1;
v = v;
v = 0;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v >= v goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = interfaceinvoke v.<java.util.function.Predicate: boolean test(java.lang.Object)>(v);
if v == 0 goto label;
v = v;
goto label;
label:
v = v + 1;
goto label;
label:
if v >= 0 goto label;
v = new java.lang.RuntimeException;
specialinvoke v.<java.lang.RuntimeException: void <init>(java.lang.String)>("Can\'t edit matching items. No match found.");
throw v;
label:
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer buildItem(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent$ItemsNested setNewItemLike(int,io.fabric.openshift.api.model.operator.v.OpenShiftAPIServer)>(v, v);
return v;
}
public java.lang.String getKind()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind>;
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withKind(java.lang.String)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind> = v;
return v;
}
public java.lang.Boolean hasKind()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withNewKind(java.lang.String)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.String;
v = new java.lang.String;
specialinvoke v.<java.lang.String: void <init>(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withKind(java.lang.String)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withNewKind(java.lang.StringBuilder)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.StringBuilder v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.StringBuilder;
v = new java.lang.String;
specialinvoke v.<java.lang.String: void <init>(java.lang.StringBuilder)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withKind(java.lang.String)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withNewKind(java.lang.StringBuffer)
{
java.lang.StringBuffer v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.StringBuffer;
v = new java.lang.String;
specialinvoke v.<java.lang.String: void <init>(java.lang.StringBuffer)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withKind(java.lang.String)>(v);
return v;
}
public io.fabric.kubernetes.api.model.ListMeta getMetadata()
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.kubernetes.api.model.ListMeta v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withMetadata(io.fabric.kubernetes.api.model.ListMeta)
{
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
io.fabric.kubernetes.api.model.ListMeta v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: io.fabric.kubernetes.api.model.ListMeta;
v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata> = v;
return v;
}
public java.lang.Boolean hasMetadata()
{
io.fabric.kubernetes.api.model.ListMeta v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.Boolean v;
boolean v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
if v == null goto label;
v = 1;
goto label;
label:
v = 0;
label:
v = staticinvoke <java.lang.Boolean: java.lang.Boolean valueOf(boolean)>(v);
return v;
}
public io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withNewMetadata(java.lang.String, java.lang.Long, java.lang.String, java.lang.String)
{
io.fabric.kubernetes.api.model.ListMeta v;
java.lang.Long v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v, v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Long;
v := @parameter: java.lang.String;
v := @parameter: java.lang.String;
v = new io.fabric.kubernetes.api.model.ListMeta;
specialinvoke v.<io.fabric.kubernetes.api.model.ListMeta: void <init>(java.lang.String,java.lang.Long,java.lang.String,java.lang.String)>(v, v, v, v);
v = virtualinvoke v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluent withMetadata(io.fabric.kubernetes.api.model.ListMeta)>(v);
return v;
}
public boolean equals(java.lang.Object)
{
io.fabric.kubernetes.api.model.ListMeta v, v, v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v, v, v, v, v, v, v, v;
boolean v, v, v, v;
java.util.List v, v, v, v;
java.lang.Class v, v;
java.lang.Object v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v := @parameter: java.lang.Object;
if v != v goto label;
return 1;
label:
if v == null goto label;
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
v = virtualinvoke v.<java.lang.Object: java.lang.Class getClass()>();
if v == v goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion>;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind>;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
v = virtualinvoke v.<io.fabric.kubernetes.api.model.ListMeta: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
if v == null goto label;
label:
return 0;
label:
return 1;
}
public int hashCode()
{
java.lang.Object[] v;
java.lang.Integer v;
java.util.List v;
io.fabric.kubernetes.api.model.ListMeta v;
int v, v;
io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl v;
java.lang.String v, v;
v := @this: io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl;
v = newarray (java.lang.Object)[5];
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String apiVersion>;
v[0] = v;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.util.List items>;
v[1] = v;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: java.lang.String kind>;
v[2] = v;
v = v.<io.fabric.openshift.api.model.operator.v.OpenShiftAPIServerListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
v[3] = v;
v = specialinvoke v.<java.lang.Object: int hashCode()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[4] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
}