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

org.ccs.openim.api.friend.resp.GetPaginationFriendsResp Maven / Gradle / Ivy

package org.ccs.openim.api.friend.resp;

import lombok.Data;

import java.util.List;

@Data
public class GetPaginationFriendsResp {
    private Integer total;
    private List friendsInfo;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy