JobParameter
Types
A double precision IEEE-754 floating point number represented as a string.
A signed integer represented as a string.
A file system path represented as a string.
A UTF-8 string.
Functions
Casts this JobParameter as a Float and retrieves its kotlin.String value. Throws an exception if the JobParameter is not a Float.
Casts this JobParameter as a Float and retrieves its kotlin.String value. Returns null if the JobParameter is not a Float.
Casts this JobParameter as a Int and retrieves its kotlin.String value. Throws an exception if the JobParameter is not a Int.
Casts this JobParameter as a Int and retrieves its kotlin.String value. Returns null if the JobParameter is not a Int.
Casts this JobParameter as a Path and retrieves its kotlin.String value. Throws an exception if the JobParameter is not a Path.
Casts this JobParameter as a Path and retrieves its kotlin.String value. Returns null if the JobParameter is not a Path.
Casts this JobParameter as a String and retrieves its kotlin.String value. Throws an exception if the JobParameter is not a String.
Casts this JobParameter as a String and retrieves its kotlin.String value. Returns null if the JobParameter is not a String.