com.qiniu.streaming.model.ActivityRecords Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qiniu-java-sdk Show documentation
Show all versions of qiniu-java-sdk Show documentation
Qiniu Cloud Storage SDK for Java
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