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

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

There is a newer version: 24.0.0-legacy
Show newest version
package io.kubernetes.client.openapi.models;

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy