com.finbourne.luminesce.model.FeedbackEventArgs Maven / Gradle / Ivy
/*
* FINBOURNE Luminesce Web API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: 1.13.202
* 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.luminesce.model;
import java.util.Objects;
import java.util.Arrays;
import com.finbourne.luminesce.model.FeedbackLevel;
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.time.OffsetDateTime;
import java.util.ArrayList;
import java.util.List;
import java.util.UUID;
/**
* FeedbackEventArgs
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class FeedbackEventArgs {
public static final String SERIALIZED_NAME_WHEN = "when";
@SerializedName(SERIALIZED_NAME_WHEN)
private OffsetDateTime when;
public static final String SERIALIZED_NAME_SESSION_ID = "sessionId";
@SerializedName(SERIALIZED_NAME_SESSION_ID)
private UUID sessionId;
public static final String SERIALIZED_NAME_EXECUTION_ID = "executionId";
@SerializedName(SERIALIZED_NAME_EXECUTION_ID)
private UUID executionId;
public static final String SERIALIZED_NAME_LEVEL = "level";
@SerializedName(SERIALIZED_NAME_LEVEL)
private FeedbackLevel level;
public static final String SERIALIZED_NAME_SENDER = "sender";
@SerializedName(SERIALIZED_NAME_SENDER)
private String sender;
public static final String SERIALIZED_NAME_STATE_ID = "stateId";
@SerializedName(SERIALIZED_NAME_STATE_ID)
private Integer stateId;
public static final String SERIALIZED_NAME_MESSAGE_TEMPLATE = "messageTemplate";
@SerializedName(SERIALIZED_NAME_MESSAGE_TEMPLATE)
private String messageTemplate;
public static final String SERIALIZED_NAME_PROPERTY_VALUES = "propertyValues";
@SerializedName(SERIALIZED_NAME_PROPERTY_VALUES)
private List