file_name stringlengths 6 86 | file_path stringlengths 45 249 | content stringlengths 47 6.26M | file_size int64 47 6.26M | language stringclasses 1 value | extension stringclasses 1 value | repo_name stringclasses 767 values | repo_stars int64 8 14.4k | repo_forks int64 0 1.17k | repo_open_issues int64 0 788 | repo_created_at stringclasses 767 values | repo_pushed_at stringclasses 767 values |
|---|---|---|---|---|---|---|---|---|---|---|---|
GProMember.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMember.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProMember implements Serializable {
String name;
long serialVersionUID;
long tinyId;
public GProMember() {
this.serialVersionUID = 1L;
this.name = "";
}
public String getName() {
return this.name;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProMember{tinyId=" + this.tinyId + ",name=" + this.name + ",}";
}
public GProMember(long j2, String str) {
this.serialVersionUID = 1L;
this.name = "";
this.tinyId = j2;
this.name = str;
}
}
| 734 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProActiveChannelInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProActiveChannelInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProActiveChannelInfo {
ArrayList<Long> channelIds;
String guildId;
public GProActiveChannelInfo() {
this.guildId = "";
this.channelIds = new ArrayList<>();
}
public ArrayList<Long> getChannelIds() {
return this.channelIds;
}
public String getGuildId() {
return this.guildId;
}
public String toString() {
return "GProActiveChannelInfo{guildId=" + this.guildId + ",channelIds=" + this.channelIds + ",}";
}
public GProActiveChannelInfo(String str, ArrayList<Long> arrayList) {
this.guildId = "";
this.channelIds = new ArrayList<>();
this.guildId = str;
this.channelIds = arrayList;
}
}
| 839 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProEssenceChannel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProEssenceChannel.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProEssenceChannel implements Serializable {
long channelId;
int channelType;
String recommend;
long serialVersionUID;
public GProEssenceChannel() {
this.serialVersionUID = 1L;
this.recommend = "";
}
public long getChannelId() {
return this.channelId;
}
public int getChannelType() {
return this.channelType;
}
public String getRecommend() {
return this.recommend;
}
public String toString() {
return "GProEssenceChannel{channelId=" + this.channelId + ",channelType=" + this.channelType + ",recommend=" + this.recommend + ",}";
}
public GProEssenceChannel(long j2, int i2, String str) {
this.serialVersionUID = 1L;
this.recommend = "";
this.channelId = j2;
this.channelType = i2;
this.recommend = str;
}
}
| 995 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupNotifyUser.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupNotifyUser.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class GroupNotifyUser implements Serializable {
String nickName;
long serialVersionUID;
String uid;
public GroupNotifyUser() {
this.serialVersionUID = 1L;
this.uid = "";
this.nickName = "";
}
public String getNickName() {
return this.nickName;
}
public String getUid() {
return this.uid;
}
public String toString() {
return "GroupNotifyUser{uid=" + this.uid + ",nickName=" + this.nickName + ",}";
}
public GroupNotifyUser(String str, String str2) {
this.serialVersionUID = 1L;
this.uid = "";
this.nickName = "";
this.uid = str;
this.nickName = str2;
}
}
| 847 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchHitInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchHitInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class SearchHitInfo {
int end;
int start;
public SearchHitInfo() {
}
public int getEnd() {
return this.end;
}
public int getStart() {
return this.start;
}
public String toString() {
return "SearchHitInfo{start=" + this.start + ",end=" + this.end + ",}";
}
public SearchHitInfo(int i2, int i3) {
this.start = i2;
this.end = i3;
}
}
| 541 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProBotInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBotInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBotInfo {
long appid;
int inlineSearch;
long mark;
String name;
long tinyid;
long uin;
public GProBotInfo() {
this.name = "";
}
public long getAppid() {
return this.appid;
}
public int getInlineSearch() {
return this.inlineSearch;
}
public long getMark() {
return this.mark;
}
public String getName() {
return this.name;
}
public long getTinyid() {
return this.tinyid;
}
public long getUin() {
return this.uin;
}
public String toString() {
return "GProBotInfo{tinyid=" + this.tinyid + ",uin=" + this.uin + ",name=" + this.name + ",inlineSearch=" + this.inlineSearch + ",appid=" + this.appid + ",mark=" + this.mark + ",}";
}
public GProBotInfo(long j2, long j3, String str, int i2, long j4, long j5) {
this.name = "";
this.tinyid = j2;
this.uin = j3;
this.name = str;
this.inlineSearch = i2;
this.appid = j4;
this.mark = j5;
}
}
| 1,158 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
IKernelMsgService.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IKernelMsgService.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
import java.util.HashMap;
public interface IKernelMsgService {
void deleteMsg(Contact contact, ArrayList<Long> msgIdList, IOperateCallback callback);
void fetchLongMsg(Contact contact, long msgId);
void fetchLongMsgWithCb(Contact contact, long msgId, IOperateCallback back);
void getRecallMsgsByMsgId(Contact contact, ArrayList<Long> msgIdList, IMsgOperateCallback callback);
void recallMsg(Contact contact, ArrayList<Long> msgIdList, IOperateCallback callback);
void addLocalRecordMsg(Contact contact, long msgId, MsgElement elem, HashMap<Integer, MsgAttributeInfo> hashMap, boolean z, IOperateCallback callback);
void getMultiMsg(Contact contact, long msgId, long uniseq, IGetMultiMsgCallback cb);
void switchBackGround(BackGroundInfo backGroundInfo, IOperateCallback cb);
void switchBackGroundForMqq(byte[] bArr, IOperateCallback cb);
void switchForeGround(IOperateCallback cb);
void switchForeGroundForMqq(byte[] bArr, IOperateCallback cb);
}
| 1,080 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendModeInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendModeInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProRecommendModeInfo {
boolean isPK;
int modeId;
String modeName;
int playerNum;
public GProRecommendModeInfo() {
this.modeName = "";
}
public boolean getIsPK() {
return this.isPK;
}
public int getModeId() {
return this.modeId;
}
public String getModeName() {
return this.modeName;
}
public int getPlayerNum() {
return this.playerNum;
}
public String toString() {
return "GProRecommendModeInfo{modeId=" + this.modeId + ",modeName=" + this.modeName + ",isPK=" + this.isPK + ",playerNum=" + this.playerNum + ",}";
}
public GProRecommendModeInfo(int i2, String str, boolean z, int i3) {
this.modeName = "";
this.modeId = i2;
this.modeName = str;
this.isPK = z;
this.playerNum = i3;
}
}
| 952 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProScheduleGuildSurface.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleGuildSurface.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProScheduleGuildSurface {
String channelName;
String coverUrl;
int fontColor;
String guildName;
String iconUrl;
public GProScheduleGuildSurface() {
this.guildName = "";
this.coverUrl = "";
this.iconUrl = "";
this.channelName = "";
}
public String getChannelName() {
return this.channelName;
}
public String getCoverUrl() {
return this.coverUrl;
}
public int getFontColor() {
return this.fontColor;
}
public String getGuildName() {
return this.guildName;
}
public String getIconUrl() {
return this.iconUrl;
}
public String toString() {
return "GProScheduleGuildSurface{guildName=" + this.guildName + ",coverUrl=" + this.coverUrl + ",iconUrl=" + this.iconUrl + ",fontColor=" + this.fontColor + ",channelName=" + this.channelName + ",}";
}
public GProScheduleGuildSurface(String str, String str2, String str3, int i2, String str4) {
this.guildName = "";
this.coverUrl = "";
this.iconUrl = "";
this.channelName = "";
this.guildName = str;
this.coverUrl = str2;
this.iconUrl = str3;
this.fontColor = i2;
this.channelName = str4;
}
}
| 1,374 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupItemType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupItemType.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum GroupItemType {
KUNKNOWN,
KTYPEFILE,
KTYPEFOLDER
}
| 180 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProFetchRecommendChannelRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFetchRecommendChannelRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProFetchRecommendChannelRsp {
long channelId;
String channelName;
String guildCoverUrl;
String guildIcon;
long guildId;
String guildName;
String guildProfile;
public GProFetchRecommendChannelRsp() {
this.guildName = "";
this.guildProfile = "";
this.guildIcon = "";
this.guildCoverUrl = "";
this.channelName = "";
}
public long getChannelId() {
return this.channelId;
}
public String getChannelName() {
return this.channelName;
}
public String getGuildCoverUrl() {
return this.guildCoverUrl;
}
public String getGuildIcon() {
return this.guildIcon;
}
public long getGuildId() {
return this.guildId;
}
public String getGuildName() {
return this.guildName;
}
public String getGuildProfile() {
return this.guildProfile;
}
public String toString() {
return "GProFetchRecommendChannelRsp{guildId=" + this.guildId + ",guildName=" + this.guildName + ",guildProfile=" + this.guildProfile + ",guildIcon=" + this.guildIcon + ",guildCoverUrl=" + this.guildCoverUrl + ",channelId=" + this.channelId + ",channelName=" + this.channelName + ",}";
}
public GProFetchRecommendChannelRsp(long j2, String str, String str2, String str3, String str4, long j3, String str5) {
this.guildName = "";
this.guildProfile = "";
this.guildIcon = "";
this.guildCoverUrl = "";
this.channelName = "";
this.guildId = j2;
this.guildName = str;
this.guildProfile = str2;
this.guildIcon = str3;
this.guildCoverUrl = str4;
this.channelId = j3;
this.channelName = str5;
}
}
| 1,853 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProScheduleListItem.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleListItem.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProScheduleListItem {
GProScheduleInfo schedule;
int seq;
int totalDays;
public GProScheduleListItem() {
this.schedule = new GProScheduleInfo();
}
public GProScheduleInfo getSchedule() {
return this.schedule;
}
public int getSeq() {
return this.seq;
}
public int getTotalDays() {
return this.totalDays;
}
public String toString() {
return "GProScheduleListItem{schedule=" + this.schedule + ",seq=" + this.seq + ",totalDays=" + this.totalDays + ",}";
}
public GProScheduleListItem(GProScheduleInfo gProScheduleInfo, int i2, int i3) {
this.schedule = new GProScheduleInfo();
this.schedule = gProScheduleInfo;
this.seq = i2;
this.totalDays = i3;
}
}
| 887 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProArkArg.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProArkArg.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProArkArg {
String app;
String config;
String desc;
String meta;
String prompt;
String ver;
String view;
public GProArkArg() {
this.app = "";
this.view = "";
this.ver = "";
this.desc = "";
this.prompt = "";
this.meta = "";
this.config = "";
}
public String getApp() {
return this.app;
}
public String getConfig() {
return this.config;
}
public String getDesc() {
return this.desc;
}
public String getMeta() {
return this.meta;
}
public String getPrompt() {
return this.prompt;
}
public String getVer() {
return this.ver;
}
public String getView() {
return this.view;
}
public String toString() {
return "GProArkArg{app=" + this.app + ",view=" + this.view + ",ver=" + this.ver + ",desc=" + this.desc + ",prompt=" + this.prompt + ",meta=" + this.meta + ",config=" + this.config + ",}";
}
public GProArkArg(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
this.app = "";
this.view = "";
this.ver = "";
this.desc = "";
this.prompt = "";
this.meta = "";
this.config = "";
this.app = str;
this.view = str2;
this.ver = str3;
this.desc = str4;
this.prompt = str5;
this.meta = str6;
this.config = str7;
}
}
| 1,593 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVoiceUserStatus.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceUserStatus.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProVoiceUserStatus {
int networkQuality;
int screenShareMicStatus;
int sysMicStatus;
long tinyId;
public GProVoiceUserStatus() {
}
public int getNetworkQuality() {
return this.networkQuality;
}
public int getScreenShareMicStatus() {
return this.screenShareMicStatus;
}
public int getSysMicStatus() {
return this.sysMicStatus;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProVoiceUserStatus{tinyId=" + this.tinyId + ",networkQuality=" + this.networkQuality + ",sysMicStatus=" + this.sysMicStatus + ",screenShareMicStatus=" + this.screenShareMicStatus + ",}";
}
public GProVoiceUserStatus(long j2, int i2, int i3, int i4) {
this.tinyId = j2;
this.networkQuality = i2;
this.sysMicStatus = i3;
this.screenShareMicStatus = i4;
}
}
| 1,020 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetCategoryPageGuildsReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetCategoryPageGuildsReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes4.dex */
public final class GProGetCategoryPageGuildsReq {
GProRecommendCategory category;
int refreshNum;
GProBottomTabSourceInfo source;
public GProGetCategoryPageGuildsReq() {
this.category = new GProRecommendCategory();
this.source = new GProBottomTabSourceInfo();
}
public GProRecommendCategory getCategory() {
return this.category;
}
public int getRefreshNum() {
return this.refreshNum;
}
public GProBottomTabSourceInfo getSource() {
return this.source;
}
public String toString() {
return "GProGetCategoryPageGuildsReq{category=" + this.category + ",source=" + this.source + ",refreshNum=" + this.refreshNum + ",}";
}
public GProGetCategoryPageGuildsReq(GProRecommendCategory gProRecommendCategory, GProBottomTabSourceInfo gProBottomTabSourceInfo, int i2) {
this.category = new GProRecommendCategory();
this.source = new GProBottomTabSourceInfo();
this.category = gProRecommendCategory;
this.source = gProBottomTabSourceInfo;
this.refreshNum = i2;
}
}
| 1,186 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProImgPair.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProImgPair.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProImgPair {
String imgDayMode;
String imgNightMode;
public GProImgPair() {
this.imgNightMode = "";
this.imgDayMode = "";
}
public String getImgDayMode() {
return this.imgDayMode;
}
public String getImgNightMode() {
return this.imgNightMode;
}
public String toString() {
return "GProImgPair{imgNightMode=" + this.imgNightMode + ",imgDayMode=" + this.imgDayMode + ",}";
}
public GProImgPair(String str, String str2) {
this.imgNightMode = "";
this.imgDayMode = "";
this.imgNightMode = str;
this.imgDayMode = str2;
}
}
| 743 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
Video.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/Video.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* compiled from: P */
/* loaded from: classes.dex */
public final class Video implements IKernelModel {
Integer approvalStatus;
byte[] busiData;
Image cover;
int displayIndex;
Integer duration;
String fileId;
Integer fileSize;
int height;
Boolean isQuic;
Integer mediaQualityRank;
Float mediaQualityScore;
Integer orientation;
String patternId;
String playUrl;
Integer transStatus;
ArrayList<VideoUrl> vecVideoUrl;
String videoMD5;
Integer videoPrior;
Integer videoRate;
Integer videoSource;
int width;
public Video() {
this.fileId = "";
this.playUrl = "";
this.patternId = "";
}
public Integer getApprovalStatus() {
return this.approvalStatus;
}
public byte[] getBusiData() {
return this.busiData;
}
public Image getCover() {
return this.cover;
}
public int getDisplayIndex() {
return this.displayIndex;
}
public Integer getDuration() {
return this.duration;
}
public String getFileId() {
return this.fileId;
}
public Integer getFileSize() {
return this.fileSize;
}
public int getHeight() {
return this.height;
}
public Boolean getIsQuic() {
return this.isQuic;
}
public Integer getMediaQualityRank() {
return this.mediaQualityRank;
}
public Float getMediaQualityScore() {
return this.mediaQualityScore;
}
public Integer getOrientation() {
return this.orientation;
}
public String getPatternId() {
return this.patternId;
}
public String getPlayUrl() {
return this.playUrl;
}
public Integer getTransStatus() {
return this.transStatus;
}
public ArrayList<VideoUrl> getVecVideoUrl() {
return this.vecVideoUrl;
}
public String getVideoMD5() {
return this.videoMD5;
}
public Integer getVideoPrior() {
return this.videoPrior;
}
public Integer getVideoRate() {
return this.videoRate;
}
public Integer getVideoSource() {
return this.videoSource;
}
public int getWidth() {
return this.width;
}
public void setApprovalStatus(Integer num) {
this.approvalStatus = num;
}
public void setBusiData(byte[] bArr) {
this.busiData = bArr;
}
public void setCover(Image image) {
this.cover = image;
}
public void setDisplayIndex(int i2) {
this.displayIndex = i2;
}
public void setDuration(Integer num) {
this.duration = num;
}
public void setFileId(String str) {
this.fileId = str;
}
public void setFileSize(Integer num) {
this.fileSize = num;
}
public void setHeight(int i2) {
this.height = i2;
}
public void setIsQuic(Boolean bool) {
this.isQuic = bool;
}
public void setMediaQualityRank(Integer num) {
this.mediaQualityRank = num;
}
public void setMediaQualityScore(Float f2) {
this.mediaQualityScore = f2;
}
public void setOrientation(Integer num) {
this.orientation = num;
}
public void setPatternId(String str) {
this.patternId = str;
}
public void setPlayUrl(String str) {
this.playUrl = str;
}
public void setTransStatus(Integer num) {
this.transStatus = num;
}
public void setVecVideoUrl(ArrayList<VideoUrl> arrayList) {
this.vecVideoUrl = arrayList;
}
public void setVideoMD5(String str) {
this.videoMD5 = str;
}
public void setVideoPrior(Integer num) {
this.videoPrior = num;
}
public void setVideoRate(Integer num) {
this.videoRate = num;
}
public void setVideoSource(Integer num) {
this.videoSource = num;
}
public void setWidth(int i2) {
this.width = i2;
}
public String toString() {
return "Video{fileId=" + this.fileId + ",fileSize=" + this.fileSize + ",duration=" + this.duration + ",width=" + this.width + ",height=" + this.height + ",playUrl=" + this.playUrl + ",transStatus=" + this.transStatus + ",videoPrior=" + this.videoPrior + ",videoRate=" + this.videoRate + ",vecVideoUrl=" + this.vecVideoUrl + ",busiData=" + this.busiData + ",approvalStatus=" + this.approvalStatus + ",videoSource=" + this.videoSource + ",mediaQualityRank=" + this.mediaQualityRank + ",mediaQualityScore=" + this.mediaQualityScore + ",videoMD5=" + this.videoMD5 + ",isQuic=" + this.isQuic + ",orientation=" + this.orientation + ",cover=" + this.cover + ",patternId=" + this.patternId + ",displayIndex=" + this.displayIndex + ",}";
}
public Video(String str, Integer num, Integer num2, int i2, int i3, String str2, Integer num3, Integer num4, Integer num5, ArrayList<VideoUrl> arrayList, byte[] bArr, Integer num6, Integer num7, Integer num8, Float f2, String str3, Boolean bool, Integer num9, Image image, String str4, int i4) {
this.fileId = "";
this.playUrl = "";
this.patternId = "";
this.fileId = str;
this.fileSize = num;
this.duration = num2;
this.width = i2;
this.height = i3;
this.playUrl = str2;
this.transStatus = num3;
this.videoPrior = num4;
this.videoRate = num5;
this.vecVideoUrl = arrayList;
this.busiData = bArr;
this.approvalStatus = num6;
this.videoSource = num7;
this.mediaQualityRank = num8;
this.mediaQualityScore = f2;
this.videoMD5 = str3;
this.isQuic = bool;
this.orientation = num9;
this.cover = image;
this.patternId = str4;
this.displayIndex = i4;
}
}
| 5,884 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProTopRecommendInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProTopRecommendInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProTopRecommendInfo implements Serializable {
String categoryName;
ArrayList<Long> recommendedGuildList;
long serialVersionUID;
public GProTopRecommendInfo() {
this.serialVersionUID = 1L;
this.categoryName = "";
this.recommendedGuildList = new ArrayList<>();
}
public String getCategoryName() {
return this.categoryName;
}
public ArrayList<Long> getRecommendedGuildList() {
return this.recommendedGuildList;
}
public String toString() {
return "GProTopRecommendInfo{categoryName=" + this.categoryName + ",recommendedGuildList=" + this.recommendedGuildList + ",}";
}
public GProTopRecommendInfo(String str, ArrayList<Long> arrayList) {
this.serialVersionUID = 1L;
this.categoryName = "";
this.recommendedGuildList = new ArrayList<>();
this.categoryName = str;
this.recommendedGuildList = arrayList;
}
}
| 1,107 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
JoinGroupVerifyInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/JoinGroupVerifyInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class JoinGroupVerifyInfo {
JoinGroupVerifyType type;
String url;
public JoinGroupVerifyInfo() {
this.type = JoinGroupVerifyType.values()[0];
this.url = "";
}
public JoinGroupVerifyType getType() {
return this.type;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "JoinGroupVerifyInfo{type=" + this.type + ", url = " + this.url + ",}";
}
public JoinGroupVerifyInfo(JoinGroupVerifyType joinGroupVerifyType, String str) {
this.type = JoinGroupVerifyType.values()[0];
this.url = "";
this.type = joinGroupVerifyType;
this.url = str;
}
}
| 808 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRetentionChannelLabel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRetentionChannelLabel.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProRetentionChannelLabel implements Serializable {
String labelName;
int labelType;
int labelValue;
long serialVersionUID;
public GProRetentionChannelLabel() {
this.serialVersionUID = 1L;
this.labelName = "";
}
public String getLabelName() {
return this.labelName;
}
public int getLabelType() {
return this.labelType;
}
public int getLabelValue() {
return this.labelValue;
}
public String toString() {
return "GProRetentionChannelLabel{labelName=" + this.labelName + ",labelType=" + this.labelType + ",labelValue=" + this.labelValue + ",}";
}
public GProRetentionChannelLabel(String str, int i2, int i3) {
this.serialVersionUID = 1L;
this.labelName = "";
this.labelName = str;
this.labelType = i2;
this.labelValue = i3;
}
}
| 1,014 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProSearchUser.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchUser.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProSearchUser {
String avatar;
String nick;
long tinyId;
public GProSearchUser() {
this.nick = "";
this.avatar = "";
}
public String getAvatar() {
return this.avatar;
}
public String getNick() {
return this.nick;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProSearchUser{nick=" + this.nick + ",tinyId=" + this.tinyId + ",avatar=" + this.avatar + ",}";
}
public GProSearchUser(String str, long j2, String str2) {
this.nick = "";
this.avatar = "";
this.nick = str;
this.tinyId = j2;
this.avatar = str2;
}
}
| 803 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProDiscoveryStateChangedMsg.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDiscoveryStateChangedMsg.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProDiscoveryStateChangedMsg implements Serializable {
GProMyRecommendMsg myRecommendMsg;
GProGetPrefetchRecommendGuildsRsp prefetchRecommendMsg;
int sceneType;
long serialVersionUID;
GProTopGuildRecommendMsg topGuildRecommendMsg;
public GProDiscoveryStateChangedMsg() {
this.serialVersionUID = 1L;
this.myRecommendMsg = new GProMyRecommendMsg();
this.prefetchRecommendMsg = new GProGetPrefetchRecommendGuildsRsp();
this.topGuildRecommendMsg = new GProTopGuildRecommendMsg();
}
public GProMyRecommendMsg getMyRecommendMsg() {
return this.myRecommendMsg;
}
public GProGetPrefetchRecommendGuildsRsp getPrefetchRecommendMsg() {
return this.prefetchRecommendMsg;
}
public int getSceneType() {
return this.sceneType;
}
public GProTopGuildRecommendMsg getTopGuildRecommendMsg() {
return this.topGuildRecommendMsg;
}
public String toString() {
return "GProDiscoveryStateChangedMsg{sceneType=" + this.sceneType + ",myRecommendMsg=" + this.myRecommendMsg + ",prefetchRecommendMsg=" + this.prefetchRecommendMsg + ",topGuildRecommendMsg=" + this.topGuildRecommendMsg + ",}";
}
public GProDiscoveryStateChangedMsg(int i2, GProMyRecommendMsg gProMyRecommendMsg, GProGetPrefetchRecommendGuildsRsp gProGetPrefetchRecommendGuildsRsp, GProTopGuildRecommendMsg gProTopGuildRecommendMsg) {
this.serialVersionUID = 1L;
this.myRecommendMsg = new GProMyRecommendMsg();
this.prefetchRecommendMsg = new GProGetPrefetchRecommendGuildsRsp();
this.topGuildRecommendMsg = new GProTopGuildRecommendMsg();
this.sceneType = i2;
this.myRecommendMsg = gProMyRecommendMsg;
this.prefetchRecommendMsg = gProGetPrefetchRecommendGuildsRsp;
this.topGuildRecommendMsg = gProTopGuildRecommendMsg;
}
}
| 2,010 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetGuildLabelRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetGuildLabelRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGetGuildLabelRsp {
ArrayList<GProLabelInfo> labelInfos;
long maxAvNums;
long maxLabels;
String welcomeContent;
public GProGetGuildLabelRsp() {
this.welcomeContent = "";
this.labelInfos = new ArrayList<>();
}
public ArrayList<GProLabelInfo> getLabelInfos() {
return this.labelInfos;
}
public long getMaxAvNums() {
return this.maxAvNums;
}
public long getMaxLabels() {
return this.maxLabels;
}
public String getWelcomeContent() {
return this.welcomeContent;
}
public String toString() {
return "GProGetGuildLabelRsp{maxLabels=" + this.maxLabels + ",maxAvNums=" + this.maxAvNums + ",welcomeContent=" + this.welcomeContent + ",labelInfos=" + this.labelInfos + ",}";
}
public GProGetGuildLabelRsp(long j2, long j3, String str, ArrayList<GProLabelInfo> arrayList) {
this.welcomeContent = "";
this.labelInfos = new ArrayList<>();
this.maxLabels = j2;
this.maxAvNums = j3;
this.welcomeContent = str;
this.labelInfos = arrayList;
}
}
| 1,242 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupFileInfoResult.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupFileInfoResult.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class GroupFileInfoResult {
String clientWording;
GroupFileInfo fileInfo;
int retCode;
String retMsg;
public GroupFileInfoResult() {
this.retMsg = "";
this.clientWording = "";
this.fileInfo = new GroupFileInfo();
}
public String getClientWording() {
return this.clientWording;
}
public GroupFileInfo getFileInfo() {
return this.fileInfo;
}
public int getRetCode() {
return this.retCode;
}
public String getRetMsg() {
return this.retMsg;
}
public String toString() {
return "GroupFileInfoResult{retCode=" + this.retCode + ",retMsg=" + this.retMsg + ",clientWording=" + this.clientWording + ",fileInfo=" + this.fileInfo + ",}";
}
public GroupFileInfoResult(int i2, String str, String str2, GroupFileInfo groupFileInfo) {
this.retMsg = "";
this.clientWording = "";
this.fileInfo = new GroupFileInfo();
this.retCode = i2;
this.retMsg = str;
this.clientWording = str2;
this.fileInfo = groupFileInfo;
}
}
| 1,216 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
VASMsgIceBreak.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASMsgIceBreak.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class VASMsgIceBreak {
Integer isIceBreakMsg;
Integer templateID;
public VASMsgIceBreak() {
}
public Integer getIsIceBreakMsg() {
return this.isIceBreakMsg;
}
public Integer getTemplateID() {
return this.templateID;
}
public String toString() {
return "VASMsgIceBreak{templateID=" + this.templateID + ",isIceBreakMsg=" + this.isIceBreakMsg + ",}";
}
public VASMsgIceBreak(Integer num, Integer num2) {
this.templateID = num;
this.isIceBreakMsg = num2;
}
}
| 665 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchGroupChatInfoParams.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupChatInfoParams.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class SearchGroupChatInfoParams {
SearchGroupChatInfoBusinessType businessType;
ArrayList<String> filterMembersUid;
int pageLimit;
SearchGroupChatInfoSortType resultSortType;
public SearchGroupChatInfoParams() {
this.resultSortType = SearchGroupChatInfoSortType.values()[0];
this.filterMembersUid = new ArrayList<>();
this.businessType = SearchGroupChatInfoBusinessType.values()[0];
}
public SearchGroupChatInfoBusinessType getBusinessType() {
return this.businessType;
}
public ArrayList<String> getFilterMembersUid() {
return this.filterMembersUid;
}
public int getPageLimit() {
return this.pageLimit;
}
public SearchGroupChatInfoSortType getResultSortType() {
return this.resultSortType;
}
public String toString() {
return "SearchGroupChatInfoParams{resultSortType=" + this.resultSortType + ",filterMembersUid=" + this.filterMembersUid + ",businessType=" + this.businessType + ",pageLimit=" + this.pageLimit + ",}";
}
public SearchGroupChatInfoParams(SearchGroupChatInfoSortType searchGroupChatInfoSortType, ArrayList<String> arrayList, SearchGroupChatInfoBusinessType searchGroupChatInfoBusinessType, int i2) {
this.resultSortType = SearchGroupChatInfoSortType.values()[0];
this.filterMembersUid = new ArrayList<>();
this.businessType = SearchGroupChatInfoBusinessType.values()[0];
this.resultSortType = searchGroupChatInfoSortType;
this.filterMembersUid = arrayList;
this.businessType = searchGroupChatInfoBusinessType;
this.pageLimit = i2;
}
}
| 1,773 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProLiveRoomRichTitle.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveRoomRichTitle.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProLiveRoomRichTitle {
ArrayList<GProRichTitleElement> elements;
public GProLiveRoomRichTitle() {
this.elements = new ArrayList<>();
}
public ArrayList<GProRichTitleElement> getElements() {
return this.elements;
}
public String toString() {
return "GProLiveRoomRichTitle{elements=" + this.elements + ",}";
}
public GProLiveRoomRichTitle(ArrayList<GProRichTitleElement> arrayList) {
this.elements = new ArrayList<>();
this.elements = arrayList;
}
}
| 659 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVoiceSmobaGameUserActionPush.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameUserActionPush.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProVoiceSmobaGameUserActionPush {
long currentMemberNum;
long newLeaderId;
long roomId;
long seq;
ArrayList<GProVoiceSmobaGameUserAction> userAction;
public GProVoiceSmobaGameUserActionPush() {
this.userAction = new ArrayList<>();
}
public long getCurrentMemberNum() {
return this.currentMemberNum;
}
public long getNewLeaderId() {
return this.newLeaderId;
}
public long getRoomId() {
return this.roomId;
}
public long getSeq() {
return this.seq;
}
public ArrayList<GProVoiceSmobaGameUserAction> getUserAction() {
return this.userAction;
}
public String toString() {
return "GProVoiceSmobaGameUserActionPush{roomId=" + this.roomId + ",userAction=" + this.userAction + ",newLeaderId=" + this.newLeaderId + ",currentMemberNum=" + this.currentMemberNum + ",seq=" + this.seq + ",}";
}
public GProVoiceSmobaGameUserActionPush(long j2, ArrayList<GProVoiceSmobaGameUserAction> arrayList, long j3, long j4, long j5) {
this.userAction = new ArrayList<>();
this.roomId = j2;
this.userAction = arrayList;
this.newLeaderId = j3;
this.currentMemberNum = j4;
this.seq = j5;
}
}
| 1,391 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchBuddyChatInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchBuddyChatInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class SearchBuddyChatInfo {
String categoryName;
String peerNick;
String peerUid;
long peerUin;
String remark;
public SearchBuddyChatInfo() {
this.categoryName = "";
this.peerUid = "";
this.peerNick = "";
this.remark = "";
}
public String getCategoryName() {
return this.categoryName;
}
public String getPeerNick() {
return this.peerNick;
}
public String getPeerUid() {
return this.peerUid;
}
public long getPeerUin() {
return this.peerUin;
}
public String getRemark() {
return this.remark;
}
public String toString() {
return "SearchBuddyChatInfo{categoryName=" + this.categoryName + ",peerUid=" + this.peerUid + ",peerUin=" + this.peerUin + ",peerNick=" + this.peerNick + ",remark=" + this.remark + ",}";
}
public SearchBuddyChatInfo(String str, String str2, long j2, String str3, String str4) {
this.categoryName = "";
this.peerUid = "";
this.peerNick = "";
this.remark = "";
this.categoryName = str;
this.peerUid = str2;
this.peerUin = j2;
this.peerNick = str3;
this.remark = str4;
}
}
| 1,352 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendGameInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendGameInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProRecommendGameInfo {
String icon;
int id;
GProRecommendModeInfo modeInfo;
String name;
public GProRecommendGameInfo() {
this.name = "";
this.icon = "";
this.modeInfo = new GProRecommendModeInfo();
}
public String getIcon() {
return this.icon;
}
public int getId() {
return this.id;
}
public GProRecommendModeInfo getModeInfo() {
return this.modeInfo;
}
public String getName() {
return this.name;
}
public String toString() {
return "GProRecommendGameInfo{id=" + this.id + ",name=" + this.name + ",icon=" + this.icon + ",modeInfo=" + this.modeInfo + ",}";
}
public GProRecommendGameInfo(int i2, String str, String str2, GProRecommendModeInfo gProRecommendModeInfo) {
this.name = "";
this.icon = "";
this.modeInfo = new GProRecommendModeInfo();
this.id = i2;
this.name = str;
this.icon = str2;
this.modeInfo = gProRecommendModeInfo;
}
}
| 1,139 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
JoinGroupVerifyType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/JoinGroupVerifyType.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum JoinGroupVerifyType {
VERIFY_TYPE_UNSPECIFIED,
VERIFY_TYPE_SMS,
VERIFY_TYPE_PIC
}
| 211 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProChannel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannel.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannel implements Serializable {
long anchorTinyId;
GProApplicationChannelInfo appChannelInfo;
ArrayList<GProAuthControlStatus> authControlStatusList;
GProAVChannelExtInfo avChannelExtInfo;
int bannedSpeak;
long channelId;
int channelLiveableType;
int channelVisibleType;
long createTime;
long creatorTinyId;
int currentSlowModeKey;
int finalNotifyType;
int forumSortMode;
long gotoChannelId;
long guildId;
String hotIcon;
int isCategoryAdmin;
int isChannelAdmin;
int jumpSwitch;
long lastCntMsgSeq;
long lastCntMsgTime;
long lastMsgSeq;
long lastMsgTime;
GProMedalInfo medalInfo;
byte[] msgMeta;
int msgNotifyType;
int myForumSortMode;
int mySpeakPermission;
String name;
long readCntMsgSeq;
long readCntMsgTime;
byte[] readMsgMeta;
long readMsgSeq;
long readMsgTime;
int result;
long roomId;
String roomName;
String schema;
long serialVersionUID;
ArrayList<GProSlowModeInfo> slowModeInfo;
ArrayList<Integer> specialTypes;
int switchMapMode;
int talkPermission;
int textChannelSubtypeId;
ArrayList<GProTopMsg> topMsgList;
long topMsgOperatorTinyId;
long topMsgSeq;
long topMsgTime;
int type;
int uint32HotIndex;
int visibleType;
ArrayList<GProVisibleTypeInfo> visibleTypeInfo;
GProWorldSlowModeConfig xWorldslowModeConfig;
public GProChannel() {
this.serialVersionUID = 1L;
this.name = "";
this.msgMeta = new byte[0];
this.readMsgMeta = new byte[0];
this.roomName = "";
this.specialTypes = new ArrayList<>();
this.slowModeInfo = new ArrayList<>();
this.visibleTypeInfo = new ArrayList<>();
this.topMsgList = new ArrayList<>();
this.appChannelInfo = new GProApplicationChannelInfo();
this.authControlStatusList = new ArrayList<>();
this.schema = "";
this.xWorldslowModeConfig = new GProWorldSlowModeConfig();
this.avChannelExtInfo = new GProAVChannelExtInfo();
this.hotIcon = "";
this.medalInfo = new GProMedalInfo();
}
public long getAnchorTinyId() {
return this.anchorTinyId;
}
public GProApplicationChannelInfo getAppChannelInfo() {
return this.appChannelInfo;
}
public ArrayList<GProAuthControlStatus> getAuthControlStatusList() {
return this.authControlStatusList;
}
public GProAVChannelExtInfo getAvChannelExtInfo() {
return this.avChannelExtInfo;
}
public int getBannedSpeak() {
return this.bannedSpeak;
}
public long getChannelId() {
return this.channelId;
}
public int getChannelLiveableType() {
return this.channelLiveableType;
}
public int getChannelVisibleType() {
return this.channelVisibleType;
}
public long getCreateTime() {
return this.createTime;
}
public long getCreatorTinyId() {
return this.creatorTinyId;
}
public int getCurrentSlowModeKey() {
return this.currentSlowModeKey;
}
public int getFinalNotifyType() {
return this.finalNotifyType;
}
public int getForumSortMode() {
return this.forumSortMode;
}
public long getGotoChannelId() {
return this.gotoChannelId;
}
public long getGuildId() {
return this.guildId;
}
public String getHotIcon() {
return this.hotIcon;
}
public int getIsCategoryAdmin() {
return this.isCategoryAdmin;
}
public int getIsChannelAdmin() {
return this.isChannelAdmin;
}
public int getJumpSwitch() {
return this.jumpSwitch;
}
public long getLastCntMsgSeq() {
return this.lastCntMsgSeq;
}
public long getLastCntMsgTime() {
return this.lastCntMsgTime;
}
public long getLastMsgSeq() {
return this.lastMsgSeq;
}
public long getLastMsgTime() {
return this.lastMsgTime;
}
public GProMedalInfo getMedalInfo() {
return this.medalInfo;
}
public byte[] getMsgMeta() {
return this.msgMeta;
}
public int getMsgNotifyType() {
return this.msgNotifyType;
}
public int getMyForumSortMode() {
return this.myForumSortMode;
}
public int getMySpeakPermission() {
return this.mySpeakPermission;
}
public String getName() {
return this.name;
}
public long getReadCntMsgSeq() {
return this.readCntMsgSeq;
}
public long getReadCntMsgTime() {
return this.readCntMsgTime;
}
public byte[] getReadMsgMeta() {
return this.readMsgMeta;
}
public long getReadMsgSeq() {
return this.readMsgSeq;
}
public long getReadMsgTime() {
return this.readMsgTime;
}
public int getResult() {
return this.result;
}
public long getRoomId() {
return this.roomId;
}
public String getRoomName() {
return this.roomName;
}
public String getSchema() {
return this.schema;
}
public ArrayList<GProSlowModeInfo> getSlowModeInfo() {
return this.slowModeInfo;
}
public ArrayList<Integer> getSpecialTypes() {
return this.specialTypes;
}
public int getSwitchMapMode() {
return this.switchMapMode;
}
public int getTalkPermission() {
return this.talkPermission;
}
public int getTextChannelSubtypeId() {
return this.textChannelSubtypeId;
}
public ArrayList<GProTopMsg> getTopMsgList() {
return this.topMsgList;
}
public long getTopMsgOperatorTinyId() {
return this.topMsgOperatorTinyId;
}
public long getTopMsgSeq() {
return this.topMsgSeq;
}
public long getTopMsgTime() {
return this.topMsgTime;
}
public int getType() {
return this.type;
}
public int getUint32HotIndex() {
return this.uint32HotIndex;
}
public int getVisibleType() {
return this.visibleType;
}
public ArrayList<GProVisibleTypeInfo> getVisibleTypeInfo() {
return this.visibleTypeInfo;
}
public GProWorldSlowModeConfig getXWorldslowModeConfig() {
return this.xWorldslowModeConfig;
}
public void setAnchorTinyId(long j2) {
this.anchorTinyId = j2;
}
public void setAppChannelInfo(GProApplicationChannelInfo gProApplicationChannelInfo) {
this.appChannelInfo = gProApplicationChannelInfo;
}
public void setAuthControlStatusList(ArrayList<GProAuthControlStatus> arrayList) {
this.authControlStatusList = arrayList;
}
public void setAvChannelExtInfo(GProAVChannelExtInfo gProAVChannelExtInfo) {
this.avChannelExtInfo = gProAVChannelExtInfo;
}
public void setBannedSpeak(int i2) {
this.bannedSpeak = i2;
}
public void setChannelId(long j2) {
this.channelId = j2;
}
public void setChannelLiveableType(int i2) {
this.channelLiveableType = i2;
}
public void setChannelVisibleType(int i2) {
this.channelVisibleType = i2;
}
public void setCreateTime(long j2) {
this.createTime = j2;
}
public void setCreatorTinyId(long j2) {
this.creatorTinyId = j2;
}
public void setCurrentSlowModeKey(int i2) {
this.currentSlowModeKey = i2;
}
public void setFinalNotifyType(int i2) {
this.finalNotifyType = i2;
}
public void setForumSortMode(int i2) {
this.forumSortMode = i2;
}
public void setGotoChannelId(long j2) {
this.gotoChannelId = j2;
}
public void setGuildId(long j2) {
this.guildId = j2;
}
public void setHotIcon(String str) {
this.hotIcon = str;
}
public void setIsCategoryAdmin(int i2) {
this.isCategoryAdmin = i2;
}
public void setIsChannelAdmin(int i2) {
this.isChannelAdmin = i2;
}
public void setJumpSwitch(int i2) {
this.jumpSwitch = i2;
}
public void setLastCntMsgSeq(long j2) {
this.lastCntMsgSeq = j2;
}
public void setLastCntMsgTime(long j2) {
this.lastCntMsgTime = j2;
}
public void setLastMsgSeq(long j2) {
this.lastMsgSeq = j2;
}
public void setLastMsgTime(long j2) {
this.lastMsgTime = j2;
}
public void setMedalInfo(GProMedalInfo gProMedalInfo) {
this.medalInfo = gProMedalInfo;
}
public void setMsgMeta(byte[] bArr) {
this.msgMeta = bArr;
}
public void setMsgNotifyType(int i2) {
this.msgNotifyType = i2;
}
public void setMyForumSortMode(int i2) {
this.myForumSortMode = i2;
}
public void setMySpeakPermission(int i2) {
this.mySpeakPermission = i2;
}
public void setName(String str) {
this.name = str;
}
public void setReadCntMsgSeq(long j2) {
this.readCntMsgSeq = j2;
}
public void setReadCntMsgTime(long j2) {
this.readCntMsgTime = j2;
}
public void setReadMsgMeta(byte[] bArr) {
this.readMsgMeta = bArr;
}
public void setReadMsgSeq(long j2) {
this.readMsgSeq = j2;
}
public void setReadMsgTime(long j2) {
this.readMsgTime = j2;
}
public void setResult(int i2) {
this.result = i2;
}
public void setRoomId(long j2) {
this.roomId = j2;
}
public void setRoomName(String str) {
this.roomName = str;
}
public void setSchema(String str) {
this.schema = str;
}
public void setSlowModeInfo(ArrayList<GProSlowModeInfo> arrayList) {
this.slowModeInfo = arrayList;
}
public void setSpecialTypes(ArrayList<Integer> arrayList) {
this.specialTypes = arrayList;
}
public void setSwitchMapMode(int i2) {
this.switchMapMode = i2;
}
public void setTalkPermission(int i2) {
this.talkPermission = i2;
}
public void setTextChannelSubtypeId(int i2) {
this.textChannelSubtypeId = i2;
}
public void setTopMsgList(ArrayList<GProTopMsg> arrayList) {
this.topMsgList = arrayList;
}
public void setTopMsgOperatorTinyId(long j2) {
this.topMsgOperatorTinyId = j2;
}
public void setTopMsgSeq(long j2) {
this.topMsgSeq = j2;
}
public void setTopMsgTime(long j2) {
this.topMsgTime = j2;
}
public void setType(int i2) {
this.type = i2;
}
public void setUint32HotIndex(int i2) {
this.uint32HotIndex = i2;
}
public void setVisibleType(int i2) {
this.visibleType = i2;
}
public void setVisibleTypeInfo(ArrayList<GProVisibleTypeInfo> arrayList) {
this.visibleTypeInfo = arrayList;
}
public void setXWorldslowModeConfig(GProWorldSlowModeConfig gProWorldSlowModeConfig) {
this.xWorldslowModeConfig = gProWorldSlowModeConfig;
}
public String toString() {
return "GProChannel{channelId=" + this.channelId + ",guildId=" + this.guildId + ",name=" + this.name + ",type=" + this.type + ",creatorTinyId=" + this.creatorTinyId + ",createTime=" + this.createTime + ",talkPermission=" + this.talkPermission + ",msgNotifyType=" + this.msgNotifyType + ",lastMsgSeq=" + this.lastMsgSeq + ",lastCntMsgSeq=" + this.lastCntMsgSeq + ",readMsgSeq=" + this.readMsgSeq + ",readCntMsgSeq=" + this.readCntMsgSeq + ",lastMsgTime=" + this.lastMsgTime + ",lastCntMsgTime=" + this.lastCntMsgTime + ",readMsgTime=" + this.readMsgTime + ",readCntMsgTime=" + this.readCntMsgTime + ",msgMeta=" + this.msgMeta + ",readMsgMeta=" + this.readMsgMeta + ",result=" + this.result + ",roomId=" + this.roomId + ",anchorTinyId=" + this.anchorTinyId + ",roomName=" + this.roomName + ",bannedSpeak=" + this.bannedSpeak + ",visibleType=" + this.visibleType + ",specialTypes=" + this.specialTypes + ",finalNotifyType=" + this.finalNotifyType + ",topMsgSeq=" + this.topMsgSeq + ",topMsgTime=" + this.topMsgTime + ",topMsgOperatorTinyId=" + this.topMsgOperatorTinyId + ",currentSlowModeKey=" + this.currentSlowModeKey + ",slowModeInfo=" + this.slowModeInfo + ",forumSortMode=" + this.forumSortMode + ",myForumSortMode=" + this.myForumSortMode + ",textChannelSubtypeId=" + this.textChannelSubtypeId + ",channelVisibleType=" + this.channelVisibleType + ",visibleTypeInfo=" + this.visibleTypeInfo + ",mySpeakPermission=" + this.mySpeakPermission + ",isChannelAdmin=" + this.isChannelAdmin + ",topMsgList=" + this.topMsgList + ",appChannelInfo=" + this.appChannelInfo + ",channelLiveableType=" + this.channelLiveableType + ",authControlStatusList=" + this.authControlStatusList + ",schema=" + this.schema + ",xWorldslowModeConfig=" + this.xWorldslowModeConfig + ",switchMapMode=" + this.switchMapMode + ",avChannelExtInfo=" + this.avChannelExtInfo + ",gotoChannelId=" + this.gotoChannelId + ",jumpSwitch=" + this.jumpSwitch + ",uint32HotIndex=" + this.uint32HotIndex + ",hotIcon=" + this.hotIcon + ",medalInfo=" + this.medalInfo + ",isCategoryAdmin=" + this.isCategoryAdmin + ",}";
}
public GProChannel(long j2, long j3, String str, int i2, long j4, long j5, int i3, int i4, long j6, long j7, long j8, long j9, long j10, long j11, long j12, long j13, byte[] bArr, byte[] bArr2, int i5, long j14, long j15, String str2, int i6, int i7, ArrayList<Integer> arrayList, int i8, long j16, long j17, long j18, int i9, ArrayList<GProSlowModeInfo> arrayList2, int i10, int i11, int i12, int i13, ArrayList<GProVisibleTypeInfo> arrayList3, int i14, int i15, ArrayList<GProTopMsg> arrayList4, GProApplicationChannelInfo gProApplicationChannelInfo, int i16, ArrayList<GProAuthControlStatus> arrayList5, String str3, GProWorldSlowModeConfig gProWorldSlowModeConfig, int i17, GProAVChannelExtInfo gProAVChannelExtInfo, long j19, int i18, int i19, String str4, GProMedalInfo gProMedalInfo, int i20) {
this.serialVersionUID = 1L;
this.name = "";
this.msgMeta = new byte[0];
this.readMsgMeta = new byte[0];
this.roomName = "";
this.specialTypes = new ArrayList<>();
this.slowModeInfo = new ArrayList<>();
this.visibleTypeInfo = new ArrayList<>();
this.topMsgList = new ArrayList<>();
this.appChannelInfo = new GProApplicationChannelInfo();
this.authControlStatusList = new ArrayList<>();
this.schema = "";
this.xWorldslowModeConfig = new GProWorldSlowModeConfig();
this.avChannelExtInfo = new GProAVChannelExtInfo();
this.hotIcon = "";
this.medalInfo = new GProMedalInfo();
this.channelId = j2;
this.guildId = j3;
this.name = str;
this.type = i2;
this.creatorTinyId = j4;
this.createTime = j5;
this.talkPermission = i3;
this.msgNotifyType = i4;
this.lastMsgSeq = j6;
this.lastCntMsgSeq = j7;
this.readMsgSeq = j8;
this.readCntMsgSeq = j9;
this.lastMsgTime = j10;
this.lastCntMsgTime = j11;
this.readMsgTime = j12;
this.readCntMsgTime = j13;
this.msgMeta = bArr;
this.readMsgMeta = bArr2;
this.result = i5;
this.roomId = j14;
this.anchorTinyId = j15;
this.roomName = str2;
this.bannedSpeak = i6;
this.visibleType = i7;
this.specialTypes = arrayList;
this.finalNotifyType = i8;
this.topMsgSeq = j16;
this.topMsgTime = j17;
this.topMsgOperatorTinyId = j18;
this.currentSlowModeKey = i9;
this.slowModeInfo = arrayList2;
this.forumSortMode = i10;
this.myForumSortMode = i11;
this.textChannelSubtypeId = i12;
this.channelVisibleType = i13;
this.visibleTypeInfo = arrayList3;
this.mySpeakPermission = i14;
this.isChannelAdmin = i15;
this.topMsgList = arrayList4;
this.appChannelInfo = gProApplicationChannelInfo;
this.channelLiveableType = i16;
this.authControlStatusList = arrayList5;
this.schema = str3;
this.xWorldslowModeConfig = gProWorldSlowModeConfig;
this.switchMapMode = i17;
this.avChannelExtInfo = gProAVChannelExtInfo;
this.gotoChannelId = j19;
this.jumpSwitch = i18;
this.uint32HotIndex = i19;
this.hotIcon = str4;
this.medalInfo = gProMedalInfo;
this.isCategoryAdmin = i20;
}
}
| 16,682 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchParams.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchParams.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class SearchParams implements IKernelModel {
BusinessType business;
ArrayList<Long> businessMask;
byte[] cookie;
Integer pageSize;
public SearchParams() {
this.business = BusinessType.values()[0];
this.businessMask = new ArrayList<>();
}
public BusinessType getBusiness() {
return this.business;
}
public ArrayList<Long> getBusinessMask() {
return this.businessMask;
}
public byte[] getCookie() {
return this.cookie;
}
public Integer getPageSize() {
return this.pageSize;
}
public void setBusiness(BusinessType businessType) {
this.business = businessType;
}
public void setBusinessMask(ArrayList<Long> arrayList) {
this.businessMask = arrayList;
}
public void setCookie(byte[] bArr) {
this.cookie = bArr;
}
public void setPageSize(Integer num) {
this.pageSize = num;
}
public String toString() {
return "SearchParams{business=" + this.business + ",pageSize=" + this.pageSize + ",businessMask=" + this.businessMask + ",cookie=" + this.cookie + ",}";
}
public SearchParams(BusinessType businessType, Integer num, ArrayList<Long> arrayList, byte[] bArr) {
this.business = BusinessType.values()[0];
this.businessMask = new ArrayList<>();
this.business = businessType;
this.pageSize = num;
this.businessMask = arrayList;
this.cookie = bArr;
}
}
| 1,615 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
ReplyLabel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ReplyLabel.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class ReplyLabel {
Long createTime;
String id;
String likeId;
UserForComment postUser;
public ReplyLabel() {
this.id = "";
this.postUser = new UserForComment();
}
public Long getCreateTime() {
return this.createTime;
}
public String getId() {
return this.id;
}
public String getLikeId() {
return this.likeId;
}
public UserForComment getPostUser() {
return this.postUser;
}
public String toString() {
return "ReplyLabel{id=" + this.id + ",postUser=" + this.postUser + ",likeId=" + this.likeId + ",createTime=" + this.createTime + ",}";
}
public ReplyLabel(String str, UserForComment userForComment, String str2, Long l2) {
this.id = "";
this.postUser = new UserForComment();
this.id = str;
this.postUser = userForComment;
this.likeId = str2;
this.createTime = l2;
}
}
| 1,068 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProUserJoinedGuildSummary.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserJoinedGuildSummary.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProUserJoinedGuildSummary {
ArrayList<GProRecommendChannelInfo> guildList;
String joinedCountStr;
public GProUserJoinedGuildSummary() {
this.joinedCountStr = "";
this.guildList = new ArrayList<>();
}
public ArrayList<GProRecommendChannelInfo> getGuildList() {
return this.guildList;
}
public String getJoinedCountStr() {
return this.joinedCountStr;
}
public String toString() {
return "GProUserJoinedGuildSummary{joinedCountStr=" + this.joinedCountStr + ",guildList=" + this.guildList + ",}";
}
public GProUserJoinedGuildSummary(String str, ArrayList<GProRecommendChannelInfo> arrayList) {
this.joinedCountStr = "";
this.guildList = new ArrayList<>();
this.joinedCountStr = str;
this.guildList = arrayList;
}
}
| 967 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProLiveStream.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveStream.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProLiveStream implements Serializable {
ArrayList<GProLiveFrame> frames;
String name;
Integer rawLevel;
long serialVersionUID;
public GProLiveStream() {
this.serialVersionUID = 1L;
this.frames = new ArrayList<>();
}
public ArrayList<GProLiveFrame> getFrames() {
return this.frames;
}
public String getName() {
return this.name;
}
public Integer getRawLevel() {
return this.rawLevel;
}
public String toString() {
return "GProLiveStream{frames=" + this.frames + ",name=" + this.name + ",rawLevel=" + this.rawLevel + ",}";
}
public GProLiveStream(ArrayList<GProLiveFrame> arrayList, String str, Integer num) {
this.serialVersionUID = 1L;
this.frames = new ArrayList<>();
this.frames = arrayList;
this.name = str;
this.rawLevel = num;
}
}
| 1,053 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
MsgTypeFilter.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MsgTypeFilter.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class MsgTypeFilter {
ArrayList<Integer> subType;
int type;
public MsgTypeFilter() {
this.subType = new ArrayList<>();
}
public ArrayList<Integer> getSubType() {
return this.subType;
}
public int getType() {
return this.type;
}
public String toString() {
return "MsgTypeFilter{type=" + this.type + ",subType=" + this.subType + ",}";
}
public MsgTypeFilter(int i2, ArrayList<Integer> arrayList) {
this.subType = new ArrayList<>();
this.type = i2;
this.subType = arrayList;
}
}
| 732 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
CHANNELPRIVATETYPE.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CHANNELPRIVATETYPE.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public enum CHANNELPRIVATETYPE {
PUBLIC_CHANNEL,
ADMIN_PRIVATE,
SPECMEMBERS_PRIVATE
}
| 180 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProBindRoleGroups.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBindRoleGroups.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBindRoleGroups {
int authControlSwitchType;
ArrayList<Long> roleGroupIds;
public GProBindRoleGroups() {
this.roleGroupIds = new ArrayList<>();
}
public int getAuthControlSwitchType() {
return this.authControlSwitchType;
}
public ArrayList<Long> getRoleGroupIds() {
return this.roleGroupIds;
}
public String toString() {
return "GProBindRoleGroups{authControlSwitchType=" + this.authControlSwitchType + ",roleGroupIds=" + this.roleGroupIds + ",}";
}
public GProBindRoleGroups(int i2, ArrayList<Long> arrayList) {
this.roleGroupIds = new ArrayList<>();
this.authControlSwitchType = i2;
this.roleGroupIds = arrayList;
}
}
| 862 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProKVPair.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProKVPair.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProKVPair implements Serializable {
String key;
long serialVersionUID;
byte[] value;
public GProKVPair() {
this.serialVersionUID = 1L;
this.key = "";
this.value = new byte[0];
}
public String getKey() {
return this.key;
}
public byte[] getValue() {
return this.value;
}
public String toString() {
return "GProKVPair{key=" + this.key + ",value=" + this.value + ",}";
}
public GProKVPair(String str, byte[] bArr) {
this.serialVersionUID = 1L;
this.key = "";
this.value = new byte[0];
this.key = str;
this.value = bArr;
}
}
| 798 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGuildMsg.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildMsg.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGuildMsg {
long channelId;
long guildId;
ArrayList<GProMsgHighlight> highlights;
long msgSeq;
public GProGuildMsg() {
this.highlights = new ArrayList<>();
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public ArrayList<GProMsgHighlight> getHighlights() {
return this.highlights;
}
public long getMsgSeq() {
return this.msgSeq;
}
public String toString() {
return "GProGuildMsg{guildId=" + this.guildId + ",channelId=" + this.channelId + ",msgSeq=" + this.msgSeq + ",highlights=" + this.highlights + ",}";
}
public GProGuildMsg(long j2, long j3, long j4, ArrayList<GProMsgHighlight> arrayList) {
this.highlights = new ArrayList<>();
this.guildId = j2;
this.channelId = j3;
this.msgSeq = j4;
this.highlights = arrayList;
}
}
| 1,083 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProAVReportReqInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVReportReqInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAVReportReqInfo {
GProAVCommonReqInfo commonInfo;
long tinyId;
GProUserDevState userDevState;
public GProAVReportReqInfo() {
this.commonInfo = new GProAVCommonReqInfo();
this.userDevState = new GProUserDevState();
}
public GProAVCommonReqInfo getCommonInfo() {
return this.commonInfo;
}
public long getTinyId() {
return this.tinyId;
}
public GProUserDevState getUserDevState() {
return this.userDevState;
}
public String toString() {
return "GProAVReportReqInfo{commonInfo=" + this.commonInfo + ",tinyId=" + this.tinyId + ",userDevState=" + this.userDevState + ",}";
}
public GProAVReportReqInfo(GProAVCommonReqInfo gProAVCommonReqInfo, long j2, GProUserDevState gProUserDevState) {
this.commonInfo = new GProAVCommonReqInfo();
this.userDevState = new GProUserDevState();
this.commonInfo = gProAVCommonReqInfo;
this.tinyId = j2;
this.userDevState = gProUserDevState;
}
}
| 1,130 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
IMoveGroupFileCallback.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IMoveGroupFileCallback.java | package com.tencent.qqnt.kernel.nativeinterface;
public interface IMoveGroupFileCallback {
void onResult(int i2, String str, MoveGroupFileResult moveGroupFileResult);
} | 173 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupBulletinPublisherInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupBulletinPublisherInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class GroupBulletinPublisherInfo {
String avatar;
String nick;
long uin;
public GroupBulletinPublisherInfo() {
this.nick = "";
this.avatar = "";
}
public String getAvatar() {
return this.avatar;
}
public String getNick() {
return this.nick;
}
public long getUin() {
return this.uin;
}
public String toString() {
return "GroupBulletinPublisherInfo{uin=" + this.uin + ",nick=" + this.nick + ",avatar=" + this.avatar + ",}";
}
public GroupBulletinPublisherInfo(long j2, String str, String str2) {
this.nick = "";
this.avatar = "";
this.uin = j2;
this.nick = str;
this.avatar = str2;
}
} | 800 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProSpeakPermissionInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSpeakPermissionInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProSpeakPermissionInfo {
Boolean sendLink;
Boolean sendQrCode;
Boolean sendRedPacket;
public GProSpeakPermissionInfo() {
}
public Boolean getSendLink() {
return this.sendLink;
}
public Boolean getSendQrCode() {
return this.sendQrCode;
}
public Boolean getSendRedPacket() {
return this.sendRedPacket;
}
public String toString() {
return "GProSpeakPermissionInfo{sendRedPacket=" + this.sendRedPacket + ",sendLink=" + this.sendLink + ",sendQrCode=" + this.sendQrCode + ",}";
}
public GProSpeakPermissionInfo(Boolean bool, Boolean bool2, Boolean bool3) {
this.sendRedPacket = bool;
this.sendLink = bool2;
this.sendQrCode = bool3;
}
}
| 854 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
IVideoPlayUrlCallback.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IVideoPlayUrlCallback.java | package com.tencent.qqnt.kernel.nativeinterface;
public interface IVideoPlayUrlCallback {
void onResult(int i2, String str, VideoPlayUrlResult videoPlayUrlResult);
} | 170 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetSubjectGuildsReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetSubjectGuildsReq.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProGetSubjectGuildsReq implements Serializable {
String blockId;
String blockName;
int blockType;
int businessType;
byte[] cookies;
int limit;
long serialVersionUID;
GProBottomTabSourceInfo source;
public GProGetSubjectGuildsReq() {
this.serialVersionUID = 1L;
this.cookies = new byte[0];
this.source = new GProBottomTabSourceInfo();
this.blockId = "";
this.blockName = "";
}
public String getBlockId() {
return this.blockId;
}
public String getBlockName() {
return this.blockName;
}
public int getBlockType() {
return this.blockType;
}
public int getBusinessType() {
return this.businessType;
}
public byte[] getCookies() {
return this.cookies;
}
public int getLimit() {
return this.limit;
}
public GProBottomTabSourceInfo getSource() {
return this.source;
}
public String toString() {
return "GProGetSubjectGuildsReq{businessType=" + this.businessType + ",cookies=" + this.cookies + ",source=" + this.source + ",blockId=" + this.blockId + ",blockType=" + this.blockType + ",blockName=" + this.blockName + ",limit=" + this.limit + ",}";
}
public GProGetSubjectGuildsReq(int i2, byte[] bArr, GProBottomTabSourceInfo gProBottomTabSourceInfo, String str, int i3, String str2, int i4) {
this.serialVersionUID = 1L;
this.cookies = new byte[0];
this.source = new GProBottomTabSourceInfo();
this.blockId = "";
this.blockName = "";
this.businessType = i2;
this.cookies = bArr;
this.source = gProBottomTabSourceInfo;
this.blockId = str;
this.blockType = i3;
this.blockName = str2;
this.limit = i4;
}
}
| 1,948 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
MultiForwardMsgElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MultiForwardMsgElement.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class MultiForwardMsgElement {
String fileName;
String resId;
String xmlContent;
public MultiForwardMsgElement() {
}
public String getFileName() {
return this.fileName;
}
public String getResId() {
return this.resId;
}
public String getXmlContent() {
return this.xmlContent;
}
public String toString() {
return "MultiForwardMsgElement{xmlContent=" + this.xmlContent + ",resId=" + this.resId + ",fileName=" + this.fileName + ",}";
}
public MultiForwardMsgElement(String str, String str2, String str3) {
this.xmlContent = str;
this.resId = str2;
this.fileName = str3;
}
}
| 755 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
DeviceType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/DeviceType.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes4.dex */
public enum DeviceType {
KUNKNOWN,
KPHONE,
KPAD,
KCOMPUTER
}
| 182 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProAVChannelExtInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVChannelExtInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAVChannelExtInfo implements Serializable {
int allowOtherRaiseHand;
int channelMaxMember;
GProInviteSpeakCfg inviteSpeakCfg;
int noMemberMaxLimited;
long serialVersionUID;
GProVoiceQueueCfg voiceQueueCfg;
GProVoiceSpeakModeCfg voiceSpeakModeCfg;
public GProAVChannelExtInfo() {
this.serialVersionUID = 1L;
this.voiceSpeakModeCfg = new GProVoiceSpeakModeCfg();
this.voiceQueueCfg = new GProVoiceQueueCfg();
this.inviteSpeakCfg = new GProInviteSpeakCfg();
}
public int getAllowOtherRaiseHand() {
return this.allowOtherRaiseHand;
}
public int getChannelMaxMember() {
return this.channelMaxMember;
}
public GProInviteSpeakCfg getInviteSpeakCfg() {
return this.inviteSpeakCfg;
}
public int getNoMemberMaxLimited() {
return this.noMemberMaxLimited;
}
public GProVoiceQueueCfg getVoiceQueueCfg() {
return this.voiceQueueCfg;
}
public GProVoiceSpeakModeCfg getVoiceSpeakModeCfg() {
return this.voiceSpeakModeCfg;
}
public void setAllowOtherRaiseHand(int i2) {
this.allowOtherRaiseHand = i2;
}
public void setChannelMaxMember(int i2) {
this.channelMaxMember = i2;
}
public void setInviteSpeakCfg(GProInviteSpeakCfg gProInviteSpeakCfg) {
this.inviteSpeakCfg = gProInviteSpeakCfg;
}
public void setNoMemberMaxLimited(int i2) {
this.noMemberMaxLimited = i2;
}
public void setVoiceQueueCfg(GProVoiceQueueCfg gProVoiceQueueCfg) {
this.voiceQueueCfg = gProVoiceQueueCfg;
}
public void setVoiceSpeakModeCfg(GProVoiceSpeakModeCfg gProVoiceSpeakModeCfg) {
this.voiceSpeakModeCfg = gProVoiceSpeakModeCfg;
}
public String toString() {
return "GProAVChannelExtInfo{channelMaxMember=" + this.channelMaxMember + ",allowOtherRaiseHand=" + this.allowOtherRaiseHand + ",noMemberMaxLimited=" + this.noMemberMaxLimited + ",voiceSpeakModeCfg=" + this.voiceSpeakModeCfg + ",voiceQueueCfg=" + this.voiceQueueCfg + ",inviteSpeakCfg=" + this.inviteSpeakCfg + ",}";
}
public GProAVChannelExtInfo(int i2, int i3, int i4, GProVoiceSpeakModeCfg gProVoiceSpeakModeCfg, GProVoiceQueueCfg gProVoiceQueueCfg, GProInviteSpeakCfg gProInviteSpeakCfg) {
this.serialVersionUID = 1L;
this.voiceSpeakModeCfg = new GProVoiceSpeakModeCfg();
this.voiceQueueCfg = new GProVoiceQueueCfg();
this.inviteSpeakCfg = new GProInviteSpeakCfg();
this.channelMaxMember = i2;
this.allowOtherRaiseHand = i3;
this.noMemberMaxLimited = i4;
this.voiceSpeakModeCfg = gProVoiceSpeakModeCfg;
this.voiceQueueCfg = gProVoiceQueueCfg;
this.inviteSpeakCfg = gProInviteSpeakCfg;
}
}
| 2,922 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProFeedSummary.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFeedSummary.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProFeedSummary implements Serializable {
String feedId;
ArrayList<GProFeedThumbnail> feedThumbnails;
long serialVersionUID;
String title;
public GProFeedSummary() {
this.serialVersionUID = 1L;
this.feedId = "";
this.title = "";
this.feedThumbnails = new ArrayList<>();
}
public String getFeedId() {
return this.feedId;
}
public ArrayList<GProFeedThumbnail> getFeedThumbnails() {
return this.feedThumbnails;
}
public String getTitle() {
return this.title;
}
public String toString() {
return "GProFeedSummary{feedId=" + this.feedId + ",title=" + this.title + ",feedThumbnails=" + this.feedThumbnails + ",}";
}
public GProFeedSummary(String str, String str2, ArrayList<GProFeedThumbnail> arrayList) {
this.serialVersionUID = 1L;
this.feedId = "";
this.title = "";
this.feedThumbnails = new ArrayList<>();
this.feedId = str;
this.title = str2;
this.feedThumbnails = arrayList;
}
}
| 1,228 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetAudioBotStatusRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetAudioBotStatusRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGetAudioBotStatusRsp {
ArrayList<GProAudioBotStatusInfo> botStatusInfos;
long pollInterval;
public GProGetAudioBotStatusRsp() {
this.botStatusInfos = new ArrayList<>();
}
public ArrayList<GProAudioBotStatusInfo> getBotStatusInfos() {
return this.botStatusInfos;
}
public long getPollInterval() {
return this.pollInterval;
}
public String toString() {
return "GProGetAudioBotStatusRsp{botStatusInfos=" + this.botStatusInfos + ",pollInterval=" + this.pollInterval + ",}";
}
public GProGetAudioBotStatusRsp(ArrayList<GProAudioBotStatusInfo> arrayList, long j2) {
this.botStatusInfos = new ArrayList<>();
this.botStatusInfos = arrayList;
this.pollInterval = j2;
}
}
| 905 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
LocalGrayTipDirect.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LocalGrayTipDirect.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class LocalGrayTipDirect implements Serializable {
String robotName;
long robotTid;
long robotUin;
long serialVersionUID;
public LocalGrayTipDirect() {
this.serialVersionUID = 1L;
this.robotName = "";
}
public String getRobotName() {
return this.robotName;
}
public long getRobotTid() {
return this.robotTid;
}
public long getRobotUin() {
return this.robotUin;
}
public String toString() {
return "LocalGrayTipDirect{robotTid=" + this.robotTid + ",robotUin=" + this.robotUin + ",robotName=" + this.robotName + ",}";
}
public LocalGrayTipDirect(long j2, long j3, String str) {
this.serialVersionUID = 1L;
this.robotName = "";
this.robotTid = j2;
this.robotUin = j3;
this.robotName = str;
}
}
| 997 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProCmd0x10b4RspExtendData.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProCmd0x10b4RspExtendData.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProCmd0x10b4RspExtendData implements Serializable {
int code;
long serialVersionUID = 1;
public GProCmd0x10b4RspExtendData() {
}
public int getCode() {
return this.code;
}
public String toString() {
return "GProCmd0x10b4RspExtendData{code=" + this.code + ",}";
}
public GProCmd0x10b4RspExtendData(int i2) {
this.code = i2;
}
}
| 527 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendSeqInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendSeqInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProRecommendSeqInfo implements Serializable {
byte[] maxBytesReadMsgMeta;
long maxCntSeq;
long maxMsgSeq;
long serialVersionUID;
public GProRecommendSeqInfo() {
this.serialVersionUID = 1L;
this.maxBytesReadMsgMeta = new byte[0];
}
public byte[] getMaxBytesReadMsgMeta() {
return this.maxBytesReadMsgMeta;
}
public long getMaxCntSeq() {
return this.maxCntSeq;
}
public long getMaxMsgSeq() {
return this.maxMsgSeq;
}
public String toString() {
return "GProRecommendSeqInfo{maxMsgSeq=" + this.maxMsgSeq + ",maxCntSeq=" + this.maxCntSeq + ",maxBytesReadMsgMeta=" + this.maxBytesReadMsgMeta + ",}";
}
public GProRecommendSeqInfo(long j2, long j3, byte[] bArr) {
this.serialVersionUID = 1L;
this.maxBytesReadMsgMeta = new byte[0];
this.maxMsgSeq = j2;
this.maxCntSeq = j3;
this.maxBytesReadMsgMeta = bArr;
}
}
| 1,094 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGuildIdentity.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildIdentity.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProGuildIdentity {
long appid;
String orgID;
String worldID;
public GProGuildIdentity() {
this.orgID = "";
this.worldID = "";
}
public long getAppid() {
return this.appid;
}
public String getOrgID() {
return this.orgID;
}
public String getWorldID() {
return this.worldID;
}
public String toString() {
return "GProGuildIdentity{appid=" + this.appid + ",orgID=" + this.orgID + ",worldID=" + this.worldID + ",}";
}
public GProGuildIdentity(long j2, String str, String str2) {
this.orgID = "";
this.worldID = "";
this.appid = j2;
this.orgID = str;
this.worldID = str2;
}
}
| 825 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProOpenSdkUrl.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProOpenSdkUrl.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProOpenSdkUrl {
String h265;
String hd;
String ld;
String raw;
String sd;
String sg;
String sound;
public GProOpenSdkUrl() {
}
public String getH265() {
return this.h265;
}
public String getHd() {
return this.hd;
}
public String getLd() {
return this.ld;
}
public String getRaw() {
return this.raw;
}
public String getSd() {
return this.sd;
}
public String getSg() {
return this.sg;
}
public String getSound() {
return this.sound;
}
public String toString() {
return "GProOpenSdkUrl{raw=" + this.raw + ",hd=" + this.hd + ",sd=" + this.sd + ",ld=" + this.ld + ",sound=" + this.sound + ",h265=" + this.h265 + ",sg=" + this.sg + ",}";
}
public GProOpenSdkUrl(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
this.raw = str;
this.hd = str2;
this.sd = str3;
this.ld = str4;
this.sound = str5;
this.h265 = str6;
this.sg = str7;
}
}
| 1,209 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchGroupMemberProfileItem.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupMemberProfileItem.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class SearchGroupMemberProfileItem {
String nick;
ArrayList<SearchHitInfo> nickHits;
String remark;
ArrayList<SearchHitInfo> remarkHits;
String uid;
long uin;
ArrayList<SearchHitInfo> uinHits;
public SearchGroupMemberProfileItem() {
this.uid = "";
this.uinHits = new ArrayList<>();
this.nick = "";
this.nickHits = new ArrayList<>();
this.remark = "";
this.remarkHits = new ArrayList<>();
}
public String getNick() {
return this.nick;
}
public ArrayList<SearchHitInfo> getNickHits() {
return this.nickHits;
}
public String getRemark() {
return this.remark;
}
public ArrayList<SearchHitInfo> getRemarkHits() {
return this.remarkHits;
}
public String getUid() {
return this.uid;
}
public long getUin() {
return this.uin;
}
public ArrayList<SearchHitInfo> getUinHits() {
return this.uinHits;
}
public String toString() {
return "SearchGroupMemberProfileItem{uid=" + this.uid + ",uin=" + this.uin + ",uinHits=" + this.uinHits + ",nick=" + this.nick + ",nickHits=" + this.nickHits + ",remark=" + this.remark + ",remarkHits=" + this.remarkHits + ",}";
}
public SearchGroupMemberProfileItem(String str, long j2, ArrayList<SearchHitInfo> arrayList, String str2, ArrayList<SearchHitInfo> arrayList2, String str3, ArrayList<SearchHitInfo> arrayList3) {
this.uid = "";
this.uinHits = new ArrayList<>();
this.nick = "";
this.nickHits = new ArrayList<>();
this.remark = "";
this.remarkHits = new ArrayList<>();
this.uid = str;
this.uin = j2;
this.uinHits = arrayList;
this.nick = str2;
this.nickHits = arrayList2;
this.remark = str3;
this.remarkHits = arrayList3;
}
}
| 2,011 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGameDownloadLink.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGameDownloadLink.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProGameDownloadLink implements Serializable {
String platform;
long serialVersionUID;
String url;
public GProGameDownloadLink() {
this.serialVersionUID = 1L;
this.platform = "";
this.url = "";
}
public String getPlatform() {
return this.platform;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "GProGameDownloadLink{platform=" + this.platform + ",url = " + this.url + ",}";
}
public GProGameDownloadLink(String str, String str2) {
this.serialVersionUID = 1L;
this.platform = "";
this.url = "";
this.platform = str;
this.url = str2;
}
}
| 848 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
StructMsgElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/StructMsgElement.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class StructMsgElement {
String xmlContent;
public StructMsgElement() {
}
public String getXmlContent() {
return this.xmlContent;
}
public String toString() {
return "StructMsgElement{xmlContent=" + this.xmlContent + ",}";
}
public StructMsgElement(String str) {
this.xmlContent = str;
}
}
| 417 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProQQMsgListChannel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProQQMsgListChannel.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProQQMsgListChannel {
long appid;
long avatarSeq;
long channelId;
String channelName;
int channelType;
long guildId;
String guildName;
long topTimestamp;
public GProQQMsgListChannel() {
this.guildName = "";
this.channelName = "";
}
public long getAppid() {
return this.appid;
}
public long getAvatarSeq() {
return this.avatarSeq;
}
public long getChannelId() {
return this.channelId;
}
public String getChannelName() {
return this.channelName;
}
public int getChannelType() {
return this.channelType;
}
public long getGuildId() {
return this.guildId;
}
public String getGuildName() {
return this.guildName;
}
public long getTopTimestamp() {
return this.topTimestamp;
}
public String toString() {
return "GProQQMsgListChannel{guildId=" + this.guildId + ",channelId=" + this.channelId + ",topTimestamp=" + this.topTimestamp + ",guildName=" + this.guildName + ",channelName=" + this.channelName + ",avatarSeq=" + this.avatarSeq + ",channelType=" + this.channelType + ",appid=" + this.appid + ",}";
}
public GProQQMsgListChannel(long j2, long j3, long j4, String str, String str2, long j5, int i2, long j6) {
this.guildName = "";
this.channelName = "";
this.guildId = j2;
this.channelId = j3;
this.topTimestamp = j4;
this.guildName = str;
this.channelName = str2;
this.avatarSeq = j5;
this.channelType = i2;
this.appid = j6;
}
}
| 1,726 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupSpaceResult.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupSpaceResult.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class GroupSpaceResult {
boolean allUpload;
String clientWording;
int retCode;
String retMsg;
long totalSpace;
long usedSpace;
public GroupSpaceResult() {
this.retMsg = "";
this.clientWording = "";
}
public boolean getAllUpload() {
return this.allUpload;
}
public String getClientWording() {
return this.clientWording;
}
public int getRetCode() {
return this.retCode;
}
public String getRetMsg() {
return this.retMsg;
}
public long getTotalSpace() {
return this.totalSpace;
}
public long getUsedSpace() {
return this.usedSpace;
}
public String toString() {
return "GroupSpaceResult{retCode=" + this.retCode + ",retMsg=" + this.retMsg + ",clientWording=" + this.clientWording + ",totalSpace=" + this.totalSpace + ",usedSpace=" + this.usedSpace + ",allUpload=" + this.allUpload + ",}";
}
public GroupSpaceResult(int i2, String str, String str2, long j2, long j3, boolean z) {
this.retMsg = "";
this.clientWording = "";
this.retCode = i2;
this.retMsg = str;
this.clientWording = str2;
this.totalSpace = j2;
this.usedSpace = j3;
this.allUpload = z;
}
}
| 1,353 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProLiveSearchInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveSearchInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProLiveSearchInfo {
long anchorTinyId;
long channelId;
String coverUrl;
String guildIconUrl;
long guildId;
String guildName;
String joinGuildSig;
int joinedGuild;
int liveType;
GProRecallInfo recallInfo;
long roomId;
String roomName;
String streamUrl;
String tag;
public GProLiveSearchInfo() {
this.streamUrl = "";
this.coverUrl = "";
this.tag = "";
this.joinGuildSig = "";
this.guildName = "";
this.guildIconUrl = "";
this.roomName = "";
this.recallInfo = new GProRecallInfo();
}
public long getAnchorTinyId() {
return this.anchorTinyId;
}
public long getChannelId() {
return this.channelId;
}
public String getCoverUrl() {
return this.coverUrl;
}
public String getGuildIconUrl() {
return this.guildIconUrl;
}
public long getGuildId() {
return this.guildId;
}
public String getGuildName() {
return this.guildName;
}
public String getJoinGuildSig() {
return this.joinGuildSig;
}
public int getJoinedGuild() {
return this.joinedGuild;
}
public int getLiveType() {
return this.liveType;
}
public GProRecallInfo getRecallInfo() {
return this.recallInfo;
}
public long getRoomId() {
return this.roomId;
}
public String getRoomName() {
return this.roomName;
}
public String getStreamUrl() {
return this.streamUrl;
}
public String getTag() {
return this.tag;
}
public String toString() {
return "GProLiveSearchInfo{joinedGuild=" + this.joinedGuild + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",roomId=" + this.roomId + ",anchorTinyId=" + this.anchorTinyId + ",streamUrl=" + this.streamUrl + ",coverUrl=" + this.coverUrl + ",tag=" + this.tag + ",joinGuildSig=" + this.joinGuildSig + ",guildName=" + this.guildName + ",guildIconUrl=" + this.guildIconUrl + ",roomName=" + this.roomName + ",recallInfo=" + this.recallInfo + ",liveType=" + this.liveType + ",}";
}
public GProLiveSearchInfo(int i2, long j2, long j3, long j4, long j5, String str, String str2, String str3, String str4, String str5, String str6, String str7, GProRecallInfo gProRecallInfo, int i3) {
this.streamUrl = "";
this.coverUrl = "";
this.tag = "";
this.joinGuildSig = "";
this.guildName = "";
this.guildIconUrl = "";
this.roomName = "";
this.recallInfo = new GProRecallInfo();
this.joinedGuild = i2;
this.guildId = j2;
this.channelId = j3;
this.roomId = j4;
this.anchorTinyId = j5;
this.streamUrl = str;
this.coverUrl = str2;
this.tag = str3;
this.joinGuildSig = str4;
this.guildName = str5;
this.guildIconUrl = str6;
this.roomName = str7;
this.recallInfo = gProRecallInfo;
this.liveType = i3;
}
}
| 3,151 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProItemCbData.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProItemCbData.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProItemCbData {
byte[] cbExtData;
String statData;
public GProItemCbData() {
this.statData = "";
this.cbExtData = new byte[0];
}
public byte[] getCbExtData() {
return this.cbExtData;
}
public String getStatData() {
return this.statData;
}
public String toString() {
return "GProItemCbData{statData=" + this.statData + ",cbExtData=" + this.cbExtData + ",}";
}
public GProItemCbData(String str, byte[] bArr) {
this.statData = "";
this.cbExtData = new byte[0];
this.statData = str;
this.cbExtData = bArr;
}
}
| 733 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVoiceSmobaGameKickOutRoomReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameKickOutRoomReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProVoiceSmobaGameKickOutRoomReq {
long channelId;
int forceExit;
long guildId;
long roomId;
long second;
long tinyId;
public GProVoiceSmobaGameKickOutRoomReq() {
}
public long getChannelId() {
return this.channelId;
}
public int getForceExit() {
return this.forceExit;
}
public long getGuildId() {
return this.guildId;
}
public long getRoomId() {
return this.roomId;
}
public long getSecond() {
return this.second;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProVoiceSmobaGameKickOutRoomReq{tinyId=" + this.tinyId + ",roomId=" + this.roomId + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",forceExit=" + this.forceExit + ",second=" + this.second + ",}";
}
public GProVoiceSmobaGameKickOutRoomReq(long j2, long j3, long j4, long j5, int i2, long j6) {
this.tinyId = j2;
this.roomId = j3;
this.guildId = j4;
this.channelId = j5;
this.forceExit = i2;
this.second = j6;
}
}
| 1,240 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
WeChatOCRResultChar.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/WeChatOCRResultChar.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class WeChatOCRResultChar {
WeChatOcrBox charBox;
String charText;
public WeChatOCRResultChar() {
this.charText = "";
this.charBox = new WeChatOcrBox();
}
public WeChatOcrBox getCharBox() {
return this.charBox;
}
public String getCharText() {
return this.charText;
}
public String toString() {
return "WeChatOCRResultChar{charText=" + this.charText + ",charBox=" + this.charBox + ",}";
}
public WeChatOCRResultChar(String str, WeChatOcrBox weChatOcrBox) {
this.charText = "";
this.charBox = new WeChatOcrBox();
this.charText = str;
this.charBox = weChatOcrBox;
}
}
| 753 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGuildUserState.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildUserState.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProGuildUserState {
long channelId;
long guildId;
boolean hasEnteredChannel;
public GProGuildUserState() {
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public boolean getHasEnteredChannel() {
return this.hasEnteredChannel;
}
public String toString() {
return "GProGuildUserState{guildId=" + this.guildId + ",channelId=" + this.channelId + ",hasEnteredChannel=" + this.hasEnteredChannel + ",}";
}
public GProGuildUserState(long j2, long j3, boolean z) {
this.guildId = j2;
this.channelId = j3;
this.hasEnteredChannel = z;
}
}
| 810 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendCardInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendCardInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProRecommendCardInfo {
String cardId;
public GProRecommendCardInfo() {
this.cardId = "";
}
public String getCardId() {
return this.cardId;
}
public String toString() {
return "GProRecommendCardInfo{cardId=" + this.cardId + ",}";
}
public GProRecommendCardInfo(String str) {
this.cardId = "";
this.cardId = str;
}
}
| 497 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
JsonGrayElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/JsonGrayElement.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class JsonGrayElement {
long busiId;
boolean isServer;
String jsonStr;
String recentAbstract;
XmlToJsonParam xmlToJsonParam;
public JsonGrayElement() {
this.jsonStr = "";
this.recentAbstract = "";
}
public long getBusiId() {
return this.busiId;
}
public boolean getIsServer() {
return this.isServer;
}
public String getJsonStr() {
return this.jsonStr;
}
public String getRecentAbstract() {
return this.recentAbstract;
}
public XmlToJsonParam getXmlToJsonParam() {
return this.xmlToJsonParam;
}
public String toString() {
return "JsonGrayElement{busiId=" + this.busiId + ",jsonStr=" + this.jsonStr + ",recentAbstract=" + this.recentAbstract + ",isServer=" + this.isServer + ",xmlToJsonParam=" + this.xmlToJsonParam + ",}";
}
public JsonGrayElement(long j2, String str, String str2, boolean z, XmlToJsonParam xmlToJsonParam) {
this.jsonStr = "";
this.recentAbstract = "";
this.busiId = j2;
this.jsonStr = str;
this.recentAbstract = str2;
this.isServer = z;
this.xmlToJsonParam = xmlToJsonParam;
}
}
| 1,327 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
LongMsgAttr.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LongMsgAttr.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes5.dex */
public final class LongMsgAttr {
Integer fetchLongMsgErrCode;
public LongMsgAttr() {
}
public Integer getFetchLongMsgErrCode() {
return this.fetchLongMsgErrCode;
}
public String toString() {
return "LongMsgAttr{fetchLongMsgErrCode=" + this.fetchLongMsgErrCode + ",}";
}
public LongMsgAttr(Integer num) {
this.fetchLongMsgErrCode = num;
}
}
| 509 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchGroupMemberCardItem.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupMemberCardItem.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* compiled from: P */
/* loaded from: classes.dex */
public final class SearchGroupMemberCardItem {
String cardName;
ArrayList<SearchHitInfo> cardNameHits;
String uid;
public SearchGroupMemberCardItem() {
this.uid = "";
this.cardName = "";
this.cardNameHits = new ArrayList<>();
}
public String getCardName() {
return this.cardName;
}
public ArrayList<SearchHitInfo> getCardNameHits() {
return this.cardNameHits;
}
public String getUid() {
return this.uid;
}
public String toString() {
return "SearchGroupMemberCardItem{uid=" + this.uid + ",cardName=" + this.cardName + ",cardNameHits=" + this.cardNameHits + ",}";
}
public SearchGroupMemberCardItem(String str, String str2, ArrayList<SearchHitInfo> arrayList) {
this.uid = "";
this.cardName = "";
this.cardNameHits = new ArrayList<>();
this.uid = str;
this.cardName = str2;
this.cardNameHits = arrayList;
}
}
| 1,110 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGroupTypeList.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGroupTypeList.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGroupTypeList implements Serializable {
long channelId;
ArrayList<GProGroupTypeMember> groupTypeMembers;
long serialVersionUID;
public GProGroupTypeList() {
this.serialVersionUID = 1L;
this.groupTypeMembers = new ArrayList<>();
}
public long getChannelId() {
return this.channelId;
}
public ArrayList<GProGroupTypeMember> getGroupTypeMembers() {
return this.groupTypeMembers;
}
public String toString() {
return "GProGroupTypeList{channelId=" + this.channelId + ",groupTypeMembers=" + this.groupTypeMembers + ",}";
}
public GProGroupTypeList(long j2, ArrayList<GProGroupTypeMember> arrayList) {
this.serialVersionUID = 1L;
this.groupTypeMembers = new ArrayList<>();
this.channelId = j2;
this.groupTypeMembers = arrayList;
}
}
| 1,018 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProFetchCategoryAdminDisplayInfoReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFetchCategoryAdminDisplayInfoReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes4.dex */
public final class GProFetchCategoryAdminDisplayInfoReq {
long guildId;
public GProFetchCategoryAdminDisplayInfoReq() {
}
public long getGuildId() {
return this.guildId;
}
public String toString() {
return "GProFetchCategoryAdminDisplayInfoReq{guildId=" + this.guildId + ",}";
}
public GProFetchCategoryAdminDisplayInfoReq(long j2) {
this.guildId = j2;
}
}
| 503 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
ArkElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ArkElement.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class ArkElement {
String bytesData;
LinkInfo linkInfo;
Integer subElementType;
public ArkElement() {
this.bytesData = "";
}
public String getBytesData() {
return this.bytesData;
}
public LinkInfo getLinkInfo() {
return this.linkInfo;
}
public Integer getSubElementType() {
return this.subElementType;
}
public String toString() {
return "ArkElement{bytesData=" + this.bytesData + ",linkInfo=" + this.linkInfo + ",subElementType=" + this.subElementType + ",}";
}
public ArkElement(String data, LinkInfo linkInfo, Integer num) {
this.bytesData = data;
this.linkInfo = linkInfo;
this.subElementType = num;
}
} | 800 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetGuidePageInfoRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetGuidePageInfoRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGetGuidePageInfoRsp {
ArrayList<GProGuidePageInfo> guidePage;
GProGuidePageInfo mainGuidePage;
public GProGetGuidePageInfoRsp() {
this.mainGuidePage = new GProGuidePageInfo();
this.guidePage = new ArrayList<>();
}
public ArrayList<GProGuidePageInfo> getGuidePage() {
return this.guidePage;
}
public GProGuidePageInfo getMainGuidePage() {
return this.mainGuidePage;
}
public String toString() {
return "GProGetGuidePageInfoRsp{mainGuidePage=" + this.mainGuidePage + ",guidePage=" + this.guidePage + ",}";
}
public GProGetGuidePageInfoRsp(GProGuidePageInfo gProGuidePageInfo, ArrayList<GProGuidePageInfo> arrayList) {
this.mainGuidePage = new GProGuidePageInfo();
this.guidePage = new ArrayList<>();
this.mainGuidePage = gProGuidePageInfo;
this.guidePage = arrayList;
}
}
| 1,029 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
FeedChannelInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FeedChannelInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class FeedChannelInfo {
String guildName;
String iconUrl;
String name;
CHANNELPRIVATETYPE privateType;
ChannelSign sign;
public FeedChannelInfo() {
this.sign = new ChannelSign();
this.name = "";
this.privateType = CHANNELPRIVATETYPE.values()[0];
this.guildName = "";
this.iconUrl = "";
}
public String getGuildName() {
return this.guildName;
}
public String getIconUrl() {
return this.iconUrl;
}
public String getName() {
return this.name;
}
public CHANNELPRIVATETYPE getPrivateType() {
return this.privateType;
}
public ChannelSign getSign() {
return this.sign;
}
public String toString() {
return "FeedChannelInfo{sign=" + this.sign + ",name=" + this.name + ",privateType=" + this.privateType + ",guildName=" + this.guildName + ",iconUrl=" + this.iconUrl + ",}";
}
public FeedChannelInfo(ChannelSign channelSign, String str, CHANNELPRIVATETYPE channelprivatetype, String str2, String str3) {
this.sign = new ChannelSign();
this.name = "";
this.privateType = CHANNELPRIVATETYPE.values()[0];
this.guildName = "";
this.iconUrl = "";
this.sign = channelSign;
this.name = str;
this.privateType = channelprivatetype;
this.guildName = str2;
this.iconUrl = str3;
}
}
| 1,539 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVoiceSpeakModeRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSpeakModeRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProVoiceSpeakModeRsp {
String confirmExt;
String confirmMsg;
int modCode;
public GProVoiceSpeakModeRsp() {
this.confirmMsg = "";
this.confirmExt = "";
}
public String getConfirmExt() {
return this.confirmExt;
}
public String getConfirmMsg() {
return this.confirmMsg;
}
public int getModCode() {
return this.modCode;
}
public String toString() {
return "GProVoiceSpeakModeRsp{modCode=" + this.modCode + ",confirmMsg=" + this.confirmMsg + ",confirmExt=" + this.confirmExt + ",}";
}
public GProVoiceSpeakModeRsp(int i2, String str, String str2) {
this.confirmMsg = "";
this.confirmExt = "";
this.modCode = i2;
this.confirmMsg = str;
this.confirmExt = str2;
}
}
| 914 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProMsgSearchCond.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMsgSearchCond.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProMsgSearchCond {
ArrayList<Long> channelIds;
ArrayList<Integer> channelTypes;
ArrayList<Long> fromTinyids;
GProSeqCond seqCond;
ArrayList<GProMsgTimeRange> timeRanges;
public GProMsgSearchCond() {
}
public ArrayList<Long> getChannelIds() {
return this.channelIds;
}
public ArrayList<Integer> getChannelTypes() {
return this.channelTypes;
}
public ArrayList<Long> getFromTinyids() {
return this.fromTinyids;
}
public GProSeqCond getSeqCond() {
return this.seqCond;
}
public ArrayList<GProMsgTimeRange> getTimeRanges() {
return this.timeRanges;
}
public String toString() {
return "GProMsgSearchCond{channelIds=" + this.channelIds + ",fromTinyids=" + this.fromTinyids + ",timeRanges=" + this.timeRanges + ",channelTypes=" + this.channelTypes + ",seqCond=" + this.seqCond + ",}";
}
public GProMsgSearchCond(ArrayList<Long> arrayList, ArrayList<Long> arrayList2, ArrayList<GProMsgTimeRange> arrayList3, ArrayList<Integer> arrayList4, GProSeqCond gProSeqCond) {
this.channelIds = arrayList;
this.fromTinyids = arrayList2;
this.timeRanges = arrayList3;
this.channelTypes = arrayList4;
this.seqCond = gProSeqCond;
}
}
| 1,424 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendChannelExtendInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendChannelExtendInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProRecommendChannelExtendInfo {
int areaType;
long channelId;
String channelLink;
int channelLinkType;
String guildFace;
int hideVisitorStyle;
public GProRecommendChannelExtendInfo() {
this.channelLink = "";
this.guildFace = "";
}
public int getAreaType() {
return this.areaType;
}
public long getChannelId() {
return this.channelId;
}
public String getChannelLink() {
return this.channelLink;
}
public int getChannelLinkType() {
return this.channelLinkType;
}
public String getGuildFace() {
return this.guildFace;
}
public int getHideVisitorStyle() {
return this.hideVisitorStyle;
}
public String toString() {
return "GProRecommendChannelExtendInfo{channelId=" + this.channelId + ",channelLink=" + this.channelLink + ",guildFace=" + this.guildFace + ",areaType=" + this.areaType + ",channelLinkType=" + this.channelLinkType + ",hideVisitorStyle=" + this.hideVisitorStyle + ",}";
}
public GProRecommendChannelExtendInfo(long j2, String str, String str2, int i2, int i3, int i4) {
this.channelLink = "";
this.guildFace = "";
this.channelId = j2;
this.channelLink = str;
this.guildFace = str2;
this.areaType = i2;
this.channelLinkType = i3;
this.hideVisitorStyle = i4;
}
}
| 1,514 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
UploadStatusParams.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/UploadStatusParams.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class UploadStatusParams {
int chatType;
long elemId;
long modelId;
long msgId;
String path;
String peerUid;
int status;
public UploadStatusParams() {
this.peerUid = "";
this.path = "";
}
public int getChatType() {
return this.chatType;
}
public long getElemId() {
return this.elemId;
}
public long getModelId() {
return this.modelId;
}
public long getMsgId() {
return this.msgId;
}
public String getPath() {
return this.path;
}
public String getPeerUid() {
return this.peerUid;
}
public int getStatus() {
return this.status;
}
public String toString() {
return "UploadStatusParams{msgId=" + this.msgId + ",elemId=" + this.elemId + ",modelId=" + this.modelId + ",peerUid=" + this.peerUid + ",chatType=" + this.chatType + ",status=" + this.status + ",path=" + this.path + ",}";
}
public UploadStatusParams(long j2, long j3, long j4, String str, int i2, int i3, String str2) {
this.peerUid = "";
this.path = "";
this.msgId = j2;
this.elemId = j3;
this.modelId = j4;
this.peerUid = str;
this.chatType = i2;
this.status = i3;
this.path = str2;
}
} | 1,376 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProScheduleChannelInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleChannelInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProScheduleChannelInfo {
long channelId;
String channelName;
long guildId;
boolean hasJoin;
boolean isPrivate;
int type;
public GProScheduleChannelInfo() {
this.channelName = "";
}
public long getChannelId() {
return this.channelId;
}
public String getChannelName() {
return this.channelName;
}
public long getGuildId() {
return this.guildId;
}
public boolean getHasJoin() {
return this.hasJoin;
}
public boolean getIsPrivate() {
return this.isPrivate;
}
public int getType() {
return this.type;
}
public String toString() {
return "GProScheduleChannelInfo{channelId=" + this.channelId + ",type=" + this.type + ",guildId=" + this.guildId + ",channelName=" + this.channelName + ",isPrivate=" + this.isPrivate + ",hasJoin=" + this.hasJoin + ",}";
}
public GProScheduleChannelInfo(long j2, int i2, long j3, String str, boolean z, boolean z2) {
this.channelName = "";
this.channelId = j2;
this.type = i2;
this.guildId = j3;
this.channelName = str;
this.isPrivate = z;
this.hasJoin = z2;
}
}
| 1,314 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
TofuRecordElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/TofuRecordElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* compiled from: P */
/* loaded from: classes.dex */
public final class TofuRecordElement {
String background;
int beancurstyle;
String busiExtra;
long busiid;
String busiuuid;
ArrayList<TofuContent> contentlist;
long dependedmsgid;
TofuContent descriptionContent;
String icon;
long msgtime;
boolean onscreennotify;
int type;
ArrayList<String> uidlist;
ArrayList<Long> uinlist;
long updateTime;
public TofuRecordElement() {
this.busiuuid = "";
this.uinlist = new ArrayList<>();
this.uidlist = new ArrayList<>();
}
public String getBackground() {
return this.background;
}
public int getBeancurstyle() {
return this.beancurstyle;
}
public String getBusiExtra() {
return this.busiExtra;
}
public long getBusiid() {
return this.busiid;
}
public String getBusiuuid() {
return this.busiuuid;
}
public ArrayList<TofuContent> getContentlist() {
return this.contentlist;
}
public long getDependedmsgid() {
return this.dependedmsgid;
}
public TofuContent getDescriptionContent() {
return this.descriptionContent;
}
public String getIcon() {
return this.icon;
}
public long getMsgtime() {
return this.msgtime;
}
public boolean getOnscreennotify() {
return this.onscreennotify;
}
public int getType() {
return this.type;
}
public ArrayList<String> getUidlist() {
return this.uidlist;
}
public ArrayList<Long> getUinlist() {
return this.uinlist;
}
public long getUpdateTime() {
return this.updateTime;
}
public String toString() {
return "TofuRecordElement{type=" + this.type + ",busiid=" + this.busiid + ",busiuuid=" + this.busiuuid + ",beancurstyle=" + this.beancurstyle + ",descriptionContent=" + this.descriptionContent + ",contentlist=" + this.contentlist + ",background=" + this.background + ",icon=" + this.icon + ",uinlist=" + this.uinlist + ",uidlist=" + this.uidlist + ",busiExtra=" + this.busiExtra + ",updateTime=" + this.updateTime + ",dependedmsgid=" + this.dependedmsgid + ",msgtime=" + this.msgtime + ",onscreennotify=" + this.onscreennotify + ",}";
}
public TofuRecordElement(int i2, long j2, String str, int i3, TofuContent tofuContent, ArrayList<TofuContent> arrayList, String str2, String str3, ArrayList<Long> arrayList2, ArrayList<String> arrayList3, String str4, long j3, long j4, long j5, boolean z) {
this.busiuuid = "";
this.uinlist = new ArrayList<>();
this.uidlist = new ArrayList<>();
this.type = i2;
this.busiid = j2;
this.busiuuid = str;
this.beancurstyle = i3;
this.descriptionContent = tofuContent;
this.contentlist = arrayList;
this.background = str2;
this.icon = str3;
this.uinlist = arrayList2;
this.uidlist = arrayList3;
this.busiExtra = str4;
this.updateTime = j3;
this.dependedmsgid = j4;
this.msgtime = j5;
this.onscreennotify = z;
}
}
| 3,262 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
EmojiReaction.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EmojiReaction.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class EmojiReaction {
long cnt;
String emojiId;
long emojiType;
boolean isClicked;
boolean isDefaultEmoji;
public EmojiReaction() {
this.emojiId = "";
}
public long getCnt() {
return this.cnt;
}
public String getEmojiId() {
return this.emojiId;
}
public long getEmojiType() {
return this.emojiType;
}
public boolean getIsClicked() {
return this.isClicked;
}
public boolean getIsDefaultEmoji() {
return this.isDefaultEmoji;
}
public String toString() {
return "EmojiReaction{emojiId=" + this.emojiId + ",emojiType=" + this.emojiType + ",cnt=" + this.cnt + ",isClicked=" + this.isClicked + ",isDefaultEmoji=" + this.isDefaultEmoji + ",}";
}
public EmojiReaction(String str, long j2, long j3, boolean z, boolean z2) {
this.emojiId = "";
this.emojiId = str;
this.emojiType = j2;
this.cnt = j3;
this.isClicked = z;
this.isDefaultEmoji = z2;
}
}
| 1,154 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendExtra.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendExtra.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProRecommendExtra implements Serializable {
ArrayList<GProRecommendEntry> bizData;
GProItemCbData callback;
ArrayList<GProRecommendEntry> reports;
long serialVersionUID;
ArrayList<GProRecommendTag> tags;
public GProRecommendExtra() {
this.serialVersionUID = 1L;
this.tags = new ArrayList<>();
this.reports = new ArrayList<>();
this.bizData = new ArrayList<>();
this.callback = new GProItemCbData();
}
public ArrayList<GProRecommendEntry> getBizData() {
return this.bizData;
}
public GProItemCbData getCallback() {
return this.callback;
}
public ArrayList<GProRecommendEntry> getReports() {
return this.reports;
}
public ArrayList<GProRecommendTag> getTags() {
return this.tags;
}
public String toString() {
return "GProRecommendExtra{tags=" + this.tags + ",reports=" + this.reports + ",bizData=" + this.bizData + ",callback=" + this.callback + ",}";
}
public GProRecommendExtra(ArrayList<GProRecommendTag> arrayList, ArrayList<GProRecommendEntry> arrayList2, ArrayList<GProRecommendEntry> arrayList3, GProItemCbData gProItemCbData) {
this.serialVersionUID = 1L;
this.tags = new ArrayList<>();
this.reports = new ArrayList<>();
this.bizData = new ArrayList<>();
this.callback = new GProItemCbData();
this.tags = arrayList;
this.reports = arrayList2;
this.bizData = arrayList3;
this.callback = gProItemCbData;
}
}
| 1,707 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
DirectMsgMember.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/DirectMsgMember.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class DirectMsgMember {
String memberName;
int memberType;
int msgNotifyType;
String nickName;
long srcGuildId;
String srcGuildName;
long tinyId;
public DirectMsgMember() {
this.srcGuildName = "";
this.nickName = "";
this.memberName = "";
}
public String getMemberName() {
return this.memberName;
}
public int getMemberType() {
return this.memberType;
}
public int getMsgNotifyType() {
return this.msgNotifyType;
}
public String getNickName() {
return this.nickName;
}
public long getSrcGuildId() {
return this.srcGuildId;
}
public String getSrcGuildName() {
return this.srcGuildName;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "DirectMsgMember{tinyId=" + this.tinyId + ",srcGuildId=" + this.srcGuildId + ",srcGuildName=" + this.srcGuildName + ",nickName=" + this.nickName + ",memberName=" + this.memberName + ",msgNotifyType=" + this.msgNotifyType + ",memberType=" + this.memberType + ",}";
}
public DirectMsgMember(long j2, long j3, String str, String str2, String str3, int i2, int i3) {
this.srcGuildName = "";
this.nickName = "";
this.memberName = "";
this.tinyId = j2;
this.srcGuildId = j3;
this.srcGuildName = str;
this.nickName = str2;
this.memberName = str3;
this.msgNotifyType = i2;
this.memberType = i3;
}
}
| 1,609 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
IMsgOperateCallback.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IMsgOperateCallback.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
public interface IMsgOperateCallback {
void onResult(int code, String why, ArrayList<MsgRecord> msgs);
} | 187 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
IDeleteGroupFileCallback.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IDeleteGroupFileCallback.java | package com.tencent.qqnt.kernel.nativeinterface;
public interface IDeleteGroupFileCallback {
void onResult(int i2, String str, DeleteGroupFileResult deleteGroupFileResult);
} | 179 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
BlockGrayTipElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BlockGrayTipElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
public final class BlockGrayTipElement implements Serializable {
boolean block;
boolean isBuddy;
String peerUid;
long serialVersionUID;
public BlockGrayTipElement() {
this.serialVersionUID = 1L;
this.peerUid = "";
}
public boolean getBlock() {
return this.block;
}
public boolean getIsBuddy() {
return this.isBuddy;
}
public String getPeerUid() {
return this.peerUid;
}
public String toString() {
return "BlockGrayTipElement{peerUid=" + this.peerUid + ",block=" + this.block + ",isBuddy=" + this.isBuddy + ",}";
}
public BlockGrayTipElement(String str, boolean z, boolean z2) {
this.serialVersionUID = 1L;
this.peerUid = "";
this.peerUid = str;
this.block = z;
this.isBuddy = z2;
}
} | 921 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
DeleteGroupFileResult.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/DeleteGroupFileResult.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class DeleteGroupFileResult {
String fileId;
GroupFileCommonResult result;
public DeleteGroupFileResult() {
this.result = new GroupFileCommonResult();
this.fileId = "";
}
public String getFileId() {
return this.fileId;
}
public GroupFileCommonResult getResult() {
return this.result;
}
public String toString() {
return "DeleteGroupFileResult{result=" + this.result + ",fileId=" + this.fileId + ",}";
}
public DeleteGroupFileResult(GroupFileCommonResult groupFileCommonResult, String str) {
this.result = new GroupFileCommonResult();
this.fileId = "";
this.result = groupFileCommonResult;
this.fileId = str;
}
} | 799 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProQueryRecommendGuildInfoRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProQueryRecommendGuildInfoRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProQueryRecommendGuildInfoRsp {
byte[] cookie;
GProGuildData guildData;
long newDefaultChannelId;
long reqInterval;
GProRecommendGuildPersonalSetting setting;
public GProQueryRecommendGuildInfoRsp() {
this.guildData = new GProGuildData();
this.setting = new GProRecommendGuildPersonalSetting();
this.cookie = new byte[0];
}
public byte[] getCookie() {
return this.cookie;
}
public GProGuildData getGuildData() {
return this.guildData;
}
public long getNewDefaultChannelId() {
return this.newDefaultChannelId;
}
public long getReqInterval() {
return this.reqInterval;
}
public GProRecommendGuildPersonalSetting getSetting() {
return this.setting;
}
public String toString() {
return "GProQueryRecommendGuildInfoRsp{guildData=" + this.guildData + ",setting=" + this.setting + ",reqInterval=" + this.reqInterval + ",cookie=" + this.cookie + ",newDefaultChannelId=" + this.newDefaultChannelId + ",}";
}
public GProQueryRecommendGuildInfoRsp(GProGuildData gProGuildData, GProRecommendGuildPersonalSetting gProRecommendGuildPersonalSetting, long j2, byte[] bArr, long j3) {
this.guildData = new GProGuildData();
this.setting = new GProRecommendGuildPersonalSetting();
this.cookie = new byte[0];
this.guildData = gProGuildData;
this.setting = gProRecommendGuildPersonalSetting;
this.reqInterval = j2;
this.cookie = bArr;
this.newDefaultChannelId = j3;
}
}
| 1,679 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupStatisticInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupStatisticInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
public final class GroupStatisticInfo {
ArrayList<GroupStatisticDetailInfo> detailInfo;
long maxCount;
public GroupStatisticInfo() {
this.detailInfo = new ArrayList<>();
}
public ArrayList<GroupStatisticDetailInfo> getDetailInfo() {
return this.detailInfo;
}
public long getMaxCount() {
return this.maxCount;
}
public String toString() {
return "GroupStatisticInfo{maxCount=" + this.maxCount + ",detailInfo=" + this.detailInfo + ",}";
}
public GroupStatisticInfo(long j2, ArrayList<GroupStatisticDetailInfo> arrayList) {
this.detailInfo = new ArrayList<>();
this.maxCount = j2;
this.detailInfo = arrayList;
}
} | 798 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProBusinessData.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBusinessData.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBusinessData {
byte[] businessParam;
int businessType;
public GProBusinessData() {
this.businessParam = new byte[0];
}
public byte[] getBusinessParam() {
return this.businessParam;
}
public int getBusinessType() {
return this.businessType;
}
public String toString() {
return "GProBusinessData{businessType=" + this.businessType + ",businessParam=" + this.businessParam + ",}";
}
public GProBusinessData(int i2, byte[] bArr) {
this.businessParam = new byte[0];
this.businessType = i2;
this.businessParam = bArr;
}
}
| 730 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
IWindowsOcrCallback.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IWindowsOcrCallback.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
public interface IWindowsOcrCallback {
void onResult(int i2, String str, ArrayList<WeChatOCRResultLine> arrayList);
}
| 201 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendLabel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendLabel.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProRecommendLabel implements Serializable {
int bussiLabelType;
String labelName;
int labelType;
int labelValue;
long serialVersionUID;
String value;
ArrayList<String> valueList;
public GProRecommendLabel() {
this.serialVersionUID = 1L;
this.labelName = "";
this.value = "";
this.valueList = new ArrayList<>();
}
public int getBussiLabelType() {
return this.bussiLabelType;
}
public String getLabelName() {
return this.labelName;
}
public int getLabelType() {
return this.labelType;
}
public int getLabelValue() {
return this.labelValue;
}
public String getValue() {
return this.value;
}
public ArrayList<String> getValueList() {
return this.valueList;
}
public String toString() {
return "GProRecommendLabel{labelName=" + this.labelName + ",labelType=" + this.labelType + ",labelValue=" + this.labelValue + ",value=" + this.value + ",valueList=" + this.valueList + ",bussiLabelType=" + this.bussiLabelType + ",}";
}
public GProRecommendLabel(String str, int i2, int i3, String str2, ArrayList<String> arrayList, int i4) {
this.serialVersionUID = 1L;
this.labelName = "";
this.value = "";
this.valueList = new ArrayList<>();
this.labelName = str;
this.labelType = i2;
this.labelValue = i3;
this.value = str2;
this.valueList = arrayList;
this.bussiLabelType = i4;
}
}
| 1,704 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupFolderInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupFolderInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class GroupFolderInfo {
int createTime;
long createUin;
String creatorName;
String folderId;
String folderName;
String modifyName;
int modifyTime;
long modifyUin;
String parentFolderId;
int totalFileCount;
long usedSpace;
public GroupFolderInfo() {
this.folderId = "";
this.parentFolderId = "";
this.folderName = "";
this.creatorName = "";
this.modifyName = "";
}
public int getCreateTime() {
return this.createTime;
}
public long getCreateUin() {
return this.createUin;
}
public String getCreatorName() {
return this.creatorName;
}
public String getFolderId() {
return this.folderId;
}
public String getFolderName() {
return this.folderName;
}
public String getModifyName() {
return this.modifyName;
}
public int getModifyTime() {
return this.modifyTime;
}
public long getModifyUin() {
return this.modifyUin;
}
public String getParentFolderId() {
return this.parentFolderId;
}
public int getTotalFileCount() {
return this.totalFileCount;
}
public long getUsedSpace() {
return this.usedSpace;
}
public String toString() {
return "GroupFolderInfo{folderId=" + this.folderId + ",parentFolderId=" + this.parentFolderId + ",folderName=" + this.folderName + ",createTime=" + this.createTime + ",modifyTime=" + this.modifyTime + ",createUin=" + this.createUin + ",creatorName=" + this.creatorName + ",totalFileCount=" + this.totalFileCount + ",modifyUin=" + this.modifyUin + ",modifyName=" + this.modifyName + ",usedSpace=" + this.usedSpace + ",}";
}
public GroupFolderInfo(String str, String str2, String str3, int i2, int i3, long j2, String str4, int i4, long j3, String str5, long j4) {
this.folderId = "";
this.parentFolderId = "";
this.folderName = "";
this.creatorName = "";
this.modifyName = "";
this.folderId = str;
this.parentFolderId = str2;
this.folderName = str3;
this.createTime = i2;
this.modifyTime = i3;
this.createUin = j2;
this.creatorName = str4;
this.totalFileCount = i4;
this.modifyUin = j3;
this.modifyName = str5;
this.usedSpace = j4;
}
}
| 2,509 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetInvitationGuildRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetInvitationGuildRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProGetInvitationGuildRsp implements Serializable {
byte[] cookies;
GProRecommendItem item;
int nextTs;
long serialVersionUID;
String traceId;
public GProGetInvitationGuildRsp() {
this.serialVersionUID = 1L;
this.traceId = "";
this.cookies = new byte[0];
this.item = new GProRecommendItem();
}
public byte[] getCookies() {
return this.cookies;
}
public GProRecommendItem getItem() {
return this.item;
}
public int getNextTs() {
return this.nextTs;
}
public String getTraceId() {
return this.traceId;
}
public String toString() {
return "GProGetInvitationGuildRsp{traceId=" + this.traceId + ",cookies=" + this.cookies + ",item=" + this.item + ",nextTs=" + this.nextTs + ",}";
}
public GProGetInvitationGuildRsp(String str, byte[] bArr, GProRecommendItem gProRecommendItem, int i2) {
this.serialVersionUID = 1L;
this.traceId = "";
this.cookies = new byte[0];
this.item = new GProRecommendItem();
this.traceId = str;
this.cookies = bArr;
this.item = gProRecommendItem;
this.nextTs = i2;
}
}
| 1,338 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProChannelUserChangeInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelUserChangeInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannelUserChangeInfo implements Serializable {
ArrayList<GProUser> changeUserList;
long channelId;
GProChannelUserNum channelUserNum;
long guildId;
long serialVersionUID;
public GProChannelUserChangeInfo() {
this.serialVersionUID = 1L;
this.changeUserList = new ArrayList<>();
this.channelUserNum = new GProChannelUserNum();
}
public ArrayList<GProUser> getChangeUserList() {
return this.changeUserList;
}
public long getChannelId() {
return this.channelId;
}
public GProChannelUserNum getChannelUserNum() {
return this.channelUserNum;
}
public long getGuildId() {
return this.guildId;
}
public String toString() {
return "GProChannelUserChangeInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",changeUserList=" + this.changeUserList + ",channelUserNum=" + this.channelUserNum + ",}";
}
public GProChannelUserChangeInfo(long j2, long j3, ArrayList<GProUser> arrayList, GProChannelUserNum gProChannelUserNum) {
this.serialVersionUID = 1L;
this.changeUserList = new ArrayList<>();
this.channelUserNum = new GProChannelUserNum();
this.guildId = j2;
this.channelId = j3;
this.changeUserList = arrayList;
this.channelUserNum = gProChannelUserNum;
}
}
| 1,529 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendCoverInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendCoverInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProRecommendCoverInfo implements Serializable {
String imageUrl;
long serialVersionUID;
String streamUrl;
int type;
public GProRecommendCoverInfo() {
this.serialVersionUID = 1L;
this.imageUrl = "";
this.streamUrl = "";
}
public String getImageUrl() {
return this.imageUrl;
}
public String getStreamUrl() {
return this.streamUrl;
}
public int getType() {
return this.type;
}
public String toString() {
return "GProRecommendCoverInfo{type=" + this.type + ",imageUrl=" + this.imageUrl + ",streamUrl=" + this.streamUrl + ",}";
}
public GProRecommendCoverInfo(int i2, String str, String str2) {
this.serialVersionUID = 1L;
this.imageUrl = "";
this.streamUrl = "";
this.type = i2;
this.imageUrl = str;
this.streamUrl = str2;
}
}
| 1,029 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGuildBannerGameDownloadInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildBannerGameDownloadInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGuildBannerGameDownloadInfo implements Serializable {
String content;
String gameId;
String jumpText;
ArrayList<GProGameDownloadLink> links;
ArrayList<String> picUrl;
long serialVersionUID;
String tagText;
String title;
public GProGuildBannerGameDownloadInfo() {
this.serialVersionUID = 1L;
this.gameId = "";
this.title = "";
this.content = "";
this.picUrl = new ArrayList<>();
this.links = new ArrayList<>();
this.jumpText = "";
this.tagText = "";
}
public String getContent() {
return this.content;
}
public String getGameId() {
return this.gameId;
}
public String getJumpText() {
return this.jumpText;
}
public ArrayList<GProGameDownloadLink> getLinks() {
return this.links;
}
public ArrayList<String> getPicUrl() {
return this.picUrl;
}
public String getTagText() {
return this.tagText;
}
public String getTitle() {
return this.title;
}
public String toString() {
return "GProGuildBannerGameDownloadInfo{gameId=" + this.gameId + ",title=" + this.title + ",content=" + this.content + ",picUrl=" + this.picUrl + ",links=" + this.links + ",jumpText=" + this.jumpText + ",tagText=" + this.tagText + ",}";
}
public GProGuildBannerGameDownloadInfo(String str, String str2, String str3, ArrayList<String> arrayList, ArrayList<GProGameDownloadLink> arrayList2, String str4, String str5) {
this.serialVersionUID = 1L;
this.gameId = "";
this.title = "";
this.content = "";
this.picUrl = new ArrayList<>();
this.links = new ArrayList<>();
this.jumpText = "";
this.tagText = "";
this.gameId = str;
this.title = str2;
this.content = str3;
this.picUrl = arrayList;
this.links = arrayList2;
this.jumpText = str4;
this.tagText = str5;
}
}
| 2,160 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupStatisticDetailInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupStatisticDetailInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class GroupStatisticDetailInfo {
int count;
String desc;
public GroupStatisticDetailInfo() {
this.desc = "";
}
public int getCount() {
return this.count;
}
public String getDesc() {
return this.desc;
}
public String toString() {
return "GroupStatisticDetailInfo{desc=" + this.desc + ",count=" + this.count + ",}";
}
public GroupStatisticDetailInfo(String str, int i2) {
this.desc = "";
this.desc = str;
this.count = i2;
}
} | 595 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.