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

com.dke.data.agrirouter.api.dto.messaging.SendMessageRequest.kt Maven / Gradle / Ivy

Go to download

This project contains the API for the communication with the agrirouter. Everything you need for the onboarding process, secure communication and much more.

There is a newer version: 1.0.0-jdk11-RC1
Show newest version
package com.dke.data.agrirouter.api.dto.messaging

import com.dke.data.agrirouter.api.dto.messaging.inner.Message
import com.fasterxml.jackson.annotation.JsonProperty
import com.google.gson.annotations.SerializedName

class SendMessageRequest {

    lateinit var sensorAlternateId: String

    lateinit var capabilityAlternateId: String

    @SerializedName("measures")
    @JsonProperty("measures")
    lateinit var messages: List

}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy