
com.google.api.services.dataproc.model.SqlExecutionUiData Maven / Gradle / Ivy
/*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except
* in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under the License
* is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
* or implied. See the License for the specific language governing permissions and limitations under
* the License.
*/
/*
* This code was generated by https://github.com/googleapis/google-api-java-client-services/
* Modify at your own risk.
*/
package com.google.api.services.dataproc.model;
/**
* SQL Execution Data
*
* This is the Java data model class that specifies how to parse/serialize into the JSON that is
* transmitted over HTTP when working with the Cloud Dataproc API. For a detailed explanation see:
* https://developers.google.com/api-client-library/java/google-http-java-client/json
*
*
* @author Google, Inc.
*/
@SuppressWarnings("javadoc")
public final class SqlExecutionUiData extends com.google.api.client.json.GenericJson {
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String completionTime;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String description;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String details;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String errorMessage;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long executionId;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map jobs;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map metricValues;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.Boolean metricValuesIsNull;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.List metrics;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.util.Map modifiedConfigs;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private java.lang.String physicalPlanDescription;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.lang.Long rootExecutionId;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key @com.google.api.client.json.JsonString
private java.util.List stages;
/**
* The value may be {@code null}.
*/
@com.google.api.client.util.Key
private String submissionTime;
/**
* @return value or {@code null} for none
*/
public String getCompletionTime() {
return completionTime;
}
/**
* @param completionTime completionTime or {@code null} for none
*/
public SqlExecutionUiData setCompletionTime(String completionTime) {
this.completionTime = completionTime;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.lang.String getDescription() {
return description;
}
/**
* @param description description or {@code null} for none
*/
public SqlExecutionUiData setDescription(java.lang.String description) {
this.description = description;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.lang.String getDetails() {
return details;
}
/**
* @param details details or {@code null} for none
*/
public SqlExecutionUiData setDetails(java.lang.String details) {
this.details = details;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.lang.String getErrorMessage() {
return errorMessage;
}
/**
* @param errorMessage errorMessage or {@code null} for none
*/
public SqlExecutionUiData setErrorMessage(java.lang.String errorMessage) {
this.errorMessage = errorMessage;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.lang.Long getExecutionId() {
return executionId;
}
/**
* @param executionId executionId or {@code null} for none
*/
public SqlExecutionUiData setExecutionId(java.lang.Long executionId) {
this.executionId = executionId;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.util.Map getJobs() {
return jobs;
}
/**
* @param jobs jobs or {@code null} for none
*/
public SqlExecutionUiData setJobs(java.util.Map jobs) {
this.jobs = jobs;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.util.Map getMetricValues() {
return metricValues;
}
/**
* @param metricValues metricValues or {@code null} for none
*/
public SqlExecutionUiData setMetricValues(java.util.Map metricValues) {
this.metricValues = metricValues;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.lang.Boolean getMetricValuesIsNull() {
return metricValuesIsNull;
}
/**
* @param metricValuesIsNull metricValuesIsNull or {@code null} for none
*/
public SqlExecutionUiData setMetricValuesIsNull(java.lang.Boolean metricValuesIsNull) {
this.metricValuesIsNull = metricValuesIsNull;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.util.List getMetrics() {
return metrics;
}
/**
* @param metrics metrics or {@code null} for none
*/
public SqlExecutionUiData setMetrics(java.util.List metrics) {
this.metrics = metrics;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.util.Map getModifiedConfigs() {
return modifiedConfigs;
}
/**
* @param modifiedConfigs modifiedConfigs or {@code null} for none
*/
public SqlExecutionUiData setModifiedConfigs(java.util.Map modifiedConfigs) {
this.modifiedConfigs = modifiedConfigs;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.lang.String getPhysicalPlanDescription() {
return physicalPlanDescription;
}
/**
* @param physicalPlanDescription physicalPlanDescription or {@code null} for none
*/
public SqlExecutionUiData setPhysicalPlanDescription(java.lang.String physicalPlanDescription) {
this.physicalPlanDescription = physicalPlanDescription;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.lang.Long getRootExecutionId() {
return rootExecutionId;
}
/**
* @param rootExecutionId rootExecutionId or {@code null} for none
*/
public SqlExecutionUiData setRootExecutionId(java.lang.Long rootExecutionId) {
this.rootExecutionId = rootExecutionId;
return this;
}
/**
* @return value or {@code null} for none
*/
public java.util.List getStages() {
return stages;
}
/**
* @param stages stages or {@code null} for none
*/
public SqlExecutionUiData setStages(java.util.List stages) {
this.stages = stages;
return this;
}
/**
* @return value or {@code null} for none
*/
public String getSubmissionTime() {
return submissionTime;
}
/**
* @param submissionTime submissionTime or {@code null} for none
*/
public SqlExecutionUiData setSubmissionTime(String submissionTime) {
this.submissionTime = submissionTime;
return this;
}
@Override
public SqlExecutionUiData set(String fieldName, Object value) {
return (SqlExecutionUiData) super.set(fieldName, value);
}
@Override
public SqlExecutionUiData clone() {
return (SqlExecutionUiData) super.clone();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy