com.kibocommerce.sdk.fulfillment.model.TaskInput Maven / Gradle / Ivy
The newest version!
/*
* Kibo Fulfillment API - Production Profile
* REST API backing the Kibo Fulfiller User Interface
*
* OpenAPI spec version: 1.0
*
*
* 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.kibocommerce.sdk.fulfillment.model;
import java.util.Objects;
import java.util.Arrays;
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 io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import java.io.IOException;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
/**
* TaskInput
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2020-12-08T12:42:53.880-06:00[America/Chicago]")
public class TaskInput {
public static final String SERIALIZED_NAME_HELP_MESSAGE = "helpMessage";
@SerializedName(SERIALIZED_NAME_HELP_MESSAGE)
private String helpMessage;
public static final String SERIALIZED_NAME_LABEL = "label";
@SerializedName(SERIALIZED_NAME_LABEL)
private String label;
public static final String SERIALIZED_NAME_MAX_LENGTH = "maxLength";
@SerializedName(SERIALIZED_NAME_MAX_LENGTH)
private Integer maxLength;
public static final String SERIALIZED_NAME_MAXIMUM = "maximum";
@SerializedName(SERIALIZED_NAME_MAXIMUM)
private BigDecimal maximum;
public static final String SERIALIZED_NAME_MIN_LENGTH = "minLength";
@SerializedName(SERIALIZED_NAME_MIN_LENGTH)
private Integer minLength;
public static final String SERIALIZED_NAME_MINIMUM = "minimum";
@SerializedName(SERIALIZED_NAME_MINIMUM)
private BigDecimal minimum;
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
private String name;
public static final String SERIALIZED_NAME_OPTIONS = "options";
@SerializedName(SERIALIZED_NAME_OPTIONS)
private List
© 2015 - 2025 Weber Informatics LLC | Privacy Policy