update samples

This commit is contained in:
William Cheng
2024-04-09 20:49:23 +08:00
parent 3cb3fc2898
commit d6749f8a0e
158 changed files with 163 additions and 157 deletions

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -21,7 +21,7 @@ import java.util.Map;
* *
* @param <T> The type of data that is deserialized from response body * @param <T> The type of data that is deserialized from response body
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ApiResponse<T> { public class ApiResponse<T> {
final private int statusCode; final private int statusCode;
final private Map<String, List<String>> headers; final private Map<String, List<String>> headers;

View File

@@ -69,7 +69,7 @@ public class JSON {
/** /**
* Helper class to register the discriminator mappings. * Helper class to register the discriminator mappings.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
private static class ClassDiscriminatorMapping { private static class ClassDiscriminatorMapping {
// The model class name. // The model class name.
Class<?> modelClass; Class<?> modelClass;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -801,7 +801,7 @@ public class BodyApi {
return new ApiResponse<StringEnumRef>( return new ApiResponse<StringEnumRef>(
localVarResponse.statusCode(), localVarResponse.statusCode(),
localVarResponse.headers().map(), localVarResponse.headers().map(),
localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference<StringEnumRef>() {}) // closes the InputStream localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new GenericTypeRef<StringEnumRef>()) // closes the InputStream
); );
} finally { } finally {
} }

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,6 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
@@ -54,4 +55,4 @@ public class RFC3339DateFormat extends DateFormat {
public Object clone() { public Object clone() {
return super.clone(); return super.clone();
} }
} }

View File

@@ -5,6 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,6 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,6 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");
@@ -54,4 +55,4 @@ public class RFC3339DateFormat extends DateFormat {
public Object clone() { public Object clone() {
return super.clone(); return super.clone();
} }
} }

View File

@@ -5,6 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,6 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-12T08:53:21.719252228Z[UTC]") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-04-09T12:47:38.548062100Z[UTC]", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-02-12T08:53:21.727444586Z[UTC]") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2024-04-09T12:47:39.283968500Z[UTC]", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -21,7 +21,7 @@ import java.util.Map;
* *
* @param <T> The type of data that is deserialized from response body * @param <T> The type of data that is deserialized from response body
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ApiResponse<T> { public class ApiResponse<T> {
final private int statusCode; final private int statusCode;
final private Map<String, List<String>> headers; final private Map<String, List<String>> headers;

View File

@@ -69,7 +69,7 @@ public class JSON {
/** /**
* Helper class to register the discriminator mappings. * Helper class to register the discriminator mappings.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
private static class ClassDiscriminatorMapping { private static class ClassDiscriminatorMapping {
// The model class name. // The model class name.
Class<?> modelClass; Class<?> modelClass;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -660,7 +660,7 @@ public class FakeApi {
try { try {
String responseBody = localVarResponse.body(); String responseBody = localVarResponse.body();
return CompletableFuture.completedFuture( return CompletableFuture.completedFuture(
responseBody == null || responseBody.isBlank() ? null : memberVarObjectMapper.readValue(responseBody, new TypeReference<List<OuterEnum>>() {}) responseBody == null || responseBody.isBlank() ? null : memberVarObjectMapper.readValue(responseBody, new GenericTypeRef<List<OuterEnum>>())
); );
} catch (IOException e) { } catch (IOException e) {
return CompletableFuture.failedFuture(new ApiException(e)); return CompletableFuture.failedFuture(new ApiException(e));
@@ -696,7 +696,7 @@ public class FakeApi {
new ApiResponse<List<OuterEnum>>( new ApiResponse<List<OuterEnum>>(
localVarResponse.statusCode(), localVarResponse.statusCode(),
localVarResponse.headers().map(), localVarResponse.headers().map(),
responseBody == null || responseBody.isBlank() ? null : memberVarObjectMapper.readValue(responseBody, new TypeReference<List<OuterEnum>>() {})) responseBody == null || responseBody.isBlank() ? null : memberVarObjectMapper.readValue(responseBody, new GenericTypeRef<List<OuterEnum>>()))
); );
} catch (IOException e) { } catch (IOException e) {
return CompletableFuture.failedFuture(new ApiException(e)); return CompletableFuture.failedFuture(new ApiException(e));
@@ -1716,7 +1716,7 @@ public class FakeApi {
} }
} }
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
private static final class GenericTypeRef<T> extends TypeReference<T> {} private static final class GenericTypeRef<T> extends TypeReference<T> {}
/** /**

View File

@@ -21,7 +21,7 @@ import java.util.Map;
* *
* @param <T> The type of data that is deserialized from response body * @param <T> The type of data that is deserialized from response body
*/ */
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ApiResponse<T> { public class ApiResponse<T> {
final private int statusCode; final private int statusCode;
final private Map<String, List<String>> headers; final private Map<String, List<String>> headers;

View File

@@ -69,7 +69,7 @@ public class JSON {
/** /**
* Helper class to register the discriminator mappings. * Helper class to register the discriminator mappings.
*/ */
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
private static class ClassDiscriminatorMapping { private static class ClassDiscriminatorMapping {
// The model class name. // The model class name.
Class<?> modelClass; Class<?> modelClass;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @jakarta.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -21,7 +21,7 @@ import java.util.Map;
* *
* @param <T> The type of data that is deserialized from response body * @param <T> The type of data that is deserialized from response body
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ApiResponse<T> { public class ApiResponse<T> {
final private int statusCode; final private int statusCode;
final private Map<String, List<String>> headers; final private Map<String, List<String>> headers;

View File

@@ -69,7 +69,7 @@ public class JSON {
/** /**
* Helper class to register the discriminator mappings. * Helper class to register the discriminator mappings.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
private static class ClassDiscriminatorMapping { private static class ClassDiscriminatorMapping {
// The model class name. // The model class name.
Class<?> modelClass; Class<?> modelClass;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -548,7 +548,7 @@ public class FakeApi {
return new ApiResponse<List<OuterEnum>>( return new ApiResponse<List<OuterEnum>>(
localVarResponse.statusCode(), localVarResponse.statusCode(),
localVarResponse.headers().map(), localVarResponse.headers().map(),
localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new TypeReference<List<OuterEnum>>() {}) // closes the InputStream localVarResponse.body() == null ? null : memberVarObjectMapper.readValue(localVarResponse.body(), new GenericTypeRef<List<OuterEnum>>()) // closes the InputStream
); );
} finally { } finally {
} }
@@ -1507,7 +1507,7 @@ public class FakeApi {
} }
} }
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
private static final class GenericTypeRef<T> extends TypeReference<T> {} private static final class GenericTypeRef<T> extends TypeReference<T> {}
/** /**

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

View File

@@ -5,7 +5,7 @@ import java.util.HashSet;
/** /**
* Representing a Server Variable for server URL template substitution. * Representing a Server Variable for server URL template substitution.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerVariable { public class ServerVariable {
public String description; public String description;
public String defaultValue; public String defaultValue;

View File

@@ -22,7 +22,7 @@ import java.text.DecimalFormat;
import java.util.GregorianCalendar; import java.util.GregorianCalendar;
import java.util.TimeZone; import java.util.TimeZone;
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class RFC3339DateFormat extends DateFormat { public class RFC3339DateFormat extends DateFormat {
private static final long serialVersionUID = 1L; private static final long serialVersionUID = 1L;
private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC"); private static final TimeZone TIMEZONE_Z = TimeZone.getTimeZone("UTC");

View File

@@ -5,7 +5,7 @@ import java.util.Map;
/** /**
* Representing a Server configuration. * Representing a Server configuration.
*/ */
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen") @javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", comments = "Generator version: 7.5.0-SNAPSHOT")
public class ServerConfiguration { public class ServerConfiguration {
public String URL; public String URL;
public String description; public String description;

Some files were not shown because too many files have changed in this diff Show More