toggle menu
fc-plugin-codbi
JVM
switch theme
search in API
fc-plugin-codbi
/
com.github.xima_formcycle_entwicklerkreis.fc.plugin.codbi.logic.cb
/
CodbiAiProxyLog
Codbi
Ai
Proxy
Log
@
Entity
class
CodbiAiProxyLog
(
var
id
:
Long
?
=
null
,
var
ts
:
Timestamp
?
=
null
,
var
userHash
:
String
?
=
null
,
var
ipMasked
:
String
?
=
null
,
var
endpoint
:
String
?
=
null
,
var
status
:
Int
?
=
null
,
var
detail
:
String
?
=
null
,
var
elapsedMs
:
Long
?
=
null
)
Entità JPA per la tabella del registro di controllo "codbi_ai_proxy".
See also
Ai
Proxy
Codbi
Entities
Members
Constructors
Codbi
Ai
Proxy
Log
Link copied to clipboard
constructor
(
id
:
Long
?
=
null
,
ts
:
Timestamp
?
=
null
,
userHash
:
String
?
=
null
,
ipMasked
:
String
?
=
null
,
endpoint
:
String
?
=
null
,
status
:
Int
?
=
null
,
detail
:
String
?
=
null
,
elapsedMs
:
Long
?
=
null
)
Properties
detail
Link copied to clipboard
var
detail
:
String
?
elapsed
Ms
Link copied to clipboard
var
elapsedMs
:
Long
?
endpoint
Link copied to clipboard
var
endpoint
:
String
?
id
Link copied to clipboard
var
id
:
Long
?
ip
Masked
Link copied to clipboard
var
ipMasked
:
String
?
status
Link copied to clipboard
var
status
:
Int
?
ts
Link copied to clipboard
var
ts
:
Timestamp
?
user
Hash
Link copied to clipboard
var
userHash
:
String
?