braspag3ds / br.com.braspag.data / UserData

UserData

class UserData

Constructors

<init>

UserData(guest: java.lang.Boolean, createdDate: java.lang.String, changedDate: java.lang.String, passwordChangedDate: java.lang.String, authenticationMethod: AuthenticationMethod, authenticationProtocol: java.lang.String, authenticationTimestamp: java.lang.String, newCustomer: java.lang.Boolean)
UserData()

Functions

component1

fun component1(): java.lang.Boolean

component2

fun component2(): java.lang.String

component3

fun component3(): java.lang.String

component4

fun component4(): java.lang.String

component5

fun component5(): AuthenticationMethod

component6

fun component6(): java.lang.String

component7

fun component7(): java.lang.String

component8

fun component8(): java.lang.Boolean

copy

fun copy(guest: java.lang.Boolean, createdDate: java.lang.String, changedDate: java.lang.String, passwordChangedDate: java.lang.String, authenticationMethod: AuthenticationMethod, authenticationProtocol: java.lang.String, authenticationTimestamp: java.lang.String, newCustomer: java.lang.Boolean): UserData

equals

fun equals(p: java.lang.Object): boolean

getAuthenticationMethod

fun getAuthenticationMethod(): AuthenticationMethod

getAuthenticationProtocol

fun getAuthenticationProtocol(): java.lang.String

getAuthenticationTimestamp

fun getAuthenticationTimestamp(): java.lang.String

getChangedDate

fun getChangedDate(): java.lang.String

getCreatedDate

fun getCreatedDate(): java.lang.String

getGuest

fun getGuest(): java.lang.Boolean

getNewCustomer

fun getNewCustomer(): java.lang.Boolean

getPasswordChangedDate

fun getPasswordChangedDate(): java.lang.String

hashCode

fun hashCode(): int

toString

fun toString(): java.lang.String