| File was renamed from app/src/main/java/com/hdl/photovoltaic/jpush/JPushMessageInfoBean.java |
| | |
| | | package com.hdl.photovoltaic.jpush; |
| | | package com.hdl.photovoltaic.push; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | | /** |
| | | * 极光推送的信息实体类 |
| | | */ |
| | | public class JPushMessageInfoBean implements Serializable { |
| | | public class PushMessageInfoBean implements Serializable { |
| | | // 住宅ID |
| | | private String homeId; |
| | | // 推送标题 |
| | |
| | | private String messageType; |
| | | // 扩展数据内容 |
| | | private String expantContent; |
| | | // 是否是ai消息 |
| | | private boolean aiPrompt = false; |
| | | |
| | | public String getMsgId() { |
| | | return msgId == null ? "" : msgId; |
| | | } |
| | | |
| | | public void setMsgId(String msgId) { |
| | | this.msgId = msgId; |
| | | } |
| | | |
| | | //事件消息id |
| | | private String msgId; |
| | | |
| | | |
| | | public String getHomeId() { |
| | |
| | | this.expantContent = expantContent; |
| | | } |
| | | |
| | | public boolean isAiPrompt() { |
| | | return aiPrompt; |
| | | } |
| | | |
| | | public void setAiPrompt(boolean aiPrompt) { |
| | | this.aiPrompt = aiPrompt; |
| | | } |
| | | |
| | | |
| | | } |