All Downloads are FREE. Search and download functionalities are using the official Maven repository.

sbt.protocol.TerminalSetEchoResponse.scala Maven / Gradle / Ivy

/**
 * This code is generated using [[https://www.scala-sbt.org/contraband/ sbt-contraband]].
 */

// DO NOT EDIT MANUALLY
package sbt.protocol
final class TerminalSetEchoResponse private () extends sbt.protocol.EventMessage() with Serializable {



override def equals(o: Any): Boolean = this.eq(o.asInstanceOf[AnyRef]) || (o match {
  case _: TerminalSetEchoResponse => true
  case _ => false
})
override def hashCode: Int = {
  37 * (17 + "sbt.protocol.TerminalSetEchoResponse".##)
}
override def toString: String = {
  "TerminalSetEchoResponse()"
}
private[this] def copy(): TerminalSetEchoResponse = {
  new TerminalSetEchoResponse()
}

}
object TerminalSetEchoResponse {
  
  def apply(): TerminalSetEchoResponse = new TerminalSetEchoResponse()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy