DeviceCntCount.scala 364 Bytes
Newer Older
wang-jinfeng committed
1 2 3 4 5 6 7 8 9 10 11 12 13
package mobvista.dmp.datasource.fmp

import scala.collection.mutable

/**
  * @package: mobvista.dmp.datasource.fmp
  * @author: wangjf
  * @date: 2019-07-11
  * @time: 16:45
  * @emial: jinfeng.wang@mobvista.com
  * @phone: 152-1062-7698
  */
case class DeviceCntCount(deviceId: String, frequency: mutable.WrappedArray[Struct], tags: String) extends Serializable