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

io.fabric8.openshift.api.model.miscellaneous.apiserver.v1.PerUserAPIRequestCountBuilder Maven / Gradle / Ivy

There is a newer version: 6.13.4
Show newest version
package io.fabric8.openshift.api.model.miscellaneous.apiserver.v1;

import io.fabric8.kubernetes.api.builder.VisitableBuilder;
public class PerUserAPIRequestCountBuilder extends PerUserAPIRequestCountFluent implements VisitableBuilder{
  public PerUserAPIRequestCountBuilder() {
    this(new PerUserAPIRequestCount());
  }
  
  public PerUserAPIRequestCountBuilder(PerUserAPIRequestCountFluent fluent) {
    this(fluent, new PerUserAPIRequestCount());
  }
  
  public PerUserAPIRequestCountBuilder(PerUserAPIRequestCountFluent fluent,PerUserAPIRequestCount instance) {
    this.fluent = fluent;
    fluent.copyInstance(instance);
  }
  
  public PerUserAPIRequestCountBuilder(PerUserAPIRequestCount instance) {
    this.fluent = this;
    this.copyInstance(instance);
  }
  PerUserAPIRequestCountFluent fluent;
  
  public PerUserAPIRequestCount build() {
    PerUserAPIRequestCount buildable = new PerUserAPIRequestCount(fluent.buildByVerb(),fluent.getRequestCount(),fluent.getUserAgent(),fluent.getUsername());
    buildable.setAdditionalProperties(fluent.getAdditionalProperties());
    return buildable;
  }
  

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy