Airbyte Kotlin Bulk CDK
Toggle table of contents
1.0.2
jvm
Platform filter
jvm
Switch theme
Search in API
Airbyte Kotlin Bulk CDK
bulk-cdk-toolkit-legacy-task-loader
/
io.airbyte.cdk.load.data
/
IntegerValue
Integer
Value
@
JvmInline
value
class
IntegerValue
(
val
value
:
BigInteger
)
:
AirbyteValue
,
Comparable
<
IntegerValue
>
Members
Members & Extensions
Constructors
Integer
Value
Link copied to clipboard
constructor
(
value
:
Long
)
constructor
(
value
:
BigInteger
)
Properties
airbyte
Type
Link copied to clipboard
open
val
airbyteType
:
AirbyteType
value
Link copied to clipboard
val
value
:
BigInteger
Functions
compare
To
Link copied to clipboard
open
operator override
fun
compareTo
(
other
:
IntegerValue
)
:
Int
to
Json
Link copied to clipboard
fun
AirbyteValue
.
toJson
(
)
:
JsonNode