All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.tock.bot.mongo.DialogCol_.kt Maven / Gradle / Ivy

package ai.tock.bot.mongo

import ai.tock.bot.engine.dialog.Dialog
import ai.tock.bot.engine.user.PlayerId
import ai.tock.bot.engine.user.PlayerId_Col
import java.time.Instant
import kotlin.Boolean
import kotlin.Int
import kotlin.String
import kotlin.Suppress
import kotlin.collections.Collection
import kotlin.collections.List
import kotlin.collections.Map
import kotlin.collections.Set
import kotlin.reflect.KProperty1
import org.litote.kmongo.Id
import org.litote.kmongo.property.KCollectionPropertyPath
import org.litote.kmongo.property.KCollectionSimplePropertyPath
import org.litote.kmongo.property.KMapPropertyPath
import org.litote.kmongo.property.KPropertyPath

private val __PlayerIds: KProperty1?>
    get() = DialogCol::playerIds
private val ___id: KProperty1?>
    get() = DialogCol::_id
private val __State: KProperty1
    get() = DialogCol::state
private val __Stories: KProperty1?>
    get() = DialogCol::stories
private val __ApplicationIds: KProperty1?>
    get() = DialogCol::applicationIds
private val __LastUpdateDate: KProperty1
    get() = DialogCol::lastUpdateDate
private val __GroupId: KProperty1
    get() = DialogCol::groupId
private val __Test: KProperty1
    get() = DialogCol::test
private val __Namespace: KProperty1
    get() = DialogCol::namespace
private val __Rating: KProperty1
    get() = DialogCol::rating
private val __Review: KProperty1
    get() = DialogCol::review
internal class DialogCol_(previous: KPropertyPath?, property: KProperty1<*, DialogCol?>) :
        KPropertyPath(previous,property) {
    val playerIds: PlayerId_Col
        get() = PlayerId_Col(this,DialogCol::playerIds)

    val _id: KPropertyPath?>
        get() = KPropertyPath(this,___id)

    val state: KPropertyPath
        get() = KPropertyPath(this,__State)

    val stories: StoryMongoWrapper_Col
        get() = StoryMongoWrapper_Col(this,DialogCol::stories)

    val applicationIds: KCollectionSimplePropertyPath
        get() = KCollectionSimplePropertyPath(this,DialogCol::applicationIds)

    val lastUpdateDate: KPropertyPath
        get() = KPropertyPath(this,__LastUpdateDate)

    val groupId: KPropertyPath
        get() = KPropertyPath(this,__GroupId)

    val test: KPropertyPath
        get() = KPropertyPath(this,__Test)

    val namespace: KPropertyPath
        get() = KPropertyPath(this,__Namespace)

    val rating: KPropertyPath
        get() = KPropertyPath(this,__Rating)

    val review: KPropertyPath
        get() = KPropertyPath(this,__Review)

    companion object {
        val PlayerIds: PlayerId_Col
            get() = PlayerId_Col(null,__PlayerIds)
        val _id: KProperty1?>
            get() = ___id
        val State: KProperty1
            get() = __State
        val Stories: StoryMongoWrapper_Col
            get() = StoryMongoWrapper_Col(null,__Stories)
        val ApplicationIds: KCollectionSimplePropertyPath
            get() = KCollectionSimplePropertyPath(null, __ApplicationIds)
        val LastUpdateDate: KProperty1
            get() = __LastUpdateDate
        val GroupId: KProperty1
            get() = __GroupId
        val Test: KProperty1
            get() = __Test
        val Namespace: KProperty1
            get() = __Namespace
        val Rating: KProperty1
            get() = __Rating
        val Review: KProperty1
            get() = __Review}
}

internal class DialogCol_Col(previous: KPropertyPath?, property: KProperty1<*,
        Collection?>) : KCollectionPropertyPath>(previous,property) {
    val playerIds: PlayerId_Col
        get() = PlayerId_Col(this,DialogCol::playerIds)

    val _id: KPropertyPath?>
        get() = KPropertyPath(this,___id)

    val state: KPropertyPath
        get() = KPropertyPath(this,__State)

    val stories: StoryMongoWrapper_Col
        get() = StoryMongoWrapper_Col(this,DialogCol::stories)

    val applicationIds: KCollectionSimplePropertyPath
        get() = KCollectionSimplePropertyPath(this,DialogCol::applicationIds)

    val lastUpdateDate: KPropertyPath
        get() = KPropertyPath(this,__LastUpdateDate)

    val groupId: KPropertyPath
        get() = KPropertyPath(this,__GroupId)

    val test: KPropertyPath
        get() = KPropertyPath(this,__Test)

    val namespace: KPropertyPath
        get() = KPropertyPath(this,__Namespace)

    val rating: KPropertyPath
        get() = KPropertyPath(this,__Rating)

    val review: KPropertyPath
        get() = KPropertyPath(this,__Review)

    @Suppress("UNCHECKED_CAST")
    override fun memberWithAdditionalPath(additionalPath: String): DialogCol_ = DialogCol_(this,
            customProperty(this, additionalPath))}

internal class DialogCol_Map(previous: KPropertyPath?, property: KProperty1<*, Map?>) : KMapPropertyPath>(previous,property) {
    val playerIds: PlayerId_Col
        get() = PlayerId_Col(this,DialogCol::playerIds)

    val _id: KPropertyPath?>
        get() = KPropertyPath(this,___id)

    val state: KPropertyPath
        get() = KPropertyPath(this,__State)

    val stories: StoryMongoWrapper_Col
        get() = StoryMongoWrapper_Col(this,DialogCol::stories)

    val applicationIds: KCollectionSimplePropertyPath
        get() = KCollectionSimplePropertyPath(this,DialogCol::applicationIds)

    val lastUpdateDate: KPropertyPath
        get() = KPropertyPath(this,__LastUpdateDate)

    val groupId: KPropertyPath
        get() = KPropertyPath(this,__GroupId)

    val test: KPropertyPath
        get() = KPropertyPath(this,__Test)

    val namespace: KPropertyPath
        get() = KPropertyPath(this,__Namespace)

    val rating: KPropertyPath
        get() = KPropertyPath(this,__Rating)

    val review: KPropertyPath
        get() = KPropertyPath(this,__Review)

    @Suppress("UNCHECKED_CAST")
    override fun memberWithAdditionalPath(additionalPath: String): DialogCol_ = DialogCol_(this,
            customProperty(this, additionalPath))}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy