KSLCore
Toggle table of contents
R1.2.2
jvm
Platform filter
jvm
Switch theme
Search in API
KSLCore
KSLCore
/
ksl.utilities.io.dbutil
/
WithinRepResponseViewData
Within
Rep
Response
View
Data
data
class
WithinRepResponseViewData
(
var
exp_name
:
String
=
""
,
var
run_name
:
String
=
""
,
var
num_reps
:
Int
=
-1
,
var
start_rep_id
:
Int
=
-1
,
var
last_rep_id
:
Int
=
-1
,
var
stat_name
:
String
=
""
,
var
rep_id
:
Int
=
-1
,
var
average
:
Double
?
=
null
)
:
TabularData
(
source
)
Members
Constructors
Within
Rep
Response
View
Data
Link copied to clipboard
constructor
(
exp_name
:
String
=
""
,
run_name
:
String
=
""
,
num_reps
:
Int
=
-1
,
start_rep_id
:
Int
=
-1
,
last_rep_id
:
Int
=
-1
,
stat_name
:
String
=
""
,
rep_id
:
Int
=
-1
,
average
:
Double
?
=
null
)
Properties
average
Link copied to clipboard
var
average
:
Double
?
exp_
name
Link copied to clipboard
var
exp_name
:
String
last_
rep_
id
Link copied to clipboard
var
last_rep_id
:
Int
num_
reps
Link copied to clipboard
var
num_reps
:
Int
rep_
id
Link copied to clipboard
var
rep_id
:
Int
run_
name
Link copied to clipboard
var
run_name
:
String
start_
rep_
id
Link copied to clipboard
var
start_rep_id
:
Int
stat_
name
Link copied to clipboard
var
stat_name
:
String