public class io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl extends io.fabric.kubernetes.api.builder.BaseFluent implements io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent
{
private java.util.List clockIds;
private java.util.List containerNames;
private java.lang.String duration;
private java.lang.String mode;
private io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler;
private io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector;
private java.lang.String timeOffset;
private java.lang.String value;
public void <init>()
{
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v, v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
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.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = v;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = v;
return;
}
public void <init>(io.fabric.chaosmesh.v1alpha.TimeChaosSpec)
{
io.fabric.chaosmesh.v1alpha.TimeChaosSpec v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v, v;
io.fabric.chaosmesh.v1alpha.SelectorSpec v;
java.util.List v, v;
io.fabric.chaosmesh.v1alpha.SchedulerSpec v;
java.lang.String v, v, v, v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: io.fabric.chaosmesh.v1alpha.TimeChaosSpec;
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.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = v;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = v;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: java.util.List getClockIds()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withClockIds(java.util.List)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: java.util.List getContainerNames()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withContainerNames(java.util.List)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: java.lang.String getDuration()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withDuration(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: java.lang.String getMode()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withMode(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withScheduler(io.fabric.chaosmesh.v1alpha.SchedulerSpec)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withSelector(io.fabric.chaosmesh.v1alpha.SelectorSpec)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: java.lang.String getTimeOffset()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withTimeOffset(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpec: java.lang.String getValue()>();
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withValue(java.lang.String)>(v);
return;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToClockIds(java.lang.Integer, java.lang.String)
{
java.util.List v, v;
int v;
java.lang.String v;
java.lang.Integer v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: java.lang.String;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = v;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
interfaceinvoke v.<java.util.List: void add(int,java.lang.Object)>(v, v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent setToClockIds(java.lang.Integer, java.lang.String)
{
java.util.List v, v;
int v;
java.lang.String v;
java.lang.Integer v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: java.lang.String;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = v;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
interfaceinvoke v.<java.util.List: java.lang.Object set(int,java.lang.Object)>(v, v);
return v;
}
public transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToClockIds(java.lang.String[])
{
java.lang.String[] v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
java.util.List v, v;
int v, v;
java.lang.String v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String[];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = v;
label:
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addAllToClockIds(java.util.Collection)
{
java.util.Iterator v;
java.util.Collection v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
java.util.List v, v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.Collection;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = 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 = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
return v;
}
public transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeFromClockIds(java.lang.String[])
{
java.util.List v, v;
int v, v;
java.lang.String[] v;
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String[];
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
label:
v = v + 1;
goto label;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeAllFromClockIds(java.util.Collection)
{
java.util.List v, v;
java.util.Iterator v;
java.util.Collection v;
java.lang.Object v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
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 = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
goto label;
label:
return v;
}
public java.util.List getClockIds()
{
java.util.List v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
return v;
}
public java.lang.String getClockId(java.lang.Integer)
{
java.util.List v;
int v;
java.lang.Object v;
java.lang.Integer v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.Integer;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
return v;
}
public java.lang.String getFirstClockId()
{
java.lang.Object v;
java.util.List v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(0);
return v;
}
public java.lang.String getLastClockId()
{
java.util.List v, v;
int v, v;
java.lang.Object v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = v - 1;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
return v;
}
public java.lang.String getMatchingClockId(java.util.function.Predicate)
{
java.util.List v;
java.util.Iterator v;
java.util.function.Predicate v;
java.lang.Object v;
boolean v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
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;
return v;
label:
return null;
}
public java.lang.Boolean hasMatchingClockId(java.util.function.Predicate)
{
java.util.Iterator v;
java.util.function.Predicate v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.List v;
java.lang.Boolean v, v;
java.lang.Object v;
boolean v, v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
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.chaosmesh.v1alpha.TimeChaosSpecFluent withClockIds(java.util.List)
{
java.util.List v;
java.util.Iterator v;
java.lang.Object v;
java.lang.String[] v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.List;
if v == null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = 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 (java.lang.String)[1];
v[0] = v;
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToClockIds(java.lang.String[])>(v);
goto label;
label:
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds> = null;
label:
return v;
}
public transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withClockIds(java.lang.String[])
{
java.lang.String[] v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.List v, v;
int v, v;
java.lang.String v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String[];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
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 (java.lang.String)[1];
v[0] = v;
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToClockIds(java.lang.String[])>(v);
v = v + 1;
goto label;
label:
return v;
}
public java.lang.Boolean hasClockIds()
{
java.util.List v, v;
java.lang.Boolean v;
boolean v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
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.chaosmesh.v1alpha.TimeChaosSpecFluent addToContainerNames(java.lang.Integer, java.lang.String)
{
java.util.List v, v;
int v;
java.lang.String v;
java.lang.Integer v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: java.lang.String;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = v;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
interfaceinvoke v.<java.util.List: void add(int,java.lang.Object)>(v, v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent setToContainerNames(java.lang.Integer, java.lang.String)
{
java.util.List v, v;
int v;
java.lang.String v;
java.lang.Integer v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.Integer;
v := @parameter: java.lang.String;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = v;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
interfaceinvoke v.<java.util.List: java.lang.Object set(int,java.lang.Object)>(v, v);
return v;
}
public transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToContainerNames(java.lang.String[])
{
java.lang.String[] v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
java.util.List v, v;
int v, v;
java.lang.String v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String[];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = v;
label:
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
v = v + 1;
goto label;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addAllToContainerNames(java.util.Collection)
{
java.util.Iterator v;
java.util.Collection v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
java.util.List v, v;
java.lang.Object v;
boolean v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.Collection;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v != null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = 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 = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
return v;
}
public transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeFromContainerNames(java.lang.String[])
{
java.util.List v, v;
int v, v;
java.lang.String[] v;
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String[];
v = lengthof v;
v = 0;
label:
if v >= v goto label;
v = v[v];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
label:
v = v + 1;
goto label;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent removeAllFromContainerNames(java.util.Collection)
{
java.util.List v, v;
java.util.Iterator v;
java.util.Collection v;
java.lang.Object v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
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 = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
goto label;
label:
return v;
}
public java.util.List getContainerNames()
{
java.util.List v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
return v;
}
public java.lang.String getContainerName(java.lang.Integer)
{
java.util.List v;
int v;
java.lang.Object v;
java.lang.Integer v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.Integer;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = virtualinvoke v.<java.lang.Integer: int intValue()>();
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
return v;
}
public java.lang.String getFirstContainerName()
{
java.lang.Object v;
java.util.List v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(0);
return v;
}
public java.lang.String getLastContainerName()
{
java.util.List v, v;
int v, v;
java.lang.Object v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = interfaceinvoke v.<java.util.List: int size()>();
v = v - 1;
v = interfaceinvoke v.<java.util.List: java.lang.Object get(int)>(v);
return v;
}
public java.lang.String getMatchingContainerName(java.util.function.Predicate)
{
java.util.List v;
java.util.Iterator v;
java.util.function.Predicate v;
java.lang.Object v;
boolean v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
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;
return v;
label:
return null;
}
public java.lang.Boolean hasMatchingContainerName(java.util.function.Predicate)
{
java.util.Iterator v;
java.util.function.Predicate v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.List v;
java.lang.Boolean v, v;
java.lang.Object v;
boolean v, v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.function.Predicate;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
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.chaosmesh.v1alpha.TimeChaosSpecFluent withContainerNames(java.util.List)
{
java.util.List v;
java.util.Iterator v;
java.lang.Object v;
java.lang.String[] v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.ArrayList v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.util.List;
if v == null goto label;
v = new java.util.ArrayList;
specialinvoke v.<java.util.ArrayList: void <init>()>();
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = 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 (java.lang.String)[1];
v[0] = v;
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToContainerNames(java.lang.String[])>(v);
goto label;
label:
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames> = null;
label:
return v;
}
public transient io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withContainerNames(java.lang.String[])
{
java.lang.String[] v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.List v, v;
int v, v;
java.lang.String v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String[];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
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 (java.lang.String)[1];
v[0] = v;
virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent addToContainerNames(java.lang.String[])>(v);
v = v + 1;
goto label;
label:
return v;
}
public java.lang.Boolean hasContainerNames()
{
java.util.List v, v;
java.lang.Boolean v;
boolean v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
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 java.lang.String getDuration()
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withDuration(java.lang.String)
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration> = v;
return v;
}
public java.lang.Boolean hasDuration()
{
java.lang.Boolean v;
java.lang.String v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
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 java.lang.String getMode()
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withMode(java.lang.String)
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode> = v;
return v;
}
public java.lang.Boolean hasMode()
{
java.lang.Boolean v;
java.lang.String v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
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.chaosmesh.v1alpha.SchedulerSpec getScheduler()
{
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v, v;
io.fabric.chaosmesh.v1alpha.SchedulerSpec v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder: io.fabric.chaosmesh.v1alpha.SchedulerSpec build()>();
goto label;
label:
v = null;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.SchedulerSpec buildScheduler()
{
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v, v;
io.fabric.chaosmesh.v1alpha.SchedulerSpec v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder: io.fabric.chaosmesh.v1alpha.SchedulerSpec build()>();
goto label;
label:
v = null;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withScheduler(io.fabric.chaosmesh.v1alpha.SchedulerSpec)
{
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v, v, v;
io.fabric.kubernetes.api.builder.VisitableMap v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.List v, v;
io.fabric.chaosmesh.v1alpha.SchedulerSpec v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: io.fabric.chaosmesh.v1alpha.SchedulerSpec;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("scheduler");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
if v == null goto label;
v = new io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder: void <init>(io.fabric.chaosmesh.v1alpha.SchedulerSpec)>(v);
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler> = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("scheduler");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
label:
return v;
}
public java.lang.Boolean hasScheduler()
{
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v;
java.lang.Boolean v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
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.chaosmesh.v1alpha.TimeChaosSpecFluent withNewScheduler(java.lang.String)
{
io.fabric.chaosmesh.v1alpha.SchedulerSpec v;
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String;
v = new io.fabric.chaosmesh.v1alpha.SchedulerSpec;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.SchedulerSpec: void <init>(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withScheduler(io.fabric.chaosmesh.v1alpha.SchedulerSpec)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested withNewScheduler()
{
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SchedulerNestedImpl v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = new io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SchedulerNestedImpl;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SchedulerNestedImpl: void <init>(io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested withNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec)
{
io.fabric.chaosmesh.v1alpha.SchedulerSpec v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SchedulerNestedImpl v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: io.fabric.chaosmesh.v1alpha.SchedulerSpec;
v = new io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SchedulerNestedImpl;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SchedulerNestedImpl: void <init>(io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl,io.fabric.chaosmesh.v1alpha.SchedulerSpec)>(v, v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested editScheduler()
{
io.fabric.chaosmesh.v1alpha.SchedulerSpec v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler()>();
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested withNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested editOrNewScheduler()
{
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v;
io.fabric.chaosmesh.v1alpha.SchedulerSpec v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler()>();
if v == null goto label;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler()>();
goto label;
label:
v = new io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder: void <init>()>();
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder: io.fabric.chaosmesh.v1alpha.SchedulerSpec build()>();
label:
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested withNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested editOrNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec)
{
io.fabric.chaosmesh.v1alpha.SchedulerSpec v, v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: io.fabric.chaosmesh.v1alpha.SchedulerSpec;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler()>();
if v == null goto label;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpec getScheduler()>();
goto label;
label:
v = v;
label:
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SchedulerNested withNewSchedulerLike(io.fabric.chaosmesh.v1alpha.SchedulerSpec)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector()
{
io.fabric.chaosmesh.v1alpha.SelectorSpec v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder: io.fabric.chaosmesh.v1alpha.SelectorSpec build()>();
goto label;
label:
v = null;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.SelectorSpec buildSelector()
{
io.fabric.chaosmesh.v1alpha.SelectorSpec v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder: io.fabric.chaosmesh.v1alpha.SelectorSpec build()>();
goto label;
label:
v = null;
label:
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withSelector(io.fabric.chaosmesh.v1alpha.SelectorSpec)
{
io.fabric.kubernetes.api.builder.VisitableMap v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
io.fabric.chaosmesh.v1alpha.SelectorSpec v;
java.util.List v, v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v, v, v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: io.fabric.chaosmesh.v1alpha.SelectorSpec;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("selector");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
if v == null goto label;
v = new io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder: void <init>(io.fabric.chaosmesh.v1alpha.SelectorSpec)>(v);
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector> = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("selector");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
label:
return v;
}
public java.lang.Boolean hasSelector()
{
java.lang.Boolean v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
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.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested withNewSelector()
{
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SelectorNestedImpl v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = new io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SelectorNestedImpl;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SelectorNestedImpl: void <init>(io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested withNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec)
{
io.fabric.chaosmesh.v1alpha.SelectorSpec v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SelectorNestedImpl v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: io.fabric.chaosmesh.v1alpha.SelectorSpec;
v = new io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SelectorNestedImpl;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl$SelectorNestedImpl: void <init>(io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl,io.fabric.chaosmesh.v1alpha.SelectorSpec)>(v, v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested editSelector()
{
io.fabric.chaosmesh.v1alpha.SelectorSpec v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector()>();
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested withNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested editOrNewSelector()
{
io.fabric.chaosmesh.v1alpha.SelectorSpec v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector()>();
if v == null goto label;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector()>();
goto label;
label:
v = new io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder;
specialinvoke v.<io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder: void <init>()>();
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder: io.fabric.chaosmesh.v1alpha.SelectorSpec build()>();
label:
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested withNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec)>(v);
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested editOrNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec)
{
io.fabric.chaosmesh.v1alpha.SelectorSpec v, v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: io.fabric.chaosmesh.v1alpha.SelectorSpec;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector()>();
if v == null goto label;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpec getSelector()>();
goto label;
label:
v = v;
label:
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent$SelectorNested withNewSelectorLike(io.fabric.chaosmesh.v1alpha.SelectorSpec)>(v);
return v;
}
public java.lang.String getTimeOffset()
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withTimeOffset(java.lang.String)
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset> = v;
return v;
}
public java.lang.Boolean hasTimeOffset()
{
java.lang.Boolean v;
java.lang.String v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
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 java.lang.String getValue()
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
return v;
}
public io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluent withValue(java.lang.String)
{
java.lang.String v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value> = v;
return v;
}
public java.lang.Boolean hasValue()
{
java.lang.Boolean v;
java.lang.String v;
boolean v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
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)
{
boolean v, v, v, v, v, v, v, v;
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v, v, v, v;
java.util.List v, v, v, v, v, v, v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.lang.Class v, v;
java.lang.Object v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v, v, v, v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
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.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = interfaceinvoke v.<java.util.List: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
v = virtualinvoke v.<io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
if v == null goto label;
label:
return 0;
label:
return 1;
}
public int hashCode()
{
java.lang.Object[] v;
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v;
java.lang.Integer v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.List v, v;
int v, v;
java.lang.String v, v, v, v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = newarray (java.lang.Object)[9];
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v[0] = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v[1] = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
v[2] = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
v[3] = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
v[4] = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
v[5] = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
v[6] = v;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
v[7] = v;
v = specialinvoke v.<io.fabric.kubernetes.api.builder.BaseFluent: int hashCode()>();
v = staticinvoke <java.lang.Integer: java.lang.Integer valueOf(int)>(v);
v[8] = v;
v = staticinvoke <java.util.Objects: int hash(java.lang.Object[])>(v);
return v;
}
public java.lang.String toString()
{
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
boolean v, v;
io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder v, v;
io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl v;
java.util.List v, v, v, v, v, v;
java.lang.StringBuilder v;
io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder v, v;
v := @this: io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl;
v = new java.lang.StringBuilder;
specialinvoke v.<java.lang.StringBuilder: void <init>()>();
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("{");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("clockIds:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List clockIds>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.util.List)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u,");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
if v == null goto label;
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = interfaceinvoke v.<java.util.List: boolean isEmpty()>();
if v != 0 goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("containerNames:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.util.List containerNames>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.util.List)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u,");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("duration:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String duration>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u,");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("mode:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String mode>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u,");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("scheduler:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder scheduler>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (io.fabric.chaosmesh.v1alpha.SchedulerSpecBuilder)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u,");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("selector:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder selector>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (io.fabric.chaosmesh.v1alpha.SelectorSpecBuilder)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u,");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("timeOffset:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String timeOffset>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (java.lang.String)>(v) <java.lang.invoke.StringConcatFactory: java.lang.invoke.CallSite makeConcatWithConstants(java.lang.invoke.MethodHandles$Lookup,java.lang.String,java.lang.invoke.MethodType,java.lang.String,java.lang.Object[])>("\u,");
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("value:");
v = v.<io.fabric.chaosmesh.v1alpha.TimeChaosSpecFluentImpl: java.lang.String value>;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>(v);
label:
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("}");
v = virtualinvoke v.<java.lang.StringBuilder: java.lang.String toString()>();
return v;
}
}