package com.realtime.model.query; import lombok.Data; @Data public class GetSessionIdReq { private String senderId; private String receiverId; }