CodbiAiProxyLog

@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)

JPA entity for the codbi_ai_proxy audit log table.

See also

Constructors

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

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: Long?
Link copied to clipboard
Link copied to clipboard
var status: Int?
Link copied to clipboard
Link copied to clipboard