Gamebase SDK for Android 2.44.2
NHN Cloud Gamebase Platform
Loading...
Searching...
No Matches
AuthMappingInfo Class Reference
Inheritance diagram for AuthMappingInfo:
Inheritance graph
Collaboration diagram for AuthMappingInfo:
Collaboration graph

Public Member Functions

 AuthMappingInfo ()
 
String getUserId ()
 
String getAuthSystem ()
 
String getIdPCode ()
 
long getRegDate ()
 
String getAuthKey ()
 
String toJsonString ()
 
String toPrettyJsonString ()
 
String toString ()
 

Static Public Member Functions

static< T > T fromJson (@NonNull String json, Class< T > classOfT)
 
static< T > T fromJson (@NonNull JSONObject jsonObject, Class< T > classOfT)
 
static< T > T fromJson (@NonNull String json, Type type)
 

Package Attributes

String userId
 
String authSystem
 
String idPCode
 
long regDate
 
String authKey
 

Constructor & Destructor Documentation

◆ AuthMappingInfo()

Member Function Documentation

◆ fromJson() [1/3]

static< T > T fromJson ( @NonNull JSONObject  jsonObject,
Class< T >  classOfT 
)
staticinherited
Here is the call graph for this function:

◆ fromJson() [2/3]

static< T > T fromJson ( @NonNull String  json,
Class< T >  classOfT 
)
staticinherited
Here is the caller graph for this function:

◆ fromJson() [3/3]

static< T > T fromJson ( @NonNull String  json,
Type  type 
)
staticinherited

◆ getAuthKey()

String getAuthKey ( )

◆ getAuthSystem()

String getAuthSystem ( )

◆ getIdPCode()

String getIdPCode ( )

◆ getRegDate()

long getRegDate ( )

◆ getUserId()

String getUserId ( )

◆ toJsonString()

String toJsonString ( )
inherited
Here is the caller graph for this function:

◆ toPrettyJsonString()

String toPrettyJsonString ( )
inherited

◆ toString()

String toString ( )
inherited

Reimplemented in TransferAccountRenewConfiguration.

Here is the call graph for this function:

Member Data Documentation

◆ authKey

String authKey
package

◆ authSystem

String authSystem
package

◆ idPCode

String idPCode
package

◆ regDate

long regDate
package

◆ userId

String userId
package