com.finbourne.workflow.model.ValueConstraints Maven / Gradle / Ivy
/*
* FINBOURNE Workflow API
*
* Contact: [email protected]
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
package com.finbourne.workflow.model;
import java.util.Objects;
import com.google.gson.TypeAdapter;
import com.google.gson.annotations.JsonAdapter;
import com.google.gson.annotations.SerializedName;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import com.google.gson.JsonArray;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonDeserializer;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonParseException;
import com.google.gson.TypeAdapterFactory;
import com.google.gson.reflect.TypeToken;
import com.google.gson.TypeAdapter;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import java.io.IOException;
import java.lang.reflect.Type;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.Set;
import com.finbourne.workflow.JSON;
/**
* Constraints that should be applied to a Tasks fields
*/
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class ValueConstraints {
public static final String SERIALIZED_NAME_CONSTRAINT_TYPE = "constraintType";
@SerializedName(SERIALIZED_NAME_CONSTRAINT_TYPE)
private String constraintType;
public static final String SERIALIZED_NAME_VALUE_SOURCE_TYPE = "valueSourceType";
@SerializedName(SERIALIZED_NAME_VALUE_SOURCE_TYPE)
private String valueSourceType;
public static final String SERIALIZED_NAME_ACCEPTABLE_VALUES = "acceptableValues";
@SerializedName(SERIALIZED_NAME_ACCEPTABLE_VALUES)
private List