PremiumSearchModel

interface PremiumSearchModel : PenicillinModel

A entity model that has "next" property. This model was implemented by one for premium search api mainly.

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
abstract val client: ApiClient

The ApiClient instance.

Link copied to clipboard
abstract 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
abstract val next: String?

The

Inheritors

Link copied to clipboard
Link copied to clipboard