public class io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl extends io.fabric.openshift.api.model.FeatureGateFluentImpl implements io.fabric.openshift.api.model.ResourceAccessReviewFluent$FeatureGateContentNested, io.fabric.kubernetes.api.builder.Nested
{
private final io.fabric.openshift.api.model.FeatureGateBuilder builder;
final io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0;
void <init>(io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl, io.fabric.openshift.api.model.FeatureGate)
{
io.fabric.openshift.api.model.FeatureGate v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl v;
io.fabric.openshift.api.model.FeatureGateBuilder v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl;
v := @parameter: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl;
v := @parameter: io.fabric.openshift.api.model.FeatureGate;
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0> = v;
specialinvoke v.<io.fabric.openshift.api.model.FeatureGateFluentImpl: void <init>()>();
v = new io.fabric.openshift.api.model.FeatureGateBuilder;
specialinvoke v.<io.fabric.openshift.api.model.FeatureGateBuilder: void <init>(io.fabric.openshift.api.model.FeatureGateFluent,io.fabric.openshift.api.model.FeatureGate)>(v, v);
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl: io.fabric.openshift.api.model.FeatureGateBuilder builder> = v;
return;
}
void <init>(io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl)
{
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl v;
io.fabric.openshift.api.model.FeatureGateBuilder v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl;
v := @parameter: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl;
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0> = v;
specialinvoke v.<io.fabric.openshift.api.model.FeatureGateFluentImpl: void <init>()>();
v = new io.fabric.openshift.api.model.FeatureGateBuilder;
specialinvoke v.<io.fabric.openshift.api.model.FeatureGateBuilder: void <init>(io.fabric.openshift.api.model.FeatureGateFluent)>(v);
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl: io.fabric.openshift.api.model.FeatureGateBuilder builder> = v;
return;
}
public java.lang.Object and()
{
io.fabric.openshift.api.model.FeatureGate v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl v;
io.fabric.openshift.api.model.ResourceAccessReviewFluent v;
io.fabric.openshift.api.model.FeatureGateBuilder v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl;
v = v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0>;
v = v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl: io.fabric.openshift.api.model.FeatureGateBuilder builder>;
v = virtualinvoke v.<io.fabric.openshift.api.model.FeatureGateBuilder: io.fabric.openshift.api.model.FeatureGate build()>();
v = virtualinvoke v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluent withContent(io.fabric.kubernetes.api.model.HasMetadata)>(v);
return v;
}
public java.lang.Object endFeatureGateContent()
{
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl v;
java.lang.Object v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl;
v = virtualinvoke v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$FeatureGateContentNestedImpl: java.lang.Object and()>();
return v;
}
}