io.kubernetes.client.openapi.models.V1JSONSchemaPropsFluentImpl Maven / Gradle / Ivy
package io.kubernetes.client.openapi.models;
import io.kubernetes.client.fluent.VisitableBuilder;
import java.lang.SuppressWarnings;
import io.kubernetes.client.fluent.Nested;
import java.util.ArrayList;
import java.lang.String;
import java.util.LinkedHashMap;
import java.util.function.Predicate;
import java.lang.Deprecated;
import io.kubernetes.client.fluent.BaseFluent;
import java.util.Iterator;
import java.util.List;
import java.lang.Boolean;
import java.lang.Double;
import java.lang.Integer;
import java.lang.Long;
import java.util.Collection;
import java.lang.Object;
import java.util.Map;
/**
* Generated
*/
@SuppressWarnings(value = "unchecked")
public class V1JSONSchemaPropsFluentImpl> extends BaseFluent implements V1JSONSchemaPropsFluent{
public V1JSONSchemaPropsFluentImpl() {
}
public V1JSONSchemaPropsFluentImpl(V1JSONSchemaProps instance) {
this.withRef(instance.get$Ref());
this.withSchema(instance.get$Schema());
this.withAdditionalItems(instance.getAdditionalItems());
this.withAdditionalProperties(instance.getAdditionalProperties());
this.withAllOf(instance.getAllOf());
this.withAnyOf(instance.getAnyOf());
this.withDefault(instance.getDefault());
this.withDefinitions(instance.getDefinitions());
this.withDependencies(instance.getDependencies());
this.withDescription(instance.getDescription());
this.withEnum(instance.getEnum());
this.withExample(instance.getExample());
this.withExclusiveMaximum(instance.getExclusiveMaximum());
this.withExclusiveMinimum(instance.getExclusiveMinimum());
this.withExternalDocs(instance.getExternalDocs());
this.withFormat(instance.getFormat());
this.withId(instance.getId());
this.withItems(instance.getItems());
this.withMaxItems(instance.getMaxItems());
this.withMaxLength(instance.getMaxLength());
this.withMaxProperties(instance.getMaxProperties());
this.withMaximum(instance.getMaximum());
this.withMinItems(instance.getMinItems());
this.withMinLength(instance.getMinLength());
this.withMinProperties(instance.getMinProperties());
this.withMinimum(instance.getMinimum());
this.withMultipleOf(instance.getMultipleOf());
this.withNot(instance.getNot());
this.withNullable(instance.getNullable());
this.withOneOf(instance.getOneOf());
this.withPattern(instance.getPattern());
this.withPatternProperties(instance.getPatternProperties());
this.withProperties(instance.getProperties());
this.withRequired(instance.getRequired());
this.withTitle(instance.getTitle());
this.withType(instance.getType());
this.withUniqueItems(instance.getUniqueItems());
}
private String $ref;
private String $schema;
private Object additionalItems;
private Object additionalProperties;
private ArrayList allOf;
private ArrayList anyOf;
private Object _default;
private Map definitions;
private Map dependencies;
private String description;
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy