Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
/*
* Open:Risk API
* Service to calculate parametric linear risk statistics and generate risk model asset identifier mappings.
*
* The version of the OpenAPI document: 1.24.0
* 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.OpenRisk.models;
import java.util.Objects;
import java.util.Arrays;
import java.util.Map;
import java.util.HashMap;
import com.factset.sdk.OpenRisk.models.InlineResponse200Components;
import com.factset.sdk.OpenRisk.models.InlineResponse200Info;
import com.factset.sdk.OpenRisk.models.InlineResponse200Servers;
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 java.io.Serializable;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import com.factset.sdk.OpenRisk.JSON;
/**
* InlineResponse200
*/
@JsonPropertyOrder({
InlineResponse200.JSON_PROPERTY_OPENAPI,
InlineResponse200.JSON_PROPERTY_INFO,
InlineResponse200.JSON_PROPERTY_SERVERS,
InlineResponse200.JSON_PROPERTY_PATHS,
InlineResponse200.JSON_PROPERTY_COMPONENTS,
InlineResponse200.JSON_PROPERTY_SECURITY
})
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class InlineResponse200 implements Serializable {
private static final long serialVersionUID = 1L;
public static final String JSON_PROPERTY_OPENAPI = "openapi";
private String openapi;
public static final String JSON_PROPERTY_INFO = "info";
private InlineResponse200Info info;
public static final String JSON_PROPERTY_SERVERS = "servers";
private java.util.List servers = new java.util.ArrayList<>();
public static final String JSON_PROPERTY_PATHS = "paths";
private Object paths;
public static final String JSON_PROPERTY_COMPONENTS = "components";
private InlineResponse200Components components;
public static final String JSON_PROPERTY_SECURITY = "security";
private java.util.List