Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
Automatically update java client (ref: Cosmo-Tech/cosmotech-api@ad3a93e)
Browse files Browse the repository at this point in the history
===
Disable Gradle (incubating) configuration-on-demand as a workaround to fix CI issues

See [1] for the upstream issue and [2] for the workaround explanation.

[1] gradle/gradle#4823
[2] gradle/kotlin-dsl-samples#607 (comment)
===

Co-authored-by: rm3l <rm3l@users.noreply.github.com>
  • Loading branch information
csmplatform and rm3l committed Oct 27, 2021
1 parent 0f5d15c commit 6f53cea
Show file tree
Hide file tree
Showing 52 changed files with 52 additions and 52 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Cosmo Tech Plaform API
- API version: 0.0.10-SNAPSHOT
- Build date: 2021-10-27T16:02:30.046369036Z[Etc/UTC]
- Build date: 2021-10-27T16:27:13.461868431Z[Etc/UTC]

Cosmo Tech Platform API

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.Map;
import java.util.List;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ApiException extends Exception {
private int code = 0;
private Map<String, List<String>> responseHeaders = null;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.cosmotech.client;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class Configuration {
private static ApiClient defaultApiClient = new ApiClient();

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.cosmotech.client;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class Pair {
private String name = "";
private String value = "";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/auth/ApiKeyAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.Map;
import java.util.List;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ApiKeyAuth implements Authentication {
private final String location;
private final String paramName;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.Map;
import java.util.List;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class HttpBearerAuth implements Authentication {
private final String scheme;
private String bearerToken;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/auth/OAuth.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
import java.util.Map;
import java.util.List;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class OAuth implements Authentication {
private String accessToken;

Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/auth/OAuthFlow.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

package com.cosmotech.client.auth;

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public enum OAuthFlow {
accessCode, //called authorizationCode in OpenAPI 3.0
implicit,
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/model/Connector.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a version of a Connector
*/
@ApiModel(description = "a version of a Connector")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class Connector {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* a connector parameter
*/
@ApiModel(description = "a connector parameter")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ConnectorParameter {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a connector parameters group
*/
@ApiModel(description = "a connector parameters group")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ConnectorParameterGroup {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/model/Dataset.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* a Dataset
*/
@ApiModel(description = "a Dataset")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class Dataset {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* a Dataset compatibility constraint to a Solution version open range
*/
@ApiModel(description = "a Dataset compatibility constraint to a Solution version open range")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class DatasetCompatibility {
public static final String SERIALIZED_NAME_SOLUTION_KEY = "solutionKey";
@SerializedName(SERIALIZED_NAME_SOLUTION_KEY)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a Connector setup
*/
@ApiModel(description = "a Connector setup")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class DatasetConnector {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* the Dataset Copy Parameters
*/
@ApiModel(description = "the Dataset Copy Parameters")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class DatasetCopyParameters {
public static final String SERIALIZED_NAME_SOURCE_ID = "sourceId";
@SerializedName(SERIALIZED_NAME_SOURCE_ID)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/model/Organization.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* an Organization
*/
@ApiModel(description = "an Organization")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class Organization {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a cloud service resource
*/
@ApiModel(description = "a cloud service resource")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class OrganizationService {
public static final String SERIALIZED_NAME_CLOUD_SERVICE = "cloudService";
@SerializedName(SERIALIZED_NAME_CLOUD_SERVICE)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* the cloud service resources of the Organization
*/
@ApiModel(description = "the cloud service resources of the Organization")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class OrganizationServices {
public static final String SERIALIZED_NAME_TENANT_CREDENTIALS = "tenantCredentials";
@SerializedName(SERIALIZED_NAME_TENANT_CREDENTIALS)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* a User
*/
@ApiModel(description = "a User")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class OrganizationUser {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/model/RunTemplate.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a Solution Run Template
*/
@ApiModel(description = "a Solution Run Template")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class RunTemplate {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a Run Template Parameter
*/
@ApiModel(description = "a Run Template Parameter")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class RunTemplateParameter {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* a Parameter Group for a Run Template
*/
@ApiModel(description = "a Parameter Group for a Run Template")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class RunTemplateParameterGroup {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* the value of Analysis parameter for a Scenario for this ScenarioRun
*/
@ApiModel(description = "the value of Analysis parameter for a Scenario for this ScenarioRun")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class RunTemplateParameterValue {
public static final String SERIALIZED_NAME_PARAMETER_ID = "parameterId";
@SerializedName(SERIALIZED_NAME_PARAMETER_ID)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/model/Scenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* a Scenario with base information
*/
@ApiModel(description = "a Scenario with base information")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class Scenario {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* the difference between the values of a parameter
*/
@ApiModel(description = "the difference between the values of a parameter")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioChangedParameterValue {
public static final String SERIALIZED_NAME_PARAMETER_ID = "parameterId";
@SerializedName(SERIALIZED_NAME_PARAMETER_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* the result of the comparison of two scenarios
*/
@ApiModel(description = "the result of the comparison of two scenarios")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioComparisonResult {
public static final String SERIALIZED_NAME_SCENARIO_ID = "scenarioId";
@SerializedName(SERIALIZED_NAME_SCENARIO_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
* Scenario data download job info
*/
@ApiModel(description = "Scenario data download job info")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioDataDownloadInfo {
public static final String SERIALIZED_NAME_URL = "url";
@SerializedName(SERIALIZED_NAME_URL)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* Scenario data download job
*/
@ApiModel(description = "Scenario data download job")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioDataDownloadJob {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
/**
* ScenarioLastRun
*/
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioLastRun {
public static final String SERIALIZED_NAME_SCENARIO_RUN_ID = "scenarioRunId";
@SerializedName(SERIALIZED_NAME_SCENARIO_RUN_ID)
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/cosmotech/client/model/ScenarioRun.java
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* a ScenarioRun with only base properties
*/
@ApiModel(description = "a ScenarioRun with only base properties")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRun {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* a ScenarioRun container description
*/
@ApiModel(description = "a ScenarioRun container description")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunContainer {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* a scenario run container artifact
*/
@ApiModel(description = "a scenario run container artifact")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunContainerArtifact {
public static final String SERIALIZED_NAME_NAME = "name";
@SerializedName(SERIALIZED_NAME_NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* logs for a given container
*/
@ApiModel(description = "logs for a given container")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunContainerLogs {
public static final String SERIALIZED_NAME_NODE_ID = "nodeId";
@SerializedName(SERIALIZED_NAME_NODE_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
* the scenariorun logs returned by all containers
*/
@ApiModel(description = "the scenariorun logs returned by all containers")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunLogs {
public static final String SERIALIZED_NAME_SCENARIORUN_ID = "scenariorunId";
@SerializedName(SERIALIZED_NAME_SCENARIORUN_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* the search options
*/
@ApiModel(description = "the search options")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunSearch {
public static final String SERIALIZED_NAME_SOLUTION_ID = "solutionId";
@SerializedName(SERIALIZED_NAME_SOLUTION_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
* the parameters to run directly containers
*/
@ApiModel(description = "the parameters to run directly containers")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunStartContainers {
public static final String SERIALIZED_NAME_GENERATE_NAME = "generateName";
@SerializedName(SERIALIZED_NAME_GENERATE_NAME)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
* a ScenarioRun status
*/
@ApiModel(description = "a ScenarioRun status")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunStatus {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
* status of a ScenarioRun Node
*/
@ApiModel(description = "status of a ScenarioRun Node")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:02:30.046369036Z[Etc/UTC]")
@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen", date = "2021-10-27T16:27:13.461868431Z[Etc/UTC]")
public class ScenarioRunStatusNode {
public static final String SERIALIZED_NAME_ID = "id";
@SerializedName(SERIALIZED_NAME_ID)
Expand Down
Loading

0 comments on commit 6f53cea

Please sign in to comment.