ConstructionButtonDTO

private class ConstructionButtonDTO(construction: IConstruction, buttonText: String, rejectionReason: String?)

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

buttonText
Link copied to clipboard
val buttonText: String
construction
Link copied to clipboard
val construction: IConstruction
rejectionReason
Link copied to clipboard
val rejectionReason: String? = null

Sources

jvm source
Link copied to clipboard