RdAssertion

data class RdAssertion(    val masterVersion: Int,     val slaveVersion: Int,     val text: String) : IPrintable

Constructors

Link copied to clipboard
fun RdAssertion(    masterVersion: Int,     slaveVersion: Int,     text: String)

Types

Link copied to clipboard
object Companion : IMarshaller<RdAssertion>

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun print(printer: PrettyPrinter)

Properties

Link copied to clipboard
val masterVersion: Int
Link copied to clipboard
val slaveVersion: Int
Link copied to clipboard
val text: String