AuthMappingInfo

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open val authKey: String
Link copied to clipboard
open val authSystem: String
Link copied to clipboard
open val idPCode: String
Link copied to clipboard
open val regDate: Long
Link copied to clipboard
open val userId: String

Functions

Link copied to clipboard
open fun <T> fromJson(@NonNull json: String, classOfT: Class<T>): T
open fun <T> fromJson(@NonNull json: String, type: Type): T
open fun <T> fromJson(@NonNull jsonObject: JSONObject, classOfT: Class<T>): T
Link copied to clipboard
open fun toJsonString(): String
Link copied to clipboard
Link copied to clipboard
open fun toString(): String