com.databricks.sdk.service.pipelines.StopPipelineResponse Maven / Gradle / Ivy
// Code generated from OpenAPI specs by Databricks SDK Generator. DO NOT EDIT.
package com.databricks.sdk.service.pipelines;
import com.databricks.sdk.support.Generated;
import com.databricks.sdk.support.ToStringer;
import java.util.Objects;
@Generated
public class StopPipelineResponse {
@Override
public boolean equals(Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
return true;
}
@Override
public int hashCode() {
return Objects.hash();
}
@Override
public String toString() {
return new ToStringer(StopPipelineResponse.class).toString();
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy