STWEmergencyOnOffMessage

class STWEmergencyOnOffMessage : STWBaseMessage

Constructors

Link copied to clipboard
fun STWEmergencyOnOffMessage()

Properties

Link copied to clipboard
var acknowledgedCount: Int = 0
Link copied to clipboard
var alerter: STWSingleContact? = null
Link copied to clipboard
var alertType: Int? = null
Link copied to clipboard
var emergencyType: Int? = null
Link copied to clipboard
var failedCount: Int = 0
Link copied to clipboard
var receivedCount: Int = 0
Link copied to clipboard
var seenCount: Int = 0

Inherited properties

Link copied to clipboard
var boxType: Int? = null
Link copied to clipboard
var localDate: String? = null
Link copied to clipboard
var messageId: Int? = null
Link copied to clipboard
var messageType: Int
Link copied to clipboard
var serverdate: String? = null
Link copied to clipboard
var threadId: Int? = null

Functions

Link copied to clipboard
open override fun contentEquals(other: STWBaseMessage?): Boolean

Inherited functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String