com.qiniu.rtc.model.ForwardResult 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.rtc.model;
import lombok.Data;
@Data
public class ForwardResult {
/**
* 单路转推状态
*/
private String status;
/**
* 单路转推ID
*/
private String id;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy