lib / com.kirkbushman.araw.models.commons / Gildings

Gildings

@JsonClass(true) class Gildings : Parcelable

This class represents the amount of silver, gold and platinum that a contribution has, given by users.

Gildings might be null, even if the object exists.

Constructors

<init>

This class represents the amount of silver, gold and platinum that a contribution has, given by users.

Gildings(silverCount: Short?, goldCount: Short?, platinumCount: Short?)

Properties

goldCount

gold count.

val goldCount: Short?

platinumCount

platinum count.

val platinumCount: Short?

silverCount

silver count.

val silverCount: Short?

Functions

hasGildings

fun hasGildings(): Boolean