toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.tracing
/
DocumentDetail
Document
Detail
class
DocumentDetail
(
val
threadId
:
Long
,
val
from
:
Pair
<
String
,
String
>
,
val
to
:
Pair
<
String
,
String
>
,
document
:
XProcDocument
)
:
TraceDetail
(
source
)
Members
Constructors
Document
Detail
Link copied to clipboard
constructor
(
threadId
:
Long
,
from
:
Pair
<
String
,
String
>
,
to
:
Pair
<
String
,
String
>
,
document
:
XProcDocument
)
Properties
content
Type
Link copied to clipboard
val
contentType
:
MediaType
?
from
Link copied to clipboard
val
from
:
Pair
<
String
,
String
>
id
Link copied to clipboard
val
id
:
Long
nano
Seconds
Link copied to clipboard
val
nanoSeconds
:
Long
thread
Id
Link copied to clipboard
val
threadId
:
Long
to
Link copied to clipboard
val
to
:
Pair
<
String
,
String
>