public class io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl extends io.fabric.kubernetes.api.builder.BaseFluent implements io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent
{
private java.lang.String apiVersion;
private java.util.List items;
private java.lang.String kind;
private io.fabric.kubernetes.api.model.ListMeta metadata;
private java.util.Map additionalProperties;
public void <init>()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items> = v;
return;
}
public void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.ArrayList v;
java.util.List v;
io.fabric.kubernetes.api.model.ListMeta v;
java.util.Map v;
java.lang.String v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList;
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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items> = v;
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList: java.lang.String getApiVersion()>();
virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withApiVersion(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList: java.util.List getItems()>();
virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withItems(java.util.List)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList: java.lang.String getKind()>();
virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withKind(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList: io.fabric.kubernetes.api.model.ListMeta getMetadata()>();
virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withMetadata(io.fabric.kubernetes.api.model.ListMeta)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterList: java.util.Map getAdditionalProperties()>();
virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withAdditionalProperties(java.util.Map)>(v);
return;
}
public java.lang.String getApiVersion()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String apiVersion>;
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withApiVersion(java.lang.String)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String apiVersion> = v;
return v;
}
public java.lang.Boolean hasApiVersion()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent withNewApiVersion(java.lang.String)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withApiVersion(java.lang.String)>(v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent addToItems(java.lang.Integer, io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)
{
io.fabric.kubernetes.api.builder.VisitableMap v, v;
java.lang.Integer v;
java.util.ArrayList v;
int v, v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.List v, v, v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items> = v;
label:
v = new io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v);
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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 = virtualinvoke v.<java.lang.Integer: int intValue()>();
if v < 0 goto label;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
goto label;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
if v < 0 goto label;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
goto label;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent setToItems(java.lang.Integer, io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)
{
io.fabric.kubernetes.api.builder.VisitableMap v, v, v;
java.lang.Integer v;
java.util.ArrayList v;
int v, v, v, v, v, v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.List v, v, v, v, v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items> = v;
label:
v = new io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v);
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
if v < 0 goto label;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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 = virtualinvoke v.<java.lang.Integer: int intValue()>();
interfaceinvoke v.<java.util.List: java.lang.Object set(int,java.lang.Object)>(v, v);
label:
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
if v < 0 goto label;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
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.miscellaneous.network.operator.v.EgressRouterListFluent addToItems(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[])
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.builder.VisitableMap v;
java.util.ArrayList v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[] v;
java.util.List v, v, v;
int v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[];
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterBuilder;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v);
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent addAllToItems(java.util.Collection)
{
java.util.Iterator v;
java.util.Collection v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.builder.VisitableMap v;
java.util.ArrayList v;
java.util.List v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.Collection;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterBuilder;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v);
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent removeFromItems(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[])
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.builder.VisitableMap v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[] v;
java.util.List v, v, v;
int v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[];
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = new io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v);
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent removeAllFromItems(java.util.Collection)
{
java.util.Iterator v;
java.util.Collection v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.builder.VisitableMap v;
java.util.List v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
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.miscellaneous.network.operator.v.EgressRouterBuilder;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v);
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent removeMatchingFromItems(java.util.function.Predicate)
{
java.util.Iterator v;
java.util.function.Predicate v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.builder.VisitableMap v;
java.util.List v, v, v;
java.lang.Object v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v != null goto label;
return v;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: java.util.Iterator iterator()>();
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.List v;
java.util.ArrayList v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = staticinvoke <io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.ArrayList build(java.util.List)>(v);
return v;
}
public java.util.List buildItems()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.List v;
java.util.ArrayList v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = staticinvoke <io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.ArrayList build(java.util.List)>(v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildItem(java.lang.Integer)
{
java.util.List v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
int v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Object v;
java.lang.Integer v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.Integer;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter build()>();
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildFirstItem()
{
java.util.List v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Object v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(0);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterBuilder: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter build()>();
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildLastItem()
{
java.util.List v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
int v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Object v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterBuilder: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter build()>();
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildMatchingItem(java.util.function.Predicate)
{
java.util.Iterator v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
java.util.function.Predicate v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.List v;
java.lang.Object v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterBuilder: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter build()>();
return v;
label:
return null;
}
public java.lang.Boolean hasMatchingItem(java.util.function.Predicate)
{
java.util.Iterator v;
java.util.function.Predicate v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.List v;
java.lang.Boolean v, v;
java.lang.Object v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent withItems(java.util.List)
{
java.util.Iterator v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.builder.VisitableMap v;
java.util.ArrayList v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[] v;
java.util.List v, v, v, v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.List;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouter)[1];
v[0] = v;
virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent addToItems(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[])>(v);
goto label;
label:
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items> = null;
label:
return v;
}
public transient io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withItems(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[])
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[] v, v;
java.util.List v, v;
int v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[];
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouter)[1];
v[0] = v;
virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent addToItems(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter[])>(v);
v = v + 1;
goto label;
label:
return v;
}
public java.lang.Boolean hasItems()
{
java.util.List v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Boolean v;
boolean v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested addNewItem()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = new io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl)>(v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested addNewItemLike(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
int v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Integer v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter;
v = new io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl;
v = (int) -1;
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl,java.lang.Integer,io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v, v, v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested setNewItemLike(java.lang.Integer, io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Integer v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter;
v = new io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl;
specialinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl$ItemsNestedImpl: void <init>(io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl,java.lang.Integer,io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v, v, v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested editItem(java.lang.Integer)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested v;
java.lang.RuntimeException v;
java.lang.Integer v;
java.util.List v;
int v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.Integer;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildItem(java.lang.Integer)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested setNewItemLike(java.lang.Integer,io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v, v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested editFirstItem()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested v;
java.lang.RuntimeException v;
java.lang.Integer v, v;
java.util.List v;
int v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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 = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(0);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(0);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildItem(java.lang.Integer)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested setNewItemLike(java.lang.Integer,io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v, v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested editLastItem()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested v;
java.lang.RuntimeException v;
java.lang.Integer v, v;
java.util.List v;
int v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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 = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildItem(java.lang.Integer)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested setNewItemLike(java.lang.Integer,io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v, v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested editMatchingItem(java.util.function.Predicate)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter v;
java.util.function.Predicate v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested v;
java.lang.RuntimeException v;
java.lang.Integer v, v;
java.util.List v, v;
int v, v, v, v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.function.Predicate;
v = (int) -1;
v = v;
v = 0;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = interfaceinvoke v.<java.util.List: int size()>();
if v >= v goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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 = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter buildItem(java.lang.Integer)>(v);
v = virtualinvoke v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent$ItemsNested setNewItemLike(java.lang.Integer,io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouter)>(v, v);
return v;
}
public java.lang.String getKind()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String kind>;
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withKind(java.lang.String)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String kind> = v;
return v;
}
public java.lang.Boolean hasKind()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent withNewKind(java.lang.String)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withKind(java.lang.String)>(v);
return v;
}
public io.fabric.kubernetes.api.model.ListMeta getMetadata()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.model.ListMeta v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withMetadata(io.fabric.kubernetes.api.model.ListMeta)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
io.fabric.kubernetes.api.model.ListMeta v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: io.fabric.kubernetes.api.model.ListMeta;
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Boolean v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluent withNewMetadata(java.lang.String, java.lang.Long, java.lang.String, java.lang.String)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent v;
io.fabric.kubernetes.api.model.ListMeta v;
java.lang.Long v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v, v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withMetadata(io.fabric.kubernetes.api.model.ListMeta)>(v);
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent addToAdditionalProperties(java.lang.String, java.lang.Object)
{
java.util.LinkedHashMap v;
java.util.Map v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Object v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.String;
v := @parameter: java.lang.Object;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v != null goto label;
if v == null goto label;
if v == null goto label;
v = new java.util.LinkedHashMap;
specialinvoke v.<java.util.LinkedHashMap: void <init>()>();
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties> = v;
label:
if v == null goto label;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
interfaceinvoke v.<java.util.Map: java.lang.Object put(java.lang.Object,java.lang.Object)>(v, v);
label:
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent addToAdditionalProperties(java.util.Map)
{
java.util.LinkedHashMap v;
java.util.Map v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.Map;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v != null goto label;
if v == null goto label;
v = new java.util.LinkedHashMap;
specialinvoke v.<java.util.LinkedHashMap: void <init>()>();
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties> = v;
label:
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
interfaceinvoke v.<java.util.Map: void putAll(java.util.Map)>(v);
label:
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent removeFromAdditionalProperties(java.lang.String)
{
java.util.Map v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.String v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.lang.String;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v != null goto label;
return v;
label:
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
interfaceinvoke v.<java.util.Map: java.lang.Object remove(java.lang.Object)>(v);
label:
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent removeFromAdditionalProperties(java.util.Map)
{
java.util.Iterator v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.Set v;
java.util.Map v, v, v, v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.Map;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v != null goto label;
return v;
label:
if v == null goto label;
v = interfaceinvoke v.<java.util.Map: java.util.Set keySet()>();
v = interfaceinvoke v.<java.util.Set: 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 = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
interfaceinvoke v.<java.util.Map: java.lang.Object remove(java.lang.Object)>(v);
goto label;
label:
return v;
}
public java.util.Map getAdditionalProperties()
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.Map v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
return v;
}
public io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluent withAdditionalProperties(java.util.Map)
{
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.LinkedHashMap v;
java.util.Map v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v := @parameter: java.util.Map;
if v != null goto label;
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties> = null;
goto label;
label:
v = new java.util.LinkedHashMap;
specialinvoke v.<java.util.LinkedHashMap: void <init>(java.util.Map)>(v);
v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties> = v;
label:
return v;
}
public java.lang.Boolean hasAdditionalProperties()
{
java.util.Map v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Boolean v;
boolean v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
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 boolean equals(java.lang.Object)
{
io.fabric.kubernetes.api.model.ListMeta v, v, v, v;
java.util.Map v, v, v, v;
java.lang.String v, v, v, v, v, v, v, v;
boolean v, v, v, v, v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.util.List v, v, v, v;
java.lang.Class v, v;
java.lang.Object v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String apiVersion>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String apiVersion>;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String apiVersion>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String kind>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String kind>;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String kind>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: 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.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v == null goto label;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
v = interfaceinvoke v.<java.util.Map: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
if v == null goto label;
label:
return 0;
label:
return 1;
}
public int hashCode()
{
java.lang.Object[] v;
io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl v;
java.lang.Integer v;
java.util.List v;
io.fabric.kubernetes.api.model.ListMeta v;
java.util.Map v;
int v, v;
java.lang.String v, v;
v := @this: io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl;
v = newarray (java.lang.Object)[6];
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String apiVersion>;
v[0] = v;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.List items>;
v[1] = v;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.lang.String kind>;
v[2] = v;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: io.fabric.kubernetes.api.model.ListMeta metadata>;
v[3] = v;
v = v.<io.fabric.openshift.api.model.miscellaneous.network.operator.v.EgressRouterListFluentImpl: java.util.Map additionalProperties>;
v[4] = v;
v = specialinvoke v.<java.lang.Object: int hashCode()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[5] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
}