Package io.rong.imkit.model
Class NoticeContent
-
- All Implemented Interfaces:
public class NoticeContent
-
-
Field Summary
Fields Modifier and Type Field Description public String
content
public int
iconResId
public boolean
isShowNotice
-
Constructor Summary
Constructors Constructor Description NoticeContent()
-
Method Summary
Modifier and Type Method Description String
getContent()
void
setContent(String content)
int
getIconResId()
void
setIconResId(int iconResId)
boolean
isShowNotice()
void
setShowNotice(boolean showNotice)
-
-
Method Detail
-
getContent
String getContent()
-
setContent
void setContent(String content)
-
getIconResId
int getIconResId()
-
setIconResId
void setIconResId(int iconResId)
-
isShowNotice
boolean isShowNotice()
-
setShowNotice
void setShowNotice(boolean showNotice)
-
-
-
-