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

com.volcengine.model.beans.Room Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.beans;

import com.alibaba.fastjson.annotation.JSONField;
import lombok.Data;

@Data
public class Room {  
    @JSONField(name = "RoomId")
    String roomId;  
    @JSONField(name = "AppId")
    String appId;  
    @JSONField(name = "UserNum")
    int userNum;  
    @JSONField(name = "StreamNum")
    int streamNum;  
    @JSONField(name = "State")
    int state;  
    @JSONField(name = "CreatedAt")
    String createdAt;  
    @JSONField(name = "UpdatedAt")
    String updatedAt; 
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy