All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ccs.openim.api.vo.GroupRequest Maven / Gradle / Ivy

There is a newer version: 0.7-nospring
Show newest version
package org.ccs.openim.api.vo;

import lombok.Data;

@Data
public class GroupRequest {
    private PublicUserInfo userInfo;
    private GroupInfo groupInfo;
    private Integer handleResult;
    private String reqMsg;
    private String handleMsg;
    private Long reqTime;
    private String handleUserID;
    private Long handleTime;
    private String ex;
    private Integer joinSource;
    private String inviterUserID;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy