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

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

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

import io.kubernetes.client.fluent.VisitableBuilder;
public class V1beta2DeviceAllocationResultBuilder extends V1beta2DeviceAllocationResultFluent implements VisitableBuilder{
  public V1beta2DeviceAllocationResultBuilder() {
    this(new V1beta2DeviceAllocationResult());
  }
  
  public V1beta2DeviceAllocationResultBuilder(V1beta2DeviceAllocationResultFluent fluent) {
    this(fluent, new V1beta2DeviceAllocationResult());
  }
  
  public V1beta2DeviceAllocationResultBuilder(V1beta2DeviceAllocationResultFluent fluent,V1beta2DeviceAllocationResult instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public V1beta2DeviceAllocationResultBuilder(V1beta2DeviceAllocationResult instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  V1beta2DeviceAllocationResultFluent fluent;
  
  public V1beta2DeviceAllocationResult build() {
    V1beta2DeviceAllocationResult buildable = new V1beta2DeviceAllocationResult();
    buildable.setConfig(fluent.buildConfig());
    buildable.setResults(fluent.buildResults());
    return buildable;
  }
  

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy