Axer
Toggle table of contents
1.1.10
common
Platform filter
common
Switch theme
Search in API
Axer
Axer
/
io.github.orioneee.domain.requests.data
/
TransactionShort
Transaction
Short
common
@
Serializable
data
class
TransactionShort
(
val
id
:
Long
,
val
method
:
String
,
val
sendTime
:
Long
,
val
host
:
String
,
val
path
:
String
,
val
responseTime
:
Long
?
,
val
responseStatus
:
Int
?
,
val
error
:
SavableErrorShort
?
,
val
responseDefaultType
:
BodyType
?
=
null
,
val
isViewed
:
Boolean
,
val
sessionIdentifier
:
String
)
:
Transaction
Members
Constructors
Transaction
Short
Link copied to clipboard
common
constructor
(
id
:
Long
,
method
:
String
,
sendTime
:
Long
,
host
:
String
,
path
:
String
,
responseTime
:
Long
?
,
responseStatus
:
Int
?
,
error
:
SavableErrorShort
?
,
responseDefaultType
:
BodyType
?
=
null
,
isViewed
:
Boolean
,
sessionIdentifier
:
String
)
Properties
error
Link copied to clipboard
common
open
override
val
error
:
SavableErrorShort
?
full
Url
Link copied to clipboard
common
open
val
fullUrl
:
String
host
Link copied to clipboard
common
open
override
val
host
:
String
id
Link copied to clipboard
common
open
override
val
id
:
Long
is
Viewed
Link copied to clipboard
common
open
override
val
isViewed
:
Boolean
method
Link copied to clipboard
common
open
override
val
method
:
String
path
Link copied to clipboard
common
open
override
val
path
:
String
response
Default
Type
Link copied to clipboard
common
open
override
val
responseDefaultType
:
BodyType
?
=
null
response
Status
Link copied to clipboard
common
open
override
val
responseStatus
:
Int
?
response
Time
Link copied to clipboard
common
open
override
val
responseTime
:
Long
?
send
Time
Link copied to clipboard
common
open
override
val
sendTime
:
Long
session
Identifier
Link copied to clipboard
common
open
override
val
sessionIdentifier
:
String
total
Time
Link copied to clipboard
common
open
val
totalTime
:
Long
Functions
as
Request
Link copied to clipboard
common
fun
asRequest
(
)
:
RequestShort
as
Response
Link copied to clipboard
common
fun
asResponse
(
)
:
ResponseShort
?
is
Error
By
Status
Code
Link copied to clipboard
common
open
fun
isErrorByStatusCode
(
)
:
Boolean
is
Finished
Link copied to clipboard
common
open
fun
isFinished
(
)
:
Boolean
is
In
Progress
Link copied to clipboard
common
open
fun
isInProgress
(
)
:
Boolean