TimestampT

data class TimestampT(val value: String) : KeyspacesCellValue

A timestamp value representing date and time with millisecond precision.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this KeyspacesCellValue as a AsciiT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a AsciiT.

Link copied to clipboard

Casts this KeyspacesCellValue as a AsciiT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a AsciiT.

Link copied to clipboard

Casts this KeyspacesCellValue as a BigintT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a BigintT.

Link copied to clipboard

Casts this KeyspacesCellValue as a BigintT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a BigintT.

Link copied to clipboard

Casts this KeyspacesCellValue as a BlobT and retrieves its kotlin.ByteArray value. Throws an exception if the KeyspacesCellValue is not a BlobT.

Link copied to clipboard

Casts this KeyspacesCellValue as a BlobT and retrieves its kotlin.ByteArray value. Returns null if the KeyspacesCellValue is not a BlobT.

Link copied to clipboard

Casts this KeyspacesCellValue as a BoolT and retrieves its kotlin.Boolean value. Throws an exception if the KeyspacesCellValue is not a BoolT.

Link copied to clipboard

Casts this KeyspacesCellValue as a BoolT and retrieves its kotlin.Boolean value. Returns null if the KeyspacesCellValue is not a BoolT.

Link copied to clipboard

Casts this KeyspacesCellValue as a CounterT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a CounterT.

Link copied to clipboard

Casts this KeyspacesCellValue as a CounterT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a CounterT.

Link copied to clipboard

Casts this KeyspacesCellValue as a DateT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a DateT.

Link copied to clipboard

Casts this KeyspacesCellValue as a DateT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a DateT.

Link copied to clipboard

Casts this KeyspacesCellValue as a DecimalT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a DecimalT.

Link copied to clipboard

Casts this KeyspacesCellValue as a DecimalT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a DecimalT.

Link copied to clipboard

Casts this KeyspacesCellValue as a DoubleT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a DoubleT.

Link copied to clipboard

Casts this KeyspacesCellValue as a DoubleT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a DoubleT.

Link copied to clipboard

Casts this KeyspacesCellValue as a FloatT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a FloatT.

Link copied to clipboard

Casts this KeyspacesCellValue as a FloatT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a FloatT.

Link copied to clipboard

Casts this KeyspacesCellValue as a InetT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a InetT.

Link copied to clipboard

Casts this KeyspacesCellValue as a InetT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a InetT.

Link copied to clipboard
fun asIntT(): String

Casts this KeyspacesCellValue as a IntT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a IntT.

Link copied to clipboard

Casts this KeyspacesCellValue as a IntT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a IntT.

Link copied to clipboard

Casts this KeyspacesCellValue as a ListT and retrieves its kotlin.collections.List value. Throws an exception if the KeyspacesCellValue is not a ListT.

Link copied to clipboard

Casts this KeyspacesCellValue as a ListT and retrieves its kotlin.collections.List value. Returns null if the KeyspacesCellValue is not a ListT.

Link copied to clipboard

Casts this KeyspacesCellValue as a MapT and retrieves its kotlin.collections.List value. Throws an exception if the KeyspacesCellValue is not a MapT.

Link copied to clipboard

Casts this KeyspacesCellValue as a MapT and retrieves its kotlin.collections.List value. Returns null if the KeyspacesCellValue is not a MapT.

Link copied to clipboard

Casts this KeyspacesCellValue as a SetT and retrieves its kotlin.collections.List value. Throws an exception if the KeyspacesCellValue is not a SetT.

Link copied to clipboard

Casts this KeyspacesCellValue as a SetT and retrieves its kotlin.collections.List value. Returns null if the KeyspacesCellValue is not a SetT.

Link copied to clipboard

Casts this KeyspacesCellValue as a SmallintT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a SmallintT.

Link copied to clipboard

Casts this KeyspacesCellValue as a SmallintT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a SmallintT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TextT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a TextT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TextT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a TextT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TimestampT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a TimestampT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TimestampT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a TimestampT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TimeT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a TimeT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TimeT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a TimeT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TimeuuidT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a TimeuuidT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TimeuuidT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a TimeuuidT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TinyintT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a TinyintT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TinyintT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a TinyintT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TupleT and retrieves its kotlin.collections.List value. Throws an exception if the KeyspacesCellValue is not a TupleT.

Link copied to clipboard

Casts this KeyspacesCellValue as a TupleT and retrieves its kotlin.collections.List value. Returns null if the KeyspacesCellValue is not a TupleT.

Link copied to clipboard

Casts this KeyspacesCellValue as a UdtT and retrieves its kotlin.collections.Map value. Throws an exception if the KeyspacesCellValue is not a UdtT.

Link copied to clipboard

Casts this KeyspacesCellValue as a UdtT and retrieves its kotlin.collections.Map value. Returns null if the KeyspacesCellValue is not a UdtT.

Link copied to clipboard

Casts this KeyspacesCellValue as a UuidT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a UuidT.

Link copied to clipboard

Casts this KeyspacesCellValue as a UuidT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a UuidT.

Link copied to clipboard

Casts this KeyspacesCellValue as a VarcharT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a VarcharT.

Link copied to clipboard

Casts this KeyspacesCellValue as a VarcharT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a VarcharT.

Link copied to clipboard

Casts this KeyspacesCellValue as a VarintT and retrieves its kotlin.String value. Throws an exception if the KeyspacesCellValue is not a VarintT.

Link copied to clipboard

Casts this KeyspacesCellValue as a VarintT and retrieves its kotlin.String value. Returns null if the KeyspacesCellValue is not a VarintT.