public class DeploySchemaResponseDto extends Object
| Constructor and Description |
|---|
DeploySchemaResponseDto() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getCqlChanges() |
List<Map<String,Object>> |
getLogs(graphql.schema.DataFetchingEnvironment environment) |
UUID |
getVersion() |
void |
setCqlChanges(List<MigrationQuery> cqlChanges) |
void |
setLogs(List<ProcessingMessage<ProcessingLogType>> logs) |
void |
setVersion(UUID version) |
public void setVersion(UUID version)
public UUID getVersion()
public void setLogs(List<ProcessingMessage<ProcessingLogType>> logs)
public void setCqlChanges(List<MigrationQuery> cqlChanges)
Copyright © 2024. All rights reserved.