Campaign

@Entity
class Campaign(var id: String = TsidCreator.getTsid().toString(), val tenantId: String, var name: String, var type: CampaignType = CampaignType.WHATSAPP, var status: CampaignStatus = CampaignStatus.DRAFT, var channelId: String? = null, var messageContent: String? = null, var templateName: String? = null, var templateArgs: List<String>? = null, var templateId: String? = null, var templateComponents: List<Map<String, Any>>? = null, var targetTagId: String? = null, var targetGroupId: String? = null, var targetContactIds: List<String>? = null, var scheduledTo: LocalDateTime? = null, var sentAt: LocalDateTime? = null, var totalRecipients: Int = 0, var deliveredCount: Int = 0, var failedCount: Int = 0, var readCount: Int = 0, var repliedCount: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(id: String = TsidCreator.getTsid().toString(), tenantId: String, name: String, type: CampaignType = CampaignType.WHATSAPP, status: CampaignStatus = CampaignStatus.DRAFT, channelId: String? = null, messageContent: String? = null, templateName: String? = null, templateArgs: List<String>? = null, templateId: String? = null, templateComponents: List<Map<String, Any>>? = null, targetTagId: String? = null, targetGroupId: String? = null, targetContactIds: List<String>? = null, scheduledTo: LocalDateTime? = null, sentAt: LocalDateTime? = null, totalRecipients: Int = 0, deliveredCount: Int = 0, failedCount: Int = 0, readCount: Int = 0, repliedCount: Int = 0)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
var id: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard