Campaign

data class Campaign(campaignId: String?, serviceActionType: String?) : DTO<Campaign>

キャンペーン情報を保持するデータクラスです。

Constructors

Campaign
Link copied to clipboard
fun Campaign(campaignId: String? = null, serviceActionType: String? = null)

Functions

component1
Link copied to clipboard
operator fun component1(): String?
component2
Link copied to clipboard
operator fun component2(): String?
copy
Link copied to clipboard
fun copy(campaignId: String? = null, serviceActionType: String? = null): Campaign
equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
load
Link copied to clipboard
open override fun load(jsonObject: JSONObject?): Campaign
Load from JSONObject to Object.
toString
Link copied to clipboard
open override fun toString(): String

Properties

campaignId
Link copied to clipboard
var campaignId: String? = null
campaign_id フィールド
serviceActionType
Link copied to clipboard
var serviceActionType: String? = null
service_action_type フィールド