class io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl extends io.fabric.openshift.api.model.EgressNetworkPolicyFluentImpl implements io.fabric.openshift.api.model.ResourceAccessReviewFluent$EgressNetworkPolicyContentNested, io.fabric.kubernetes.api.builder.Nested
{
io.fabric.openshift.api.model.EgressNetworkPolicyBuilder builder;
final io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0;
void <init>(io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl, io.fabric.openshift.api.model.EgressNetworkPolicy)
{
io.fabric.openshift.api.model.EgressNetworkPolicyBuilder v;
io.fabric.openshift.api.model.EgressNetworkPolicy v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl;
v := @parameter: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl;
v := @parameter: io.fabric.openshift.api.model.EgressNetworkPolicy;
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0> = v;
specialinvoke v.<io.fabric.openshift.api.model.EgressNetworkPolicyFluentImpl: void <init>()>();
v = new io.fabric.openshift.api.model.EgressNetworkPolicyBuilder;
specialinvoke v.<io.fabric.openshift.api.model.EgressNetworkPolicyBuilder: void <init>(io.fabric.openshift.api.model.EgressNetworkPolicyFluent,io.fabric.openshift.api.model.EgressNetworkPolicy)>(v, v);
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl: io.fabric.openshift.api.model.EgressNetworkPolicyBuilder builder> = v;
return;
}
void <init>(io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl)
{
io.fabric.openshift.api.model.EgressNetworkPolicyBuilder v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl;
v := @parameter: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl;
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0> = v;
specialinvoke v.<io.fabric.openshift.api.model.EgressNetworkPolicyFluentImpl: void <init>()>();
v = new io.fabric.openshift.api.model.EgressNetworkPolicyBuilder;
specialinvoke v.<io.fabric.openshift.api.model.EgressNetworkPolicyBuilder: void <init>(io.fabric.openshift.api.model.EgressNetworkPolicyFluent)>(v);
v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl: io.fabric.openshift.api.model.EgressNetworkPolicyBuilder builder> = v;
return;
}
public java.lang.Object and()
{
io.fabric.openshift.api.model.EgressNetworkPolicyBuilder v;
io.fabric.openshift.api.model.EgressNetworkPolicy v;
io.fabric.openshift.api.model.ResourceAccessReviewFluent v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl;
v = v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl this$0>;
v = v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl: io.fabric.openshift.api.model.EgressNetworkPolicyBuilder builder>;
v = virtualinvoke v.<io.fabric.openshift.api.model.EgressNetworkPolicyBuilder: io.fabric.openshift.api.model.EgressNetworkPolicy build()>();
v = virtualinvoke v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl: io.fabric.openshift.api.model.ResourceAccessReviewFluent withContent(io.fabric.kubernetes.api.model.KubernetesResource)>(v);
return v;
}
public java.lang.Object endEgressNetworkPolicyContent()
{
java.lang.Object v;
io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl v;
v := @this: io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl;
v = virtualinvoke v.<io.fabric.openshift.api.model.ResourceAccessReviewFluentImpl$EgressNetworkPolicyContentNestedImpl: java.lang.Object and()>();
return v;
}
}