// Generated by the protocol buffer compiler. DO NOT EDIT! // source: keyapis/event/v1/keyapis_event_event_v1.proto // Generated files should ignore deprecation warnings @file:Suppress("DEPRECATION") package ru.keyapis.event.v1; @kotlin.jvm.JvmName("-initializeevent") public inline fun event(block: ru.keyapis.event.v1.EventKt.Dsl.() -> kotlin.Unit): ru.keyapis.event.v1.KeyapisEventV1Proto.Event = ru.keyapis.event.v1.EventKt.Dsl._create(ru.keyapis.event.v1.KeyapisEventV1Proto.Event.newBuilder()).apply { block() }._build() /** * ``` * Событие * ``` * * Protobuf type `keyapis.event.v1.Event` */ public object EventKt { @kotlin.OptIn(com.google.protobuf.kotlin.OnlyForUseByGeneratedProtoCode::class) @com.google.protobuf.kotlin.ProtoDslMarker public class Dsl private constructor( private val _builder: ru.keyapis.event.v1.KeyapisEventV1Proto.Event.Builder ) { public companion object { @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _create(builder: ru.keyapis.event.v1.KeyapisEventV1Proto.Event.Builder): Dsl = Dsl(builder) } @kotlin.jvm.JvmSynthetic @kotlin.PublishedApi internal fun _build(): ru.keyapis.event.v1.KeyapisEventV1Proto.Event = _builder.build() /** * ``` * Тип события. * Поле event_type * ``` * * `.keyapis.event.v1.Event.Type type = 1 [(.google.api.field_behavior) = REQUIRED];` */ public var type: ru.keyapis.event.v1.KeyapisEventV1Proto.Event.Type @JvmName("getType") get() = _builder.getType() @JvmName("setType") set(value) { _builder.setType(value) } public var typeValue: kotlin.Int @JvmName("getTypeValue") get() = _builder.getTypeValue() @JvmName("setTypeValue") set(value) { _builder.setTypeValue(value) } /** * ``` * Тип события. * Поле event_type * ``` * * `.keyapis.event.v1.Event.Type type = 1 [(.google.api.field_behavior) = REQUIRED];` */ public fun clearType() { _builder.clearType() } /** * ``` * Дата создания события. * # Тип: DateTime * ``` * * `.google.protobuf.Timestamp raised_at = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];` */ public var raisedAt: com.google.protobuf.Timestamp @JvmName("getRaisedAt") get() = _builder.getRaisedAt() @JvmName("setRaisedAt") set(value) { _builder.setRaisedAt(value) } /** * ``` * Дата создания события. * # Тип: DateTime * ``` * * `.google.protobuf.Timestamp raised_at = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];` */ public fun clearRaisedAt() { _builder.clearRaisedAt() } /** * ``` * Дата создания события. * # Тип: DateTime * ``` * * `.google.protobuf.Timestamp raised_at = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];` * @return Whether the raisedAt field is set. */ public fun hasRaisedAt(): kotlin.Boolean { return _builder.hasRaisedAt() } /** * ``` * Идентификатор устройства * ``` * * `.google.protobuf.Int32Value device_id = 3;` */ public var deviceId: com.google.protobuf.Int32Value @JvmName("getDeviceId") get() = _builder.getDeviceId() @JvmName("setDeviceId") set(value) { _builder.setDeviceId(value) } /** * ``` * Идентификатор устройства * ``` * * `.google.protobuf.Int32Value device_id = 3;` */ public fun clearDeviceId() { _builder.clearDeviceId() } /** * ``` * Идентификатор устройства * ``` * * `.google.protobuf.Int32Value device_id = 3;` * @return Whether the deviceId field is set. */ public fun hasDeviceId(): kotlin.Boolean { return _builder.hasDeviceId() } /** * ``` * Тип устройства на момент события * ``` * * `.keyapis.event.v1.Event.DeviceType device_type = 4;` */ public var deviceType: ru.keyapis.event.v1.KeyapisEventV1Proto.Event.DeviceType @JvmName("getDeviceType") get() = _builder.getDeviceType() @JvmName("setDeviceType") set(value) { _builder.setDeviceType(value) } public var deviceTypeValue: kotlin.Int @JvmName("getDeviceTypeValue") get() = _builder.getDeviceTypeValue() @JvmName("setDeviceTypeValue") set(value) { _builder.setDeviceTypeValue(value) } /** * ``` * Тип устройства на момент события * ``` * * `.keyapis.event.v1.Event.DeviceType device_type = 4;` */ public fun clearDeviceType() { _builder.clearDeviceType() } /** * ``` * Идентификатор компании * ``` * * `.google.protobuf.Int32Value company_id = 5;` */ public var companyId: com.google.protobuf.Int32Value @JvmName("getCompanyId") get() = _builder.getCompanyId() @JvmName("setCompanyId") set(value) { _builder.setCompanyId(value) } /** * ``` * Идентификатор компании * ``` * * `.google.protobuf.Int32Value company_id = 5;` */ public fun clearCompanyId() { _builder.clearCompanyId() } /** * ``` * Идентификатор компании * ``` * * `.google.protobuf.Int32Value company_id = 5;` * @return Whether the companyId field is set. */ public fun hasCompanyId(): kotlin.Boolean { return _builder.hasCompanyId() } /** * ``` * Идентификатор квартиры * ``` * * `.google.protobuf.Int32Value room_id = 6;` */ public var roomId: com.google.protobuf.Int32Value @JvmName("getRoomId") get() = _builder.getRoomId() @JvmName("setRoomId") set(value) { _builder.setRoomId(value) } /** * ``` * Идентификатор квартиры * ``` * * `.google.protobuf.Int32Value room_id = 6;` */ public fun clearRoomId() { _builder.clearRoomId() } /** * ``` * Идентификатор квартиры * ``` * * `.google.protobuf.Int32Value room_id = 6;` * @return Whether the roomId field is set. */ public fun hasRoomId(): kotlin.Boolean { return _builder.hasRoomId() } /** * ``` * Индекс реле * ``` * * `.google.protobuf.Int32Value relay = 7;` */ public var relay: com.google.protobuf.Int32Value @JvmName("getRelay") get() = _builder.getRelay() @JvmName("setRelay") set(value) { _builder.setRelay(value) } /** * ``` * Индекс реле * ``` * * `.google.protobuf.Int32Value relay = 7;` */ public fun clearRelay() { _builder.clearRelay() } /** * ``` * Индекс реле * ``` * * `.google.protobuf.Int32Value relay = 7;` * @return Whether the relay field is set. */ public fun hasRelay(): kotlin.Boolean { return _builder.hasRelay() } /** * ``` * Идентификатор пользователя * ``` * * `.google.protobuf.Int32Value user_id = 8;` */ public var userId: com.google.protobuf.Int32Value @JvmName("getUserId") get() = _builder.getUserId() @JvmName("setUserId") set(value) { _builder.setUserId(value) } /** * ``` * Идентификатор пользователя * ``` * * `.google.protobuf.Int32Value user_id = 8;` */ public fun clearUserId() { _builder.clearUserId() } /** * ``` * Идентификатор пользователя * ``` * * `.google.protobuf.Int32Value user_id = 8;` * @return Whether the userId field is set. */ public fun hasUserId(): kotlin.Boolean { return _builder.hasUserId() } /** * ``` * Юзерагент клиента из которого пользователь выполнял запрос * ``` * * `.google.protobuf.StringValue user_agent = 9;` */ public var userAgent: com.google.protobuf.StringValue @JvmName("getUserAgent") get() = _builder.getUserAgent() @JvmName("setUserAgent") set(value) { _builder.setUserAgent(value) } /** * ``` * Юзерагент клиента из которого пользователь выполнял запрос * ``` * * `.google.protobuf.StringValue user_agent = 9;` */ public fun clearUserAgent() { _builder.clearUserAgent() } /** * ``` * Юзерагент клиента из которого пользователь выполнял запрос * ``` * * `.google.protobuf.StringValue user_agent = 9;` * @return Whether the userAgent field is set. */ public fun hasUserAgent(): kotlin.Boolean { return _builder.hasUserAgent() } /** * ``` * Идентификатор дома * ``` * * `.google.protobuf.Int32Value building_id = 10;` */ public var buildingId: com.google.protobuf.Int32Value @JvmName("getBuildingId") get() = _builder.getBuildingId() @JvmName("setBuildingId") set(value) { _builder.setBuildingId(value) } /** * ``` * Идентификатор дома * ``` * * `.google.protobuf.Int32Value building_id = 10;` */ public fun clearBuildingId() { _builder.clearBuildingId() } /** * ``` * Идентификатор дома * ``` * * `.google.protobuf.Int32Value building_id = 10;` * @return Whether the buildingId field is set. */ public fun hasBuildingId(): kotlin.Boolean { return _builder.hasBuildingId() } /** * ``` * ОРПОН * ``` * * `.google.protobuf.Int64Value orpon_id = 11;` */ public var orponId: com.google.protobuf.Int64Value @JvmName("getOrponId") get() = _builder.getOrponId() @JvmName("setOrponId") set(value) { _builder.setOrponId(value) } /** * ``` * ОРПОН * ``` * * `.google.protobuf.Int64Value orpon_id = 11;` */ public fun clearOrponId() { _builder.clearOrponId() } /** * ``` * ОРПОН * ``` * * `.google.protobuf.Int64Value orpon_id = 11;` * @return Whether the orponId field is set. */ public fun hasOrponId(): kotlin.Boolean { return _builder.hasOrponId() } /** * ``` * Номер квартиры * ``` * * `.google.protobuf.StringValue room_number = 12;` */ public var roomNumber: com.google.protobuf.StringValue @JvmName("getRoomNumber") get() = _builder.getRoomNumber() @JvmName("setRoomNumber") set(value) { _builder.setRoomNumber(value) } /** * ``` * Номер квартиры * ``` * * `.google.protobuf.StringValue room_number = 12;` */ public fun clearRoomNumber() { _builder.clearRoomNumber() } /** * ``` * Номер квартиры * ``` * * `.google.protobuf.StringValue room_number = 12;` * @return Whether the roomNumber field is set. */ public fun hasRoomNumber(): kotlin.Boolean { return _builder.hasRoomNumber() } /** * ``` * Телефон ИВР * ``` * * `.google.protobuf.StringValue ivr_phone_number = 13;` */ public var ivrPhoneNumber: com.google.protobuf.StringValue @JvmName("getIvrPhoneNumber") get() = _builder.getIvrPhoneNumber() @JvmName("setIvrPhoneNumber") set(value) { _builder.setIvrPhoneNumber(value) } /** * ``` * Телефон ИВР * ``` * * `.google.protobuf.StringValue ivr_phone_number = 13;` */ public fun clearIvrPhoneNumber() { _builder.clearIvrPhoneNumber() } /** * ``` * Телефон ИВР * ``` * * `.google.protobuf.StringValue ivr_phone_number = 13;` * @return Whether the ivrPhoneNumber field is set. */ public fun hasIvrPhoneNumber(): kotlin.Boolean { return _builder.hasIvrPhoneNumber() } /** * ``` * Телефон гостя / звонящего * ``` * * `.google.protobuf.StringValue guest_phone_number = 14;` */ public var guestPhoneNumber: com.google.protobuf.StringValue @JvmName("getGuestPhoneNumber") get() = _builder.getGuestPhoneNumber() @JvmName("setGuestPhoneNumber") set(value) { _builder.setGuestPhoneNumber(value) } /** * ``` * Телефон гостя / звонящего * ``` * * `.google.protobuf.StringValue guest_phone_number = 14;` */ public fun clearGuestPhoneNumber() { _builder.clearGuestPhoneNumber() } /** * ``` * Телефон гостя / звонящего * ``` * * `.google.protobuf.StringValue guest_phone_number = 14;` * @return Whether the guestPhoneNumber field is set. */ public fun hasGuestPhoneNumber(): kotlin.Boolean { return _builder.hasGuestPhoneNumber() } /** * ``` * Код / пин код при открытии при звонке * ``` * * `.google.protobuf.StringValue code = 15;` */ public var code: com.google.protobuf.StringValue @JvmName("getCode") get() = _builder.getCode() @JvmName("setCode") set(value) { _builder.setCode(value) } /** * ``` * Код / пин код при открытии при звонке * ``` * * `.google.protobuf.StringValue code = 15;` */ public fun clearCode() { _builder.clearCode() } /** * ``` * Код / пин код при открытии при звонке * ``` * * `.google.protobuf.StringValue code = 15;` * @return Whether the code field is set. */ public fun hasCode(): kotlin.Boolean { return _builder.hasCode() } /** * ``` * RFID номер * ``` * * `.google.protobuf.StringValue rfid = 16;` */ public var rfid: com.google.protobuf.StringValue @JvmName("getRfid") get() = _builder.getRfid() @JvmName("setRfid") set(value) { _builder.setRfid(value) } /** * ``` * RFID номер * ``` * * `.google.protobuf.StringValue rfid = 16;` */ public fun clearRfid() { _builder.clearRfid() } /** * ``` * RFID номер * ``` * * `.google.protobuf.StringValue rfid = 16;` * @return Whether the rfid field is set. */ public fun hasRfid(): kotlin.Boolean { return _builder.hasRfid() } /** * ``` * ИД запроса. * # Тип: Guid * ``` * * `.google.protobuf.StringValue request_id = 17;` */ public var requestId: com.google.protobuf.StringValue @JvmName("getRequestId") get() = _builder.getRequestId() @JvmName("setRequestId") set(value) { _builder.setRequestId(value) } /** * ``` * ИД запроса. * # Тип: Guid * ``` * * `.google.protobuf.StringValue request_id = 17;` */ public fun clearRequestId() { _builder.clearRequestId() } /** * ``` * ИД запроса. * # Тип: Guid * ``` * * `.google.protobuf.StringValue request_id = 17;` * @return Whether the requestId field is set. */ public fun hasRequestId(): kotlin.Boolean { return _builder.hasRequestId() } /** * ``` * Номер телефона с которого было открытие по DTMF коду * ``` * * `.google.protobuf.StringValue dtmf_phone_number = 18;` */ public var dtmfPhoneNumber: com.google.protobuf.StringValue @JvmName("getDtmfPhoneNumber") get() = _builder.getDtmfPhoneNumber() @JvmName("setDtmfPhoneNumber") set(value) { _builder.setDtmfPhoneNumber(value) } /** * ``` * Номер телефона с которого было открытие по DTMF коду * ``` * * `.google.protobuf.StringValue dtmf_phone_number = 18;` */ public fun clearDtmfPhoneNumber() { _builder.clearDtmfPhoneNumber() } /** * ``` * Номер телефона с которого было открытие по DTMF коду * ``` * * `.google.protobuf.StringValue dtmf_phone_number = 18;` * @return Whether the dtmfPhoneNumber field is set. */ public fun hasDtmfPhoneNumber(): kotlin.Boolean { return _builder.hasDtmfPhoneNumber() } /** * ``` * Тип УЗ на устройстве. * Поле user_type * ``` * * `.google.protobuf.StringValue user_kind = 19;` */ public var userKind: com.google.protobuf.StringValue @JvmName("getUserKind") get() = _builder.getUserKind() @JvmName("setUserKind") set(value) { _builder.setUserKind(value) } /** * ``` * Тип УЗ на устройстве. * Поле user_type * ``` * * `.google.protobuf.StringValue user_kind = 19;` */ public fun clearUserKind() { _builder.clearUserKind() } /** * ``` * Тип УЗ на устройстве. * Поле user_type * ``` * * `.google.protobuf.StringValue user_kind = 19;` * @return Whether the userKind field is set. */ public fun hasUserKind(): kotlin.Boolean { return _builder.hasUserKind() } /** * ``` * Логин на устройстве * ``` * * `.google.protobuf.StringValue login = 20;` */ public var login: com.google.protobuf.StringValue @JvmName("getLogin") get() = _builder.getLogin() @JvmName("setLogin") set(value) { _builder.setLogin(value) } /** * ``` * Логин на устройстве * ``` * * `.google.protobuf.StringValue login = 20;` */ public fun clearLogin() { _builder.clearLogin() } /** * ``` * Логин на устройстве * ``` * * `.google.protobuf.StringValue login = 20;` * @return Whether the login field is set. */ public fun hasLogin(): kotlin.Boolean { return _builder.hasLogin() } /** * ``` * Пароль на устройстве * ``` * * `.google.protobuf.StringValue password = 21;` */ public var password: com.google.protobuf.StringValue @JvmName("getPassword") get() = _builder.getPassword() @JvmName("setPassword") set(value) { _builder.setPassword(value) } /** * ``` * Пароль на устройстве * ``` * * `.google.protobuf.StringValue password = 21;` */ public fun clearPassword() { _builder.clearPassword() } /** * ``` * Пароль на устройстве * ``` * * `.google.protobuf.StringValue password = 21;` * @return Whether the password field is set. */ public fun hasPassword(): kotlin.Boolean { return _builder.hasPassword() } /** * ``` * ip адрес устройства * ``` * * `.google.protobuf.StringValue host = 22;` */ public var host: com.google.protobuf.StringValue @JvmName("getHost") get() = _builder.getHost() @JvmName("setHost") set(value) { _builder.setHost(value) } /** * ``` * ip адрес устройства * ``` * * `.google.protobuf.StringValue host = 22;` */ public fun clearHost() { _builder.clearHost() } /** * ``` * ip адрес устройства * ``` * * `.google.protobuf.StringValue host = 22;` * @return Whether the host field is set. */ public fun hasHost(): kotlin.Boolean { return _builder.hasHost() } /** * ``` * Модель устройства * ``` * * `.google.protobuf.StringValue device_model = 23;` */ public var deviceModel: com.google.protobuf.StringValue @JvmName("getDeviceModel") get() = _builder.getDeviceModel() @JvmName("setDeviceModel") set(value) { _builder.setDeviceModel(value) } /** * ``` * Модель устройства * ``` * * `.google.protobuf.StringValue device_model = 23;` */ public fun clearDeviceModel() { _builder.clearDeviceModel() } /** * ``` * Модель устройства * ``` * * `.google.protobuf.StringValue device_model = 23;` * @return Whether the deviceModel field is set. */ public fun hasDeviceModel(): kotlin.Boolean { return _builder.hasDeviceModel() } /** * ``` * Идентификатор ключа * ``` * * `.google.protobuf.Int32Value rfid_id = 24;` */ public var rfidId: com.google.protobuf.Int32Value @JvmName("getRfidId") get() = _builder.getRfidId() @JvmName("setRfidId") set(value) { _builder.setRfidId(value) } /** * ``` * Идентификатор ключа * ``` * * `.google.protobuf.Int32Value rfid_id = 24;` */ public fun clearRfidId() { _builder.clearRfidId() } /** * ``` * Идентификатор ключа * ``` * * `.google.protobuf.Int32Value rfid_id = 24;` * @return Whether the rfidId field is set. */ public fun hasRfidId(): kotlin.Boolean { return _builder.hasRfidId() } /** * ``` * Идентификатор кода * ``` * * `.google.protobuf.Int32Value code_id = 25;` */ public var codeId: com.google.protobuf.Int32Value @JvmName("getCodeId") get() = _builder.getCodeId() @JvmName("setCodeId") set(value) { _builder.setCodeId(value) } /** * ``` * Идентификатор кода * ``` * * `.google.protobuf.Int32Value code_id = 25;` */ public fun clearCodeId() { _builder.clearCodeId() } /** * ``` * Идентификатор кода * ``` * * `.google.protobuf.Int32Value code_id = 25;` * @return Whether the codeId field is set. */ public fun hasCodeId(): kotlin.Boolean { return _builder.hasCodeId() } /** * ``` * Номер машины * ``` * * `.google.protobuf.StringValue car_number = 26;` */ public var carNumber: com.google.protobuf.StringValue @JvmName("getCarNumber") get() = _builder.getCarNumber() @JvmName("setCarNumber") set(value) { _builder.setCarNumber(value) } /** * ``` * Номер машины * ``` * * `.google.protobuf.StringValue car_number = 26;` */ public fun clearCarNumber() { _builder.clearCarNumber() } /** * ``` * Номер машины * ``` * * `.google.protobuf.StringValue car_number = 26;` * @return Whether the carNumber field is set. */ public fun hasCarNumber(): kotlin.Boolean { return _builder.hasCarNumber() } /** * ``` * Операционная система * ``` * * `.google.protobuf.StringValue os = 27;` */ public var os: com.google.protobuf.StringValue @JvmName("getOs") get() = _builder.getOs() @JvmName("setOs") set(value) { _builder.setOs(value) } /** * ``` * Операционная система * ``` * * `.google.protobuf.StringValue os = 27;` */ public fun clearOs() { _builder.clearOs() } /** * ``` * Операционная система * ``` * * `.google.protobuf.StringValue os = 27;` * @return Whether the os field is set. */ public fun hasOs(): kotlin.Boolean { return _builder.hasOs() } /** * ``` * Пуш-токен для устройства * ``` * * `.google.protobuf.StringValue push_token = 28;` */ public var pushToken: com.google.protobuf.StringValue @JvmName("getPushToken") get() = _builder.getPushToken() @JvmName("setPushToken") set(value) { _builder.setPushToken(value) } /** * ``` * Пуш-токен для устройства * ``` * * `.google.protobuf.StringValue push_token = 28;` */ public fun clearPushToken() { _builder.clearPushToken() } /** * ``` * Пуш-токен для устройства * ``` * * `.google.protobuf.StringValue push_token = 28;` * @return Whether the pushToken field is set. */ public fun hasPushToken(): kotlin.Boolean { return _builder.hasPushToken() } /** * ``` * ИД камеры. * # Тип: Guid * ``` * * `.google.protobuf.StringValue camera_uid = 29;` */ public var cameraUid: com.google.protobuf.StringValue @JvmName("getCameraUid") get() = _builder.getCameraUid() @JvmName("setCameraUid") set(value) { _builder.setCameraUid(value) } /** * ``` * ИД камеры. * # Тип: Guid * ``` * * `.google.protobuf.StringValue camera_uid = 29;` */ public fun clearCameraUid() { _builder.clearCameraUid() } /** * ``` * ИД камеры. * # Тип: Guid * ``` * * `.google.protobuf.StringValue camera_uid = 29;` * @return Whether the cameraUid field is set. */ public fun hasCameraUid(): kotlin.Boolean { return _builder.hasCameraUid() } /** * ``` * Ссылка на скриншот события * ``` * * `.google.protobuf.StringValue screenshot_url = 30;` */ public var screenshotUrl: com.google.protobuf.StringValue @JvmName("getScreenshotUrl") get() = _builder.getScreenshotUrl() @JvmName("setScreenshotUrl") set(value) { _builder.setScreenshotUrl(value) } /** * ``` * Ссылка на скриншот события * ``` * * `.google.protobuf.StringValue screenshot_url = 30;` */ public fun clearScreenshotUrl() { _builder.clearScreenshotUrl() } /** * ``` * Ссылка на скриншот события * ``` * * `.google.protobuf.StringValue screenshot_url = 30;` * @return Whether the screenshotUrl field is set. */ public fun hasScreenshotUrl(): kotlin.Boolean { return _builder.hasScreenshotUrl() } /** * ``` * Тип ТС * ``` * * `.google.protobuf.StringValue vehicle = 31;` */ public var vehicle: com.google.protobuf.StringValue @JvmName("getVehicle") get() = _builder.getVehicle() @JvmName("setVehicle") set(value) { _builder.setVehicle(value) } /** * ``` * Тип ТС * ``` * * `.google.protobuf.StringValue vehicle = 31;` */ public fun clearVehicle() { _builder.clearVehicle() } /** * ``` * Тип ТС * ``` * * `.google.protobuf.StringValue vehicle = 31;` * @return Whether the vehicle field is set. */ public fun hasVehicle(): kotlin.Boolean { return _builder.hasVehicle() } /** * ``` * Наименование курьерской компании * ``` * * `.google.protobuf.StringValue courier_company_name = 32;` */ public var courierCompanyName: com.google.protobuf.StringValue @JvmName("getCourierCompanyName") get() = _builder.getCourierCompanyName() @JvmName("setCourierCompanyName") set(value) { _builder.setCourierCompanyName(value) } /** * ``` * Наименование курьерской компании * ``` * * `.google.protobuf.StringValue courier_company_name = 32;` */ public fun clearCourierCompanyName() { _builder.clearCourierCompanyName() } /** * ``` * Наименование курьерской компании * ``` * * `.google.protobuf.StringValue courier_company_name = 32;` * @return Whether the courierCompanyName field is set. */ public fun hasCourierCompanyName(): kotlin.Boolean { return _builder.hasCourierCompanyName() } /** * ``` * Номер заказа * ``` * * `.google.protobuf.StringValue order_number = 33;` */ public var orderNumber: com.google.protobuf.StringValue @JvmName("getOrderNumber") get() = _builder.getOrderNumber() @JvmName("setOrderNumber") set(value) { _builder.setOrderNumber(value) } /** * ``` * Номер заказа * ``` * * `.google.protobuf.StringValue order_number = 33;` */ public fun clearOrderNumber() { _builder.clearOrderNumber() } /** * ``` * Номер заказа * ``` * * `.google.protobuf.StringValue order_number = 33;` * @return Whether the orderNumber field is set. */ public fun hasOrderNumber(): kotlin.Boolean { return _builder.hasOrderNumber() } /** * ``` * Идентификатор курьера * ``` * * `.google.protobuf.StringValue courier_id = 34;` */ public var courierId: com.google.protobuf.StringValue @JvmName("getCourierId") get() = _builder.getCourierId() @JvmName("setCourierId") set(value) { _builder.setCourierId(value) } /** * ``` * Идентификатор курьера * ``` * * `.google.protobuf.StringValue courier_id = 34;` */ public fun clearCourierId() { _builder.clearCourierId() } /** * ``` * Идентификатор курьера * ``` * * `.google.protobuf.StringValue courier_id = 34;` * @return Whether the courierId field is set. */ public fun hasCourierId(): kotlin.Boolean { return _builder.hasCourierId() } } } @kotlin.jvm.JvmSynthetic public inline fun ru.keyapis.event.v1.KeyapisEventV1Proto.Event.copy(block: ru.keyapis.event.v1.EventKt.Dsl.() -> kotlin.Unit): ru.keyapis.event.v1.KeyapisEventV1Proto.Event = ru.keyapis.event.v1.EventKt.Dsl._create(this.toBuilder()).apply { block() }._build() public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.raisedAtOrNull: com.google.protobuf.Timestamp? get() = if (hasRaisedAt()) getRaisedAt() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.deviceIdOrNull: com.google.protobuf.Int32Value? get() = if (hasDeviceId()) getDeviceId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.companyIdOrNull: com.google.protobuf.Int32Value? get() = if (hasCompanyId()) getCompanyId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.roomIdOrNull: com.google.protobuf.Int32Value? get() = if (hasRoomId()) getRoomId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.relayOrNull: com.google.protobuf.Int32Value? get() = if (hasRelay()) getRelay() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.userIdOrNull: com.google.protobuf.Int32Value? get() = if (hasUserId()) getUserId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.userAgentOrNull: com.google.protobuf.StringValue? get() = if (hasUserAgent()) getUserAgent() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.buildingIdOrNull: com.google.protobuf.Int32Value? get() = if (hasBuildingId()) getBuildingId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.orponIdOrNull: com.google.protobuf.Int64Value? get() = if (hasOrponId()) getOrponId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.roomNumberOrNull: com.google.protobuf.StringValue? get() = if (hasRoomNumber()) getRoomNumber() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.ivrPhoneNumberOrNull: com.google.protobuf.StringValue? get() = if (hasIvrPhoneNumber()) getIvrPhoneNumber() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.guestPhoneNumberOrNull: com.google.protobuf.StringValue? get() = if (hasGuestPhoneNumber()) getGuestPhoneNumber() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.codeOrNull: com.google.protobuf.StringValue? get() = if (hasCode()) getCode() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.rfidOrNull: com.google.protobuf.StringValue? get() = if (hasRfid()) getRfid() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.requestIdOrNull: com.google.protobuf.StringValue? get() = if (hasRequestId()) getRequestId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.dtmfPhoneNumberOrNull: com.google.protobuf.StringValue? get() = if (hasDtmfPhoneNumber()) getDtmfPhoneNumber() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.userKindOrNull: com.google.protobuf.StringValue? get() = if (hasUserKind()) getUserKind() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.loginOrNull: com.google.protobuf.StringValue? get() = if (hasLogin()) getLogin() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.passwordOrNull: com.google.protobuf.StringValue? get() = if (hasPassword()) getPassword() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.hostOrNull: com.google.protobuf.StringValue? get() = if (hasHost()) getHost() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.deviceModelOrNull: com.google.protobuf.StringValue? get() = if (hasDeviceModel()) getDeviceModel() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.rfidIdOrNull: com.google.protobuf.Int32Value? get() = if (hasRfidId()) getRfidId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.codeIdOrNull: com.google.protobuf.Int32Value? get() = if (hasCodeId()) getCodeId() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.carNumberOrNull: com.google.protobuf.StringValue? get() = if (hasCarNumber()) getCarNumber() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.osOrNull: com.google.protobuf.StringValue? get() = if (hasOs()) getOs() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.pushTokenOrNull: com.google.protobuf.StringValue? get() = if (hasPushToken()) getPushToken() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.cameraUidOrNull: com.google.protobuf.StringValue? get() = if (hasCameraUid()) getCameraUid() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.screenshotUrlOrNull: com.google.protobuf.StringValue? get() = if (hasScreenshotUrl()) getScreenshotUrl() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.vehicleOrNull: com.google.protobuf.StringValue? get() = if (hasVehicle()) getVehicle() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.courierCompanyNameOrNull: com.google.protobuf.StringValue? get() = if (hasCourierCompanyName()) getCourierCompanyName() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.orderNumberOrNull: com.google.protobuf.StringValue? get() = if (hasOrderNumber()) getOrderNumber() else null public val ru.keyapis.event.v1.KeyapisEventV1Proto.EventOrBuilder.courierIdOrNull: com.google.protobuf.StringValue? get() = if (hasCourierId()) getCourierId() else null