All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.qiniu.streaming.model.ActivityRecords Maven / Gradle / Ivy

There is a newer version: 7.17.0
Show newest version
package com.qiniu.streaming.model;

/**
 * Created by bailong on 16/9/22.
 */
public final class ActivityRecords {
    public Item[] items;

    public static class Item {
        public long start;
        public long end;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy