com.factset.sdk.IRNNotes.models.Operation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of irnnotes Show documentation
Show all versions of irnnotes Show documentation
FactSet SDK for Java - irnnotes
/*
* IRN API v1
* Allows users to extract, create, update and configure IRN data.
*
* The version of the OpenAPI document: 1
* 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.factset.sdk.IRNNotes.models;
import java.util.Objects;
import java.util.Arrays;
import java.util.Map;
import java.util.HashMap;
import com.factset.sdk.IRNNotes.models.OperationType;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonTypeName;
import com.fasterxml.jackson.annotation.JsonValue;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import org.openapitools.jackson.nullable.JsonNullable;
import com.fasterxml.jackson.annotation.JsonIgnore;
import org.openapitools.jackson.nullable.JsonNullable;
import java.util.NoSuchElementException;
import java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.factset.sdk.IRNNotes.JSON;
/**
* Operation
*/
@JsonPropertyOrder({
Operation.JSON_PROPERTY_OPERATION_TYPE,
Operation.JSON_PROPERTY_PATH,
Operation.JSON_PROPERTY_OP,
Operation.JSON_PROPERTY_FROM,
Operation.JSON_PROPERTY_VALUE
})
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Operation implements Serializable {
private static final long serialVersionUID = 1L;
public static final String JSON_PROPERTY_OPERATION_TYPE = "operationType";
private OperationType operationType;
public static final String JSON_PROPERTY_PATH = "path";
private JsonNullable path = JsonNullable.undefined();
public static final String JSON_PROPERTY_OP = "op";
private JsonNullable op = JsonNullable.undefined();
public static final String JSON_PROPERTY_FROM = "from";
private JsonNullable from = JsonNullable.undefined();
public static final String JSON_PROPERTY_VALUE = "value";
private JsonNullable