All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.fabric8.knative.flows.v1.ParallelChannelStatusBuilder Maven / Gradle / Ivy

package io.fabric8.knative.flows.v1;

import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class ParallelChannelStatusBuilder extends ParallelChannelStatusFluent implements VisitableBuilder{
  public ParallelChannelStatusBuilder() {
    this(new ParallelChannelStatus());
  }
  
  public ParallelChannelStatusBuilder(ParallelChannelStatusFluent fluent) {
    this(fluent, new ParallelChannelStatus());
  }
  
  public ParallelChannelStatusBuilder(ParallelChannelStatusFluent fluent,ParallelChannelStatus instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public ParallelChannelStatusBuilder(ParallelChannelStatus instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  ParallelChannelStatusFluent fluent;
  
  public ParallelChannelStatus build() {
    ParallelChannelStatus buildable = new ParallelChannelStatus(fluent.buildChannel(),fluent.buildReady());
    buildable.setAdditionalProperties(fluent.getAdditionalProperties());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy