Package org.dromara.oa.comm.entity
Class Request
- java.lang.Object
-
- org.dromara.oa.comm.entity.Request
-
- All Implemented Interfaces:
Comparable<Request>
public class Request extends Object implements Comparable<Request>
-
-
Field Summary
Fields Modifier and Type Field Description private List<WeTalkRequestArticle>
articleList
private String
content
private Boolean
isNoticeAll
private MessageType
messageType
private String
messageUrl
private String
oaType
private List<String>
phoneList
private String
picUrl
private Integer
priority
private String
title
private List<String>
userIdList
private List<String>
userNamesList
-
Constructor Summary
Constructors Constructor Description Request()
-
-
-
Field Detail
-
title
private String title
-
content
private String content
-
picUrl
private String picUrl
-
messageUrl
private String messageUrl
-
articleList
private List<WeTalkRequestArticle> articleList
-
isNoticeAll
private Boolean isNoticeAll
-
oaType
private String oaType
-
priority
private Integer priority
-
messageType
private MessageType messageType
-
-
Method Detail
-
compareTo
public int compareTo(Request other)
- Specified by:
compareTo
in interfaceComparable<Request>
-
-