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

com.qiniu.streaming.model.StreamAttribute 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 StreamAttribute {
    public long createdAt;
    public long updatedAt;
    public long expireAt;
    public long disabledTill;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy