class CardOnFile
<init> |
CardOnFile(usage: Usage, reason: Reason)CardOnFile() |
component1 |
fun component1(): Usage |
component2 |
fun component2(): Reason |
copy |
fun copy(usage: Usage, reason: Reason): CardOnFile |
equals |
fun equals(p: java.lang.Object): boolean |
getReason |
fun getReason(): Reason |
getUsage |
fun getUsage(): Usage |
hashCode |
fun hashCode(): int |
toString |
fun toString(): java.lang.String |