com.qiniu.rtc.model.UrlParam 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
// codebeat:disable[TOO_MANY_IVARS]
package com.qiniu.rtc.model;
import lombok.Builder;
import lombok.Data;
@Data
@Builder
public class UrlParam {
/**
* 应用ID
*/
String appId;
/**
* 房间名称
*/
String roomName;
/**
* 游标
*/
int offset;
/**
* 数量
*/
int limit;
String jobId;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy