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

io.kubernetes.client.openapi.models.V1beta2CounterBuilder Maven / Gradle / Ivy

The newest version!
package io.kubernetes.client.openapi.models;

import io.kubernetes.client.fluent.VisitableBuilder;
public class V1beta2CounterBuilder extends V1beta2CounterFluent implements VisitableBuilder{
  public V1beta2CounterBuilder() {
    this(new V1beta2Counter());
  }
  
  public V1beta2CounterBuilder(V1beta2CounterFluent fluent) {
    this(fluent, new V1beta2Counter());
  }
  
  public V1beta2CounterBuilder(V1beta2CounterFluent fluent,V1beta2Counter instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public V1beta2CounterBuilder(V1beta2Counter instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  V1beta2CounterFluent fluent;
  
  public V1beta2Counter build() {
    V1beta2Counter buildable = new V1beta2Counter();
    buildable.setValue(fluent.getValue());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy