package mobvista.dmp.datasource.retargeting import scala.collection.mutable /** * @package: mobvista.dmp.datasource.retargeting * @author: wangjf * @date: 2019-11-07 * @time: 11:06 * @email: jinfeng.wang@mobvista.com * @phone: 152-1062-7698 */ case class DeviceInfoEntity(device_id: String, platform: String, model: String, os_version: String, country: String, age: Int, gender: Int, install: mutable.WrappedArray[Int], interest: mutable.WrappedArray[String], behavior: String, frequency: String, tag_week: String, tag_month: String, region: mutable.WrappedArray[String], update_date: String, publish_date: String) extends java.io.Serializable