
org.ccs.openim.api.msg.req.SearchMessageReq Maven / Gradle / Ivy
package org.ccs.openim.api.msg.req;
import lombok.Data;
import org.ccs.openim.base.RequestPagination;
@Data
public class SearchMessageReq {
/**
* 发送者ID
*/
private String sendID;
/**
* 接收者ID
*/
private String recvID;
private Integer msgType;
private String sendTime;
private Integer sessionType;
private RequestPagination pagination;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy