# 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()   |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.youzhuan.net/ctrl-host/yun-dui-jie/chang-yong-shu-ju-lei-jie-shao/cloudstatusupdatebean.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
