PenicillinCursorModel

abstract class PenicillinCursorModel<T : Any>(val json: JsonObject, val client: ApiClient) : PenicillinModel

Constructors

Link copied to clipboard
fun PenicillinCursorModel(json: JsonObject, client: ApiClient)

Functions

Link copied to clipboard
abstract operator override fun equals(other: Any?): Boolean

Indicates whether some other model is "equal to" this one.

Link copied to clipboard
abstract override fun hashCode(): Int

Returns a hash code value for the model.

Link copied to clipboard
abstract override fun toString(): String

Returns a string representation of the model.

Properties

Link copied to clipboard
override val client: ApiClient

The ApiClient instance.

Link copied to clipboard
abstract val items: List<T>
Link copied to clipboard
override val json: JsonObject

The underlying JsonObject.

Link copied to clipboard
open val keyCase: JsonKeyCase
Link copied to clipboard
open val keyConverter: JsonKeyConverter
Link copied to clipboard
val nextCursor: Long
Link copied to clipboard
val nextCursorStr: String
Link copied to clipboard
val previousCursor: Long
Link copied to clipboard
val previousCursorStr: String
Link copied to clipboard
val totalCount: Int?

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard