栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > Java

WebRTC源码级深度解析|吾爱分享

Java 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

WebRTC源码级深度解析|吾爱分享

download:WebRTC源码级深度解析
import java.io.Serializable;
 
public class Book implements Serializable {
    private String id;
    private String name;
    private String price;
    private String auth;
    private String publish;
    private String description;
     
    public Book() {
    }
     
    public Book(String id, String name, String price, String auth,
            String publish, String description) {
        super();
        this.id = id;
        this.name = name;
        this.price = price;
        this.auth = auth;
        this.publish = publish;
        this.description = description;
    }
 
    public String getDescription() {
        return description;
    }
 
    public void setDescription(String description) {
        this.description = description;
    }
 
    public String getId() {
        return id;
    }
    public void setId(String id) {
        this.id = id;
    }
    public String getName() {
        return name;
    }
    public void setName(String name) {
        this.name = name;
    }
    public String getPrice() {
        return price;
    }
    public void setPrice(String price) {
        this.price = price;
    }
    public String getAuth() {
        return auth;
    }
    public void setAuth(String auth) {
        this.auth = auth;
    }
    public String getPublish() {
        return publish;
    }
    public void setPublish(String publish) {
        this.publish = publish;
    }
 
}
转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/531388.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号