> For the complete documentation index, see [llms.txt](https://doc.youzhuan.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao/cloudstatusupdatebean.md).

# CloudStatusUpdateBean

### 路径

com.youzhuan.mqttclient.device.bean.CloudStatusUpdateBean

### 数据介绍

|      变量名      |    类型   |     作用    |        获取方法        |
| :-----------: | :-----: | :-------: | :----------------: |
|   musicName   |  String |    歌曲名    |   getMusicName()   |
|     artist    |  String |     歌手    |     getArtist()    |
|    musicId    |   int   |    歌曲ID   |    getMusicId()    |
|    playing    | boolean |    是否播放   |    getPlaying()    |
|      flag     |   int   |  当前页面的音源  |      getFlag()     |
|    favorite   | boolean |  播放音乐是否收藏 |    getFavorite()   |
|   ex\_EQMode  |   int   |    EQ模式   |   getEx\_EQMode()  |
|  ex\_PlayMode |   int   |    播放模式   |  getEx\_PlayMode() |
| ex\_VolumeMax |   int   | 当前房间的最大声音 | getEx\_VolumeMax() |
| ex\_VolumeCur |   int   |  当前房间的声音  |  getx\_VolumeCur() |
|    ex\_Mute   | boolean |    静音状态   |    getEx\_Mute()   |
|      room     |   int   |  当前所在的房间  |      getRoom()     |
|   room1Name   |  String |   区域一的名称  |   getRoom1Name()   |
|   room2Name   |  String |   区域二的名称  |   getRoom2Name()   |
|    coverUrl   |  String |  专辑图片的地址  |    getCoverUrl()   |
