org.ccs.openim.api.msg.resp.SendMsgResp Maven / Gradle / Ivy
package org.ccs.openim.api.msg.resp;
import lombok.Data;
@Data
public class SendMsgResp {
private String serverMsgID;
private String clientMsgID;
private Long sendTime;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy