Airbyte Kotlin Bulk CDK
Toggle table of contents
0.1.92
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-core-load
/
io.airbyte.cdk.load.data
/
TimestampWithoutTimezoneValue
Timestamp
Without
Timezone
Value
@
JvmInline
value
class
TimestampWithoutTimezoneValue
(
val
value
:
LocalDateTime
)
:
AirbyteValue
,
Comparable
<
TimestampWithoutTimezoneValue
>
Members
Members & Extensions
Constructors
Timestamp
Without
Timezone
Value
Link copied to clipboard
constructor
(
timestamp
:
String
)
constructor
(
value
:
LocalDateTime
)
Properties
airbyte
Type
Link copied to clipboard
open
val
airbyteType
:
AirbyteType
value
Link copied to clipboard
val
value
:
LocalDateTime
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
TimestampWithoutTimezoneValue
)
:
Int
to
Json
Link copied to clipboard
fun
toJson
(
)
:
String
to
Json
Link copied to clipboard
fun
AirbyteValue
.
toJson
(
)
:
JsonNode