public class io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl extends io.fabric.kubernetes.api.builder.BaseFluent implements io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent
{
private java.lang.String authTokenFile;
private java.lang.String caCertConfigMap;
private java.lang.String promQL;
private java.lang.String schedule;
private java.lang.String serverURL;
private java.lang.String serviceAccountName;
private io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink;
private java.lang.String step;
public void <init>()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
specialinvoke v.<io.fabric.kubernetes.api.builder.BaseFluent: void <init>()>();
return;
}
public void <init>(io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v, v, v, v, v, v, v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec;
specialinvoke v.<io.fabric.kubernetes.api.builder.BaseFluent: void <init>()>();
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: java.lang.String getAuthTokenFile()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withAuthTokenFile(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: java.lang.String getCaCertConfigMap()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withCaCertConfigMap(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: java.lang.String getPromQL()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withPromQL(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: java.lang.String getSchedule()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withSchedule(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: java.lang.String getServerURL()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withServerURL(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: java.lang.String getServiceAccountName()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withServiceAccountName(java.lang.String)>(v);
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: io.fabric.knative.internal.pkg.apis.duck.v.Destination getSink()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withSink(io.fabric.knative.internal.pkg.apis.duck.v.Destination)>(v);
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpec: java.lang.String getStep()>();
virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withStep(java.lang.String)>(v);
return;
}
public java.lang.String getAuthTokenFile()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withAuthTokenFile(java.lang.String)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile> = v;
return v;
}
public java.lang.Boolean hasAuthTokenFile()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
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 getCaCertConfigMap()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withCaCertConfigMap(java.lang.String)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap> = v;
return v;
}
public java.lang.Boolean hasCaCertConfigMap()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
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 getPromQL()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withPromQL(java.lang.String)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL> = v;
return v;
}
public java.lang.Boolean hasPromQL()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
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 getSchedule()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withSchedule(java.lang.String)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule> = v;
return v;
}
public java.lang.Boolean hasSchedule()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
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 getServerURL()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withServerURL(java.lang.String)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL> = v;
return v;
}
public java.lang.Boolean hasServerURL()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
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 getServiceAccountName()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withServiceAccountName(java.lang.String)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName> = v;
return v;
}
public java.lang.Boolean hasServiceAccountName()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
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.knative.internal.pkg.apis.duck.v.Destination getSink()
{
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v, v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
v = virtualinvoke v.<io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder: io.fabric.knative.internal.pkg.apis.duck.v.Destination build()>();
goto label;
label:
v = null;
label:
return v;
}
public io.fabric.knative.internal.pkg.apis.duck.v.Destination buildSink()
{
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v, v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
v = virtualinvoke v.<io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder: io.fabric.knative.internal.pkg.apis.duck.v.Destination build()>();
goto label;
label:
v = null;
label:
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withSink(io.fabric.knative.internal.pkg.apis.duck.v.Destination)
{
io.fabric.kubernetes.api.builder.VisitableMap v, v, v;
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v, v, v, v;
java.util.List v, v, v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: io.fabric.knative.internal.pkg.apis.duck.v.Destination;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("sink");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
if v == null goto label;
v = new io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder;
specialinvoke v.<io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder: void <init>(io.fabric.knative.internal.pkg.apis.duck.v.Destination)>(v);
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink> = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("sink");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
interfaceinvoke v.<java.util.List: boolean add(java.lang.Object)>(v);
goto label;
label:
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink> = null;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.kubernetes.api.builder.VisitableMap _visitables>;
v = virtualinvoke v.<io.fabric.kubernetes.api.builder.VisitableMap: java.util.List get(java.lang.Object)>("sink");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
interfaceinvoke v.<java.util.List: boolean remove(java.lang.Object)>(v);
label:
return v;
}
public java.lang.Boolean hasSink()
{
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested withNewSink()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl$SinkNestedImpl v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = new io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl$SinkNestedImpl;
specialinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl$SinkNestedImpl: void <init>(io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl)>(v);
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested withNewSinkLike(io.fabric.knative.internal.pkg.apis.duck.v.Destination)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl$SinkNestedImpl v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: io.fabric.knative.internal.pkg.apis.duck.v.Destination;
v = new io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl$SinkNestedImpl;
specialinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl$SinkNestedImpl: void <init>(io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl,io.fabric.knative.internal.pkg.apis.duck.v.Destination)>(v, v);
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested editSink()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.Destination getSink()>();
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested withNewSinkLike(io.fabric.knative.internal.pkg.apis.duck.v.Destination)>(v);
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested editOrNewSink()
{
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v, v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.Destination getSink()>();
if v == null goto label;
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.Destination getSink()>();
goto label;
label:
v = new io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder;
specialinvoke v.<io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder: void <init>()>();
v = virtualinvoke v.<io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder: io.fabric.knative.internal.pkg.apis.duck.v.Destination build()>();
label:
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested withNewSinkLike(io.fabric.knative.internal.pkg.apis.duck.v.Destination)>(v);
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested editOrNewSinkLike(io.fabric.knative.internal.pkg.apis.duck.v.Destination)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested v;
io.fabric.knative.internal.pkg.apis.duck.v.Destination v, v, v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: io.fabric.knative.internal.pkg.apis.duck.v.Destination;
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.Destination getSink()>();
if v == null goto label;
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.Destination getSink()>();
goto label;
label:
v = v;
label:
v = virtualinvoke v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent$SinkNested withNewSinkLike(io.fabric.knative.internal.pkg.apis.duck.v.Destination)>(v);
return v;
}
public java.lang.String getStep()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
return v;
}
public io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluent withStep(java.lang.String)
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v := @parameter: java.lang.String;
v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step> = v;
return v;
}
public java.lang.Boolean hasStep()
{
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.Boolean v;
java.lang.String v;
boolean v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v, v, v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
java.lang.Class v, v;
java.lang.Object v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
v = virtualinvoke v.<io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
if v == null goto label;
label:
return 0;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
if v == null goto label;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
v = virtualinvoke v.<java.lang.String: boolean equals(java.lang.Object)>(v);
if v != 0 goto label;
goto label;
label:
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
if v == null goto label;
label:
return 0;
label:
return 1;
}
public int hashCode()
{
java.lang.Object[] v;
java.lang.Integer v;
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v;
int v, v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.String v, v, v, v, v, v, v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
v = newarray (java.lang.Object)[9];
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
v[0] = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
v[1] = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
v[2] = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
v[3] = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
v[4] = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
v[5] = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
v[6] = v;
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
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()
{
io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder v, v;
java.lang.String v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v, v;
io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl v;
java.lang.StringBuilder v;
v := @this: io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("authTokenFile:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String authTokenFile>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("caCertConfigMap:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String caCertConfigMap>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("promQL:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String promQL>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("schedule:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String schedule>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("serverURL:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serverURL>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("serviceAccountName:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String serviceAccountName>;
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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("sink:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder sink>;
v = dynamicinvoke "makeConcatWithConstants" <java.lang.String (io.fabric.knative.internal.pkg.apis.duck.v.DestinationBuilder)>(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.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
if v == null goto label;
virtualinvoke v.<java.lang.StringBuilder: java.lang.StringBuilder append(java.lang.String)>("step:");
v = v.<io.fabric.knative.eventing.contrib.prometheus.v1alpha.PrometheusSourceSpecFluentImpl: java.lang.String step>;
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;
}
}