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
InviterAndInvited.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/InviterAndInvited.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class InviterAndInvited implements Serializable { GrayTipMember invited; GrayTipMember inviter; long serialVersionUID; public InviterAndInvited() { this.serialVersionUID = 1L; this.inviter = new GrayTipMember(); this.invited = new GrayTipMember(); } public GrayTipMember getInvited() { return this.invited; } public GrayTipMember getInviter() { return this.inviter; } public String toString() { return "InviterAndInvited{inviter=" + this.inviter + ",invited=" + this.invited + ",}"; } public InviterAndInvited(GrayTipMember grayTipMember, GrayTipMember grayTipMember2) { this.serialVersionUID = 1L; this.inviter = new GrayTipMember(); this.invited = new GrayTipMember(); this.inviter = grayTipMember; this.invited = grayTipMember2; } }
973
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendChannelInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendChannelInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendChannelInfo implements Serializable { long channelId; String channelName; int channelType; String coverUrl; String guildIcon; long guildId; String guildName; String guildNumber; String guildProfile; int isWhole; String itemId; String joinGuildSig; int joinedGuild; ArrayList<GProMedalInfo> medalInfoList; int medalLevel; int memberRole; GProRecommendSeqInfo seqInfo; long serialVersionUID; String shareLink; int shareTag; ArrayList<GProRecommendGuildState> stateList; ArrayList<GProRecommendLabel> tagList; String titleName; long unreadAtMeCount; public GProRecommendChannelInfo() { this.serialVersionUID = 1L; this.guildName = ""; this.guildIcon = ""; this.guildProfile = ""; this.stateList = new ArrayList<>(); this.shareLink = ""; this.coverUrl = ""; this.joinGuildSig = ""; this.channelName = ""; this.itemId = ""; this.tagList = new ArrayList<>(); this.seqInfo = new GProRecommendSeqInfo(); this.guildNumber = ""; this.titleName = ""; this.medalInfoList = new ArrayList<>(); } public long getChannelId() { return this.channelId; } public String getChannelName() { return this.channelName; } public int getChannelType() { return this.channelType; } public String getCoverUrl() { return this.coverUrl; } public String getGuildIcon() { return this.guildIcon; } public long getGuildId() { return this.guildId; } public String getGuildName() { return this.guildName; } public String getGuildNumber() { return this.guildNumber; } public String getGuildProfile() { return this.guildProfile; } public int getIsWhole() { return this.isWhole; } public String getItemId() { return this.itemId; } public String getJoinGuildSig() { return this.joinGuildSig; } public int getJoinedGuild() { return this.joinedGuild; } public ArrayList<GProMedalInfo> getMedalInfoList() { return this.medalInfoList; } public int getMedalLevel() { return this.medalLevel; } public int getMemberRole() { return this.memberRole; } public GProRecommendSeqInfo getSeqInfo() { return this.seqInfo; } public String getShareLink() { return this.shareLink; } public int getShareTag() { return this.shareTag; } public ArrayList<GProRecommendGuildState> getStateList() { return this.stateList; } public ArrayList<GProRecommendLabel> getTagList() { return this.tagList; } public String getTitleName() { return this.titleName; } public long getUnreadAtMeCount() { return this.unreadAtMeCount; } public String toString() { return "GProRecommendChannelInfo{guildId=" + this.guildId + ",guildName=" + this.guildName + ",guildIcon=" + this.guildIcon + ",guildProfile=" + this.guildProfile + ",stateList=" + this.stateList + ",shareLink=" + this.shareLink + ",joinedGuild=" + this.joinedGuild + ",coverUrl=" + this.coverUrl + ",joinGuildSig=" + this.joinGuildSig + ",memberRole=" + this.memberRole + ",channelId=" + this.channelId + ",channelName=" + this.channelName + ",channelType=" + this.channelType + ",itemId=" + this.itemId + ",tagList=" + this.tagList + ",seqInfo=" + this.seqInfo + ",guildNumber=" + this.guildNumber + ",medalLevel=" + this.medalLevel + ",titleName=" + this.titleName + ",shareTag=" + this.shareTag + ",isWhole=" + this.isWhole + ",unreadAtMeCount=" + this.unreadAtMeCount + ",medalInfoList=" + this.medalInfoList + ",}"; } public GProRecommendChannelInfo(long j2, String str, String str2, String str3, ArrayList<GProRecommendGuildState> arrayList, String str4, int i2, String str5, String str6, int i3, long j3, String str7, int i4, String str8, ArrayList<GProRecommendLabel> arrayList2, GProRecommendSeqInfo gProRecommendSeqInfo, String str9, int i5, String str10, int i6, int i7, long j4, ArrayList<GProMedalInfo> arrayList3) { this.serialVersionUID = 1L; this.guildName = ""; this.guildIcon = ""; this.guildProfile = ""; this.stateList = new ArrayList<>(); this.shareLink = ""; this.coverUrl = ""; this.joinGuildSig = ""; this.channelName = ""; this.itemId = ""; this.tagList = new ArrayList<>(); this.seqInfo = new GProRecommendSeqInfo(); this.guildNumber = ""; this.titleName = ""; this.medalInfoList = new ArrayList<>(); this.guildId = j2; this.guildName = str; this.guildIcon = str2; this.guildProfile = str3; this.stateList = arrayList; this.shareLink = str4; this.joinedGuild = i2; this.coverUrl = str5; this.joinGuildSig = str6; this.memberRole = i3; this.channelId = j3; this.channelName = str7; this.channelType = i4; this.itemId = str8; this.tagList = arrayList2; this.seqInfo = gProRecommendSeqInfo; this.guildNumber = str9; this.medalLevel = i5; this.titleName = str10; this.shareTag = i6; this.isWhole = i7; this.unreadAtMeCount = j4; this.medalInfoList = arrayList3; } }
5,689
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupShutUpGrayElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupShutUpGrayElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class GroupShutUpGrayElement implements Serializable { GrayTipGroupMember admin; long curTime; long duration; GrayTipGroupMember member; long serialVersionUID; public GroupShutUpGrayElement() { this.serialVersionUID = 1L; this.admin = new GrayTipGroupMember(); this.member = new GrayTipGroupMember(); } public GrayTipGroupMember getAdmin() { return this.admin; } public long getCurTime() { return this.curTime; } public long getDuration() { return this.duration; } public GrayTipGroupMember getMember() { return this.member; } public String toString() { return "GroupShutUpGrayElement{curTime=" + this.curTime + ",duration=" + this.duration + ",admin=" + this.admin + ",member=" + this.member + ",}"; } public GroupShutUpGrayElement(long j2, long j3, GrayTipGroupMember grayTipGroupMember, GrayTipGroupMember grayTipGroupMember2) { this.serialVersionUID = 1L; this.admin = new GrayTipGroupMember(); this.member = new GrayTipGroupMember(); this.curTime = j2; this.duration = j3; this.admin = grayTipGroupMember; this.member = grayTipGroupMember2; } }
1,345
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ThumbConfig.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ThumbConfig.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class ThumbConfig { Integer density; Integer longLimit; Integer maxSide; Integer minSide; public ThumbConfig() { } public Integer getDensity() { return this.density; } public Integer getLongLimit() { return this.longLimit; } public Integer getMaxSide() { return this.maxSide; } public Integer getMinSide() { return this.minSide; } public String toString() { return "ThumbConfig{maxSide=" + this.maxSide + ",minSide=" + this.minSide + ",longLimit=" + this.longLimit + ",density=" + this.density + ",}"; } public ThumbConfig(Integer num, Integer num2, Integer num3, Integer num4) { this.maxSide = num; this.minSide = num2; this.longLimit = num3; this.density = num4; } }
937
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProArchiveArkData.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProArchiveArkData.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProArchiveArkData { GProArkArg arkArgs; int clientId; String icon; String name; public GProArchiveArkData() { this.name = ""; this.icon = ""; this.arkArgs = new GProArkArg(); } public GProArkArg getArkArgs() { return this.arkArgs; } public int getClientId() { return this.clientId; } public String getIcon() { return this.icon; } public String getName() { return this.name; } public String toString() { return "GProArchiveArkData{clientId=" + this.clientId + ",name=" + this.name + ",icon=" + this.icon + ",arkArgs=" + this.arkArgs + ",}"; } public GProArchiveArkData(int i2, String str, String str2, GProArkArg gProArkArg) { this.name = ""; this.icon = ""; this.arkArgs = new GProArkArg(); this.clientId = i2; this.name = str; this.icon = str2; this.arkArgs = gProArkArg; } }
1,078
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRole.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRole.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRole implements Serializable { boolean isBind; String roleDescribe; String roleId; String roleName; long serialVersionUID; public GProRole() { this.serialVersionUID = 1L; this.roleId = ""; this.roleName = ""; this.roleDescribe = ""; } public boolean getIsBind() { return this.isBind; } public String getRoleDescribe() { return this.roleDescribe; } public String getRoleId() { return this.roleId; } public String getRoleName() { return this.roleName; } public String toString() { return "GProRole{roleId=" + this.roleId + ",roleName=" + this.roleName + ",roleDescribe=" + this.roleDescribe + ",isBind=" + this.isBind + ",}"; } public GProRole(String str, String str2, String str3, boolean z) { this.serialVersionUID = 1L; this.roleId = ""; this.roleName = ""; this.roleDescribe = ""; this.roleId = str; this.roleName = str2; this.roleDescribe = str3; this.isBind = z; } }
1,225
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchGroupFileItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupFileItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchGroupFileItem { int busId; int deadTime; int downloadTimes; String fileId; long fileModelId; String fileName; ArrayList<SearchHitInfo> fileNameHits; long fileSize; long groupCode; String groupName; String localPath; long matchUin; ArrayList<String> matchWords; int modifyTime; int uploadTime; String uploaderName; long uploaderUin; public SearchGroupFileItem() { this.groupName = ""; this.uploaderName = ""; this.matchWords = new ArrayList<>(); this.fileNameHits = new ArrayList<>(); this.fileId = ""; this.fileName = ""; this.localPath = ""; } public int getBusId() { return this.busId; } public int getDeadTime() { return this.deadTime; } public int getDownloadTimes() { return this.downloadTimes; } public String getFileId() { return this.fileId; } public long getFileModelId() { return this.fileModelId; } public String getFileName() { return this.fileName; } public ArrayList<SearchHitInfo> getFileNameHits() { return this.fileNameHits; } public long getFileSize() { return this.fileSize; } public long getGroupCode() { return this.groupCode; } public String getGroupName() { return this.groupName; } public String getLocalPath() { return this.localPath; } public long getMatchUin() { return this.matchUin; } public ArrayList<String> getMatchWords() { return this.matchWords; } public int getModifyTime() { return this.modifyTime; } public int getUploadTime() { return this.uploadTime; } public String getUploaderName() { return this.uploaderName; } public long getUploaderUin() { return this.uploaderUin; } public String toString() { return "SearchGroupFileItem{groupCode=" + this.groupCode + ",groupName=" + this.groupName + ",uploaderUin=" + this.uploaderUin + ",uploaderName=" + this.uploaderName + ",matchUin=" + this.matchUin + ",matchWords=" + this.matchWords + ",fileNameHits=" + this.fileNameHits + ",fileModelId=" + this.fileModelId + ",fileId=" + this.fileId + ",fileName=" + this.fileName + ",fileSize=" + this.fileSize + ",busId=" + this.busId + ",uploadTime=" + this.uploadTime + ",modifyTime=" + this.modifyTime + ",deadTime=" + this.deadTime + ",downloadTimes=" + this.downloadTimes + ",localPath=" + this.localPath + ",}"; } public SearchGroupFileItem(long j2, String str, long j3, String str2, long j4, ArrayList<String> arrayList, ArrayList<SearchHitInfo> arrayList2, long j5, String str3, String str4, long j6, int i2, int i3, int i4, int i5, int i6, String str5) { this.groupName = ""; this.uploaderName = ""; this.matchWords = new ArrayList<>(); this.fileNameHits = new ArrayList<>(); this.fileId = ""; this.fileName = ""; this.localPath = ""; this.groupCode = j2; this.groupName = str; this.uploaderUin = j3; this.uploaderName = str2; this.matchUin = j4; this.matchWords = arrayList; this.fileNameHits = arrayList2; this.fileModelId = j5; this.fileId = str3; this.fileName = str4; this.fileSize = j6; this.busId = i2; this.uploadTime = i3; this.modifyTime = i4; this.deadTime = i5; this.downloadTimes = i6; this.localPath = str5; } }
3,760
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
UnreadCntInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/UnreadCntInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class UnreadCntInfo { UnreadCnt allUnreadCnt; UnreadCnt atallUnreadCnt; UnreadCnt atmeUnreadCnt; byte[] headerUrl; GuildGroupOptType lastRelatedToFeedType; int lastRelatedToMeType; Contact peer; int relatedToMeCnt; String relatedToMeString; long relatedToMeStringTime; UnreadCnt showUnreadCnt; public UnreadCntInfo() { this.showUnreadCnt = new UnreadCnt(); this.allUnreadCnt = new UnreadCnt(); this.atmeUnreadCnt = new UnreadCnt(); this.atallUnreadCnt = new UnreadCnt(); this.peer = new Contact(); this.relatedToMeString = ""; this.lastRelatedToFeedType = GuildGroupOptType.values()[0]; this.headerUrl = new byte[0]; } public UnreadCnt getAllUnreadCnt() { return this.allUnreadCnt; } public UnreadCnt getAtallUnreadCnt() { return this.atallUnreadCnt; } public UnreadCnt getAtmeUnreadCnt() { return this.atmeUnreadCnt; } public byte[] getHeaderUrl() { return this.headerUrl; } public GuildGroupOptType getLastRelatedToFeedType() { return this.lastRelatedToFeedType; } public int getLastRelatedToMeType() { return this.lastRelatedToMeType; } public Contact getPeer() { return this.peer; } public int getRelatedToMeCnt() { return this.relatedToMeCnt; } public String getRelatedToMeString() { return this.relatedToMeString; } public long getRelatedToMeStringTime() { return this.relatedToMeStringTime; } public UnreadCnt getShowUnreadCnt() { return this.showUnreadCnt; } public String toString() { return "UnreadCntInfo{showUnreadCnt=" + this.showUnreadCnt + ",allUnreadCnt=" + this.allUnreadCnt + ",atmeUnreadCnt=" + this.atmeUnreadCnt + ",atallUnreadCnt=" + this.atallUnreadCnt + ",peer=" + this.peer + ",relatedToMeString=" + this.relatedToMeString + ",relatedToMeCnt=" + this.relatedToMeCnt + ",lastRelatedToMeType=" + this.lastRelatedToMeType + ",relatedToMeStringTime=" + this.relatedToMeStringTime + ",lastRelatedToFeedType=" + this.lastRelatedToFeedType + ",headerUrl=" + this.headerUrl + ",}"; } public UnreadCntInfo(UnreadCnt unreadCnt, UnreadCnt unreadCnt2, UnreadCnt unreadCnt3, UnreadCnt unreadCnt4, Contact contact, String str, int i2, int i3, long j2, GuildGroupOptType guildGroupOptType, byte[] bArr) { this.showUnreadCnt = new UnreadCnt(); this.allUnreadCnt = new UnreadCnt(); this.atmeUnreadCnt = new UnreadCnt(); this.atallUnreadCnt = new UnreadCnt(); this.peer = new Contact(); this.relatedToMeString = ""; this.lastRelatedToFeedType = GuildGroupOptType.values()[0]; this.headerUrl = new byte[0]; this.showUnreadCnt = unreadCnt; this.allUnreadCnt = unreadCnt2; this.atmeUnreadCnt = unreadCnt3; this.atallUnreadCnt = unreadCnt4; this.peer = contact; this.relatedToMeString = str; this.relatedToMeCnt = i2; this.lastRelatedToMeType = i3; this.relatedToMeStringTime = j2; this.lastRelatedToFeedType = guildGroupOptType; this.headerUrl = bArr; } }
3,359
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendGroupInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendGroupInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendGroupInfo { ArrayList<GProRecommendChannel> channelList; GProRecommendFeed feed; public GProRecommendGroupInfo() { this.feed = new GProRecommendFeed(); this.channelList = new ArrayList<>(); } public ArrayList<GProRecommendChannel> getChannelList() { return this.channelList; } public GProRecommendFeed getFeed() { return this.feed; } public String toString() { return "GProRecommendGroupInfo{feed=" + this.feed + ",channelList=" + this.channelList + ",}"; } public GProRecommendGroupInfo(GProRecommendFeed gProRecommendFeed, ArrayList<GProRecommendChannel> arrayList) { this.feed = new GProRecommendFeed(); this.channelList = new ArrayList<>(); this.feed = gProRecommendFeed; this.channelList = arrayList; } }
978
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildChannelState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildChannelState.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildChannelState { String desc; int state; public GProGuildChannelState() { this.desc = ""; } public String getDesc() { return this.desc; } public int getState() { return this.state; } public String toString() { return "GProGuildChannelState{state=" + this.state + ",desc=" + this.desc + ",}"; } public GProGuildChannelState(int i2, String str) { this.desc = ""; this.state = i2; this.desc = str; } }
616
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MarkdownElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MarkdownElement.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class MarkdownElement { String content; public MarkdownElement() { this.content = ""; } public String getContent() { return this.content; } public String toString() { return "MarkdownElement{content=" + this.content + ",}"; } public MarkdownElement(String str) { this.content = ""; this.content = str; } }
504
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
BusinessType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BusinessType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum BusinessType { IOSQQ_64, ANDROIDQQ_128 }
166
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetHotSearchWordRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetHotSearchWordRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetHotSearchWordRsp { byte[] cookies; GProForumBody forums; ArrayList<GProHotSearchWord> words; public GProGetHotSearchWordRsp() { this.words = new ArrayList<>(); this.cookies = new byte[0]; this.forums = new GProForumBody(); } public byte[] getCookies() { return this.cookies; } public GProForumBody getForums() { return this.forums; } public ArrayList<GProHotSearchWord> getWords() { return this.words; } public String toString() { return "GProGetHotSearchWordRsp{words=" + this.words + ",cookies=" + this.cookies + ",forums=" + this.forums + ",}"; } public GProGetHotSearchWordRsp(ArrayList<GProHotSearchWord> arrayList, byte[] bArr, GProForumBody gProForumBody) { this.words = new ArrayList<>(); this.cookies = new byte[0]; this.forums = new GProForumBody(); this.words = arrayList; this.cookies = bArr; this.forums = gProForumBody; } }
1,145
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RecommentEmojiType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RecommentEmojiType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum RecommentEmojiType { KUNKNOWN, KEMOTIONTYPE, KRECOMMENTTYPE, KFAVORITETYPE }
210
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ReplyFeedRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ReplyFeedRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class ReplyFeedRsp { Reply reply; public ReplyFeedRsp() { this.reply = new Reply(); } public Reply getReply() { return this.reply; } public String toString() { return "ReplyFeedRsp{reply=" + this.reply + ",}"; } public ReplyFeedRsp(Reply reply) { this.reply = new Reply(); this.reply = reply; } }
495
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAvInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAvInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAvInfo { Integer avType; Integer bitrate; String extInfo; GProOpenSdkUrl flv; GProOpenSdkUrl hls; Integer mode; Integer pixelsX; Integer pixelsY; GProOpenSdkUrl rtmp; String sig; GProStreamIDInfo streamIdInfo; GProDesignatedStreamInfo streamInfo; Integer time; GProTimeShiftInfo timeShiftInfo; GProTrtcInfo trtcInfo; Integer videoStatus; public GProAvInfo() { } public Integer getAvType() { return this.avType; } public Integer getBitrate() { return this.bitrate; } public String getExtInfo() { return this.extInfo; } public GProOpenSdkUrl getFlv() { return this.flv; } public GProOpenSdkUrl getHls() { return this.hls; } public Integer getMode() { return this.mode; } public Integer getPixelsX() { return this.pixelsX; } public Integer getPixelsY() { return this.pixelsY; } public GProOpenSdkUrl getRtmp() { return this.rtmp; } public String getSig() { return this.sig; } public GProStreamIDInfo getStreamIdInfo() { return this.streamIdInfo; } public GProDesignatedStreamInfo getStreamInfo() { return this.streamInfo; } public Integer getTime() { return this.time; } public GProTimeShiftInfo getTimeShiftInfo() { return this.timeShiftInfo; } public GProTrtcInfo getTrtcInfo() { return this.trtcInfo; } public Integer getVideoStatus() { return this.videoStatus; } public String toString() { return "GProAvInfo{videoStatus=" + this.videoStatus + ",mode=" + this.mode + ",sig=" + this.sig + ",time=" + this.time + ",extInfo=" + this.extInfo + ",rtmp=" + this.rtmp + ",hls=" + this.hls + ",flv=" + this.flv + ",streamInfo=" + this.streamInfo + ",avType=" + this.avType + ",bitrate=" + this.bitrate + ",pixelsX=" + this.pixelsX + ",pixelsY=" + this.pixelsY + ",trtcInfo=" + this.trtcInfo + ",streamIdInfo=" + this.streamIdInfo + ",timeShiftInfo=" + this.timeShiftInfo + ",}"; } public GProAvInfo(Integer num, Integer num2, String str, Integer num3, String str2, GProOpenSdkUrl gProOpenSdkUrl, GProOpenSdkUrl gProOpenSdkUrl2, GProOpenSdkUrl gProOpenSdkUrl3, GProDesignatedStreamInfo gProDesignatedStreamInfo, Integer num4, Integer num5, Integer num6, Integer num7, GProTrtcInfo gProTrtcInfo, GProStreamIDInfo gProStreamIDInfo, GProTimeShiftInfo gProTimeShiftInfo) { this.videoStatus = num; this.mode = num2; this.sig = str; this.time = num3; this.extInfo = str2; this.rtmp = gProOpenSdkUrl; this.hls = gProOpenSdkUrl2; this.flv = gProOpenSdkUrl3; this.streamInfo = gProDesignatedStreamInfo; this.avType = num4; this.bitrate = num5; this.pixelsX = num6; this.pixelsY = num7; this.trtcInfo = gProTrtcInfo; this.streamIdInfo = gProStreamIDInfo; this.timeShiftInfo = gProTimeShiftInfo; } }
3,185
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendNewCardReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendNewCardReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecommendNewCardReq { int businessType; byte[] cookies; GProBottomTabSourceInfo source; int tabType; public GProRecommendNewCardReq() { this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); } public int getBusinessType() { return this.businessType; } public byte[] getCookies() { return this.cookies; } public GProBottomTabSourceInfo getSource() { return this.source; } public int getTabType() { return this.tabType; } public String toString() { return "GProRecommendNewCardReq{businessType=" + this.businessType + ",cookies=" + this.cookies + ",source=" + this.source + ",tabType=" + this.tabType + ",}"; } public GProRecommendNewCardReq(int i2, byte[] bArr, GProBottomTabSourceInfo gProBottomTabSourceInfo, int i3) { this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); this.businessType = i2; this.cookies = bArr; this.source = gProBottomTabSourceInfo; this.tabType = i3; } }
1,206
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetRecommendPopupAdsRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRecommendPopupAdsRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetRecommendPopupAdsRsp implements Serializable { ArrayList<GProRecommendPopupAdsInfo> adsInfoList; byte[] cookies; int nextTs; long serialVersionUID; public GProGetRecommendPopupAdsRsp() { this.serialVersionUID = 1L; this.adsInfoList = new ArrayList<>(); this.cookies = new byte[0]; } public ArrayList<GProRecommendPopupAdsInfo> getAdsInfoList() { return this.adsInfoList; } public byte[] getCookies() { return this.cookies; } public int getNextTs() { return this.nextTs; } public String toString() { return "GProGetRecommendPopupAdsRsp{adsInfoList=" + this.adsInfoList + ",nextTs=" + this.nextTs + ",cookies=" + this.cookies + ",}"; } public GProGetRecommendPopupAdsRsp(ArrayList<GProRecommendPopupAdsInfo> arrayList, int i2, byte[] bArr) { this.serialVersionUID = 1L; this.adsInfoList = new ArrayList<>(); this.cookies = new byte[0]; this.adsInfoList = arrayList; this.nextTs = i2; this.cookies = bArr; } }
1,247
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProNoticeCover.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProNoticeCover.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProNoticeCover { long linkId; int type; String url; public GProNoticeCover() { this.url = ""; } public long getLinkId() { return this.linkId; } public int getType() { return this.type; } public String getUrl() { return this.url; } public String toString() { return "GProNoticeCover{type=" + this.type + ",linkId=" + this.linkId + ",url = " + this.url + ",}"; } public GProNoticeCover(int i2, long j2, String str) { this.url = ""; this.type = i2; this.linkId = j2; this.url = str; } }
726
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelState.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProChannelState implements Serializable { long channelId; int channelState; ArrayList<GProChannelStateItemInfo> channelStateList; long channelStateSeq; int channelType; long guildId; long serialVersionUID; public GProChannelState() { this.serialVersionUID = 1L; this.channelStateList = new ArrayList<>(); } public long getChannelId() { return this.channelId; } public int getChannelState() { return this.channelState; } public ArrayList<GProChannelStateItemInfo> getChannelStateList() { return this.channelStateList; } public long getChannelStateSeq() { return this.channelStateSeq; } public int getChannelType() { return this.channelType; } public long getGuildId() { return this.guildId; } public String toString() { return "GProChannelState{guildId=" + this.guildId + ",channelId=" + this.channelId + ",channelState=" + this.channelState + ",channelType=" + this.channelType + ",channelStateList=" + this.channelStateList + ",channelStateSeq=" + this.channelStateSeq + ",}"; } public GProChannelState(long j2, long j3, int i2, int i3, ArrayList<GProChannelStateItemInfo> arrayList, long j4) { this.serialVersionUID = 1L; this.channelStateList = new ArrayList<>(); this.guildId = j2; this.channelId = j3; this.channelState = i2; this.channelType = i3; this.channelStateList = arrayList; this.channelStateSeq = j4; } }
1,725
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ChannelStateElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ChannelStateElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public final class ChannelStateElement { ArrayList<ChannStateItemInfo> channStateList; long channelId; int channelState; long channelStateReq; String firstMemberDisplayName; long firstMemberTinyid; long guildId; int guildState; int memberCount; int memberMax; long roomId; String roomTitle; long updateTime; public ChannelStateElement() { this.firstMemberDisplayName = ""; this.roomTitle = ""; this.channStateList = new ArrayList<>(); } public ArrayList<ChannStateItemInfo> getChannStateList() { return this.channStateList; } public long getChannelId() { return this.channelId; } public int getChannelState() { return this.channelState; } public long getChannelStateReq() { return this.channelStateReq; } public String getFirstMemberDisplayName() { return this.firstMemberDisplayName; } public long getFirstMemberTinyid() { return this.firstMemberTinyid; } public long getGuildId() { return this.guildId; } public int getGuildState() { return this.guildState; } public int getMemberCount() { return this.memberCount; } public int getMemberMax() { return this.memberMax; } public long getRoomId() { return this.roomId; } public String getRoomTitle() { return this.roomTitle; } public long getUpdateTime() { return this.updateTime; } public String toString() { return "ChannelStateElement{guildId=" + this.guildId + ",channelId=" + this.channelId + ",memberCount=" + this.memberCount + ",memberMax=" + this.memberMax + ",firstMemberTinyid=" + this.firstMemberTinyid + ",firstMemberDisplayName=" + this.firstMemberDisplayName + ",guildState=" + this.guildState + ",channelState=" + this.channelState + ",channelStateReq=" + this.channelStateReq + ",updateTime=" + this.updateTime + ",roomId=" + this.roomId + ",roomTitle=" + this.roomTitle + ",channStateList=" + this.channStateList + ",}"; } public ChannelStateElement(long j2, long j3, int i2, int i3, long j4, String str, int i4, int i5, long j5, long j6, long j7, String str2, ArrayList<ChannStateItemInfo> arrayList) { this.firstMemberDisplayName = ""; this.roomTitle = ""; this.channStateList = new ArrayList<>(); this.guildId = j2; this.channelId = j3; this.memberCount = i2; this.memberMax = i3; this.firstMemberTinyid = j4; this.firstMemberDisplayName = str; this.guildState = i4; this.channelState = i5; this.channelStateReq = j5; this.updateTime = j6; this.roomId = j7; this.roomTitle = str2; this.channStateList = arrayList; } }
2,927
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserCtlInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserCtlInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProUserCtlInfo { GProAVDevOptInfo devOpt; int nextAVState; GProSpeakTimeCtl speakTimeCtl; public GProUserCtlInfo() { this.devOpt = new GProAVDevOptInfo(); this.speakTimeCtl = new GProSpeakTimeCtl(); } public GProAVDevOptInfo getDevOpt() { return this.devOpt; } public int getNextAVState() { return this.nextAVState; } public GProSpeakTimeCtl getSpeakTimeCtl() { return this.speakTimeCtl; } public String toString() { return "GProUserCtlInfo{nextAVState=" + this.nextAVState + ",devOpt=" + this.devOpt + ",speakTimeCtl=" + this.speakTimeCtl + ",}"; } public GProUserCtlInfo(int i2, GProAVDevOptInfo gProAVDevOptInfo, GProSpeakTimeCtl gProSpeakTimeCtl) { this.devOpt = new GProAVDevOptInfo(); this.speakTimeCtl = new GProSpeakTimeCtl(); this.nextAVState = i2; this.devOpt = gProAVDevOptInfo; this.speakTimeCtl = gProSpeakTimeCtl; } }
1,088
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProFetchCategoryAdminDisplayInfoRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFetchCategoryAdminDisplayInfoRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes4.dex */ public final class GProFetchCategoryAdminDisplayInfoRsp { ArrayList<GProCategoryAdminDisplayInfo> categoryAdminDisplayList; int categoryAdminMaxNum; public GProFetchCategoryAdminDisplayInfoRsp() { this.categoryAdminDisplayList = new ArrayList<>(); } public ArrayList<GProCategoryAdminDisplayInfo> getCategoryAdminDisplayList() { return this.categoryAdminDisplayList; } public int getCategoryAdminMaxNum() { return this.categoryAdminMaxNum; } public String toString() { return "GProFetchCategoryAdminDisplayInfoRsp{categoryAdminDisplayList=" + this.categoryAdminDisplayList + ",categoryAdminMaxNum=" + this.categoryAdminMaxNum + ",}"; } public GProFetchCategoryAdminDisplayInfoRsp(ArrayList<GProCategoryAdminDisplayInfo> arrayList, int i2) { this.categoryAdminDisplayList = new ArrayList<>(); this.categoryAdminDisplayList = arrayList; this.categoryAdminMaxNum = i2; } }
1,090
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendLiveChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendLiveChannel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendLiveChannel implements Serializable { GProRecommendCoverInfo cover; GProLiveRoomInfo liveChannel; ArrayList<GProRecommendMsg> msgList; long serialVersionUID; public GProRecommendLiveChannel() { this.serialVersionUID = 1L; this.liveChannel = new GProLiveRoomInfo(); this.msgList = new ArrayList<>(); this.cover = new GProRecommendCoverInfo(); } public GProRecommendCoverInfo getCover() { return this.cover; } public GProLiveRoomInfo getLiveChannel() { return this.liveChannel; } public ArrayList<GProRecommendMsg> getMsgList() { return this.msgList; } public String toString() { return "GProRecommendLiveChannel{liveChannel=" + this.liveChannel + ",msgList=" + this.msgList + ",cover=" + this.cover + ",}"; } public GProRecommendLiveChannel(GProLiveRoomInfo gProLiveRoomInfo, ArrayList<GProRecommendMsg> arrayList, GProRecommendCoverInfo gProRecommendCoverInfo) { this.serialVersionUID = 1L; this.liveChannel = new GProLiveRoomInfo(); this.msgList = new ArrayList<>(); this.cover = new GProRecommendCoverInfo(); this.liveChannel = gProLiveRoomInfo; this.msgList = arrayList; this.cover = gProRecommendCoverInfo; } }
1,477
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProFDLStLike.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFDLStLike.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes4.dex */ public final class GProFDLStLike { String likeId; public GProFDLStLike() { this.likeId = ""; } public String getLikeId() { return this.likeId; } public String toString() { return "GProFDLStLike{likeId=" + this.likeId + ",}"; } public GProFDLStLike(String str) { this.likeId = ""; this.likeId = str; } }
465
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPrefetchRecommendGuildInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPrefetchRecommendGuildInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProPrefetchRecommendGuildInfo implements Serializable { String category; String guildIcon; long guildId; long serialVersionUID; public GProPrefetchRecommendGuildInfo() { this.serialVersionUID = 1L; this.guildIcon = ""; this.category = ""; } public String getCategory() { return this.category; } public String getGuildIcon() { return this.guildIcon; } public long getGuildId() { return this.guildId; } public String toString() { return "GProPrefetchRecommendGuildInfo{guildId=" + this.guildId + ",guildIcon=" + this.guildIcon + ",category=" + this.category + ",}"; } public GProPrefetchRecommendGuildInfo(long j2, String str, String str2) { this.serialVersionUID = 1L; this.guildIcon = ""; this.category = ""; this.guildId = j2; this.guildIcon = str; this.category = str2; } }
1,082
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GrayTipGroupMember.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GrayTipGroupMember.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class GrayTipGroupMember implements Serializable { String card; String name; MemberRole role; long serialVersionUID; String uid; public GrayTipGroupMember() { this.serialVersionUID = 1L; this.uid = ""; this.card = ""; this.name = ""; this.role = MemberRole.values()[0]; } public String getCard() { return this.card; } public String getName() { return this.name; } public MemberRole getRole() { return this.role; } public String getUid() { return this.uid; } public String toString() { return "GrayTipGroupMember{uid=" + this.uid + ",card=" + this.card + ",name=" + this.name + ",role=" + this.role + ",}"; } public GrayTipGroupMember(String str, String str2, String str3, MemberRole memberRole) { this.serialVersionUID = 1L; this.uid = ""; this.card = ""; this.name = ""; this.role = MemberRole.values()[0]; this.uid = str; this.card = str2; this.name = str3; this.role = memberRole; } }
1,215
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetBlockRecGuildsRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetBlockRecGuildsRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetBlockRecGuildsRsp implements Serializable { GProGetRecommendV2Rsp banner; byte[] cookies; boolean isEnd; /* renamed from: msg reason: collision with root package name */ String f305532msg; ArrayList<GProBlockInfo> recBlockInfo; long serialVersionUID; String traceId; public GProGetBlockRecGuildsRsp() { this.serialVersionUID = 1L; this.traceId = ""; this.recBlockInfo = new ArrayList<>(); this.f305532msg = ""; this.cookies = new byte[0]; this.banner = new GProGetRecommendV2Rsp(); } public GProGetRecommendV2Rsp getBanner() { return this.banner; } public byte[] getCookies() { return this.cookies; } public boolean getIsEnd() { return this.isEnd; } public String getMsg() { return this.f305532msg; } public ArrayList<GProBlockInfo> getRecBlockInfo() { return this.recBlockInfo; } public String getTraceId() { return this.traceId; } public String toString() { return "GProGetBlockRecGuildsRsp{traceId=" + this.traceId + ",recBlockInfo=" + this.recBlockInfo + ",msg=" + this.f305532msg + ",isEnd=" + this.isEnd + ",cookies=" + this.cookies + ",banner=" + this.banner + ",}"; } public GProGetBlockRecGuildsRsp(String str, ArrayList<GProBlockInfo> arrayList, String str2, boolean z, byte[] bArr, GProGetRecommendV2Rsp gProGetRecommendV2Rsp) { this.serialVersionUID = 1L; this.traceId = ""; this.recBlockInfo = new ArrayList<>(); this.f305532msg = ""; this.cookies = new byte[0]; this.banner = new GProGetRecommendV2Rsp(); this.traceId = str; this.recBlockInfo = arrayList; this.f305532msg = str2; this.isEnd = z; this.cookies = bArr; this.banner = gProGetRecommendV2Rsp; } }
2,053
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProFeedThumbnail.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFeedThumbnail.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProFeedThumbnail implements Serializable { boolean isVideoCover; long serialVersionUID; String url; public GProFeedThumbnail() { this.serialVersionUID = 1L; this.url = ""; } public boolean getIsVideoCover() { return this.isVideoCover; } public String getUrl() { return this.url; } public String toString() { return "GProFeedThumbnail{url=" + this.url + ",isVideoCover=" + this.isVideoCover + ",}"; } public GProFeedThumbnail(String str, boolean z) { this.serialVersionUID = 1L; this.url = ""; this.url = str; this.isVideoCover = z; } }
797
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProTopMsg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProTopMsg.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProTopMsg implements Serializable { long serialVersionUID = 1; long topMsgOperatorTinyId; long topMsgSeq; long topMsgTime; public GProTopMsg() { } public long getTopMsgOperatorTinyId() { return this.topMsgOperatorTinyId; } public long getTopMsgSeq() { return this.topMsgSeq; } public long getTopMsgTime() { return this.topMsgTime; } public String toString() { return "GProTopMsg{topMsgSeq=" + this.topMsgSeq + ",topMsgTime=" + this.topMsgTime + ",topMsgOperatorTinyId=" + this.topMsgOperatorTinyId + ",}"; } public GProTopMsg(long j2, long j3, long j4) { this.topMsgSeq = j2; this.topMsgTime = j3; this.topMsgOperatorTinyId = j4; } }
892
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProVoiceSmobaGameRoomManageSysMsg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameRoomManageSysMsg.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProVoiceSmobaGameRoomManageSysMsg { int operType; GProVoiceSmobaGameBaseRoomInfo roomInfo; GProVoiceSmobaGameSmobaRoomInfo smobaInfo; GProVoiceSmobaGameRoomStateInfo stateInfo; public GProVoiceSmobaGameRoomManageSysMsg() { this.roomInfo = new GProVoiceSmobaGameBaseRoomInfo(); this.smobaInfo = new GProVoiceSmobaGameSmobaRoomInfo(); this.stateInfo = new GProVoiceSmobaGameRoomStateInfo(); } public int getOperType() { return this.operType; } public GProVoiceSmobaGameBaseRoomInfo getRoomInfo() { return this.roomInfo; } public GProVoiceSmobaGameSmobaRoomInfo getSmobaInfo() { return this.smobaInfo; } public GProVoiceSmobaGameRoomStateInfo getStateInfo() { return this.stateInfo; } public String toString() { return "GProVoiceSmobaGameRoomManageSysMsg{roomInfo=" + this.roomInfo + ",smobaInfo=" + this.smobaInfo + ",stateInfo=" + this.stateInfo + ",operType=" + this.operType + ",}"; } public GProVoiceSmobaGameRoomManageSysMsg(GProVoiceSmobaGameBaseRoomInfo gProVoiceSmobaGameBaseRoomInfo, GProVoiceSmobaGameSmobaRoomInfo gProVoiceSmobaGameSmobaRoomInfo, GProVoiceSmobaGameRoomStateInfo gProVoiceSmobaGameRoomStateInfo, int i2) { this.roomInfo = new GProVoiceSmobaGameBaseRoomInfo(); this.smobaInfo = new GProVoiceSmobaGameSmobaRoomInfo(); this.stateInfo = new GProVoiceSmobaGameRoomStateInfo(); this.roomInfo = gProVoiceSmobaGameBaseRoomInfo; this.smobaInfo = gProVoiceSmobaGameSmobaRoomInfo; this.stateInfo = gProVoiceSmobaGameRoomStateInfo; this.operType = i2; } }
1,770
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBatchGetBlockItemReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBatchGetBlockItemReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProBatchGetBlockItemReq implements Serializable { int businessType; ArrayList<GProBlockItem> itemList; long serialVersionUID; GProBottomTabSourceInfo source; public GProBatchGetBlockItemReq() { this.serialVersionUID = 1L; this.itemList = new ArrayList<>(); this.source = new GProBottomTabSourceInfo(); } public int getBusinessType() { return this.businessType; } public ArrayList<GProBlockItem> getItemList() { return this.itemList; } public GProBottomTabSourceInfo getSource() { return this.source; } public String toString() { return "GProBatchGetBlockItemReq{businessType=" + this.businessType + ",itemList=" + this.itemList + ",source=" + this.source + ",}"; } public GProBatchGetBlockItemReq(int i2, ArrayList<GProBlockItem> arrayList, GProBottomTabSourceInfo gProBottomTabSourceInfo) { this.serialVersionUID = 1L; this.itemList = new ArrayList<>(); this.source = new GProBottomTabSourceInfo(); this.businessType = i2; this.itemList = arrayList; this.source = gProBottomTabSourceInfo; } }
1,328
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendChannel0x11bc.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendChannel0x11bc.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendChannel0x11bc implements Serializable { GProChannelPresence channelPresence; GProEssenceChannel essenceInfo; int recommendType; long serialVersionUID; public GProRecommendChannel0x11bc() { this.serialVersionUID = 1L; this.essenceInfo = new GProEssenceChannel(); this.channelPresence = new GProChannelPresence(); } public GProChannelPresence getChannelPresence() { return this.channelPresence; } public GProEssenceChannel getEssenceInfo() { return this.essenceInfo; } public int getRecommendType() { return this.recommendType; } public String toString() { return "GProRecommendChannel0x11bc{essenceInfo=" + this.essenceInfo + ",channelPresence=" + this.channelPresence + ",recommendType=" + this.recommendType + ",}"; } public GProRecommendChannel0x11bc(GProEssenceChannel gProEssenceChannel, GProChannelPresence gProChannelPresence, int i2) { this.serialVersionUID = 1L; this.essenceInfo = new GProEssenceChannel(); this.channelPresence = new GProChannelPresence(); this.essenceInfo = gProEssenceChannel; this.channelPresence = gProChannelPresence; this.recommendType = i2; } }
1,396
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPlusPanelBotRequest.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPlusPanelBotRequest.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProPlusPanelBotRequest { long channelId; GProBotClientInfo clientInfo; int filter; long guildId; int page; public GProPlusPanelBotRequest() { this.clientInfo = new GProBotClientInfo(); } public long getChannelId() { return this.channelId; } public GProBotClientInfo getClientInfo() { return this.clientInfo; } public int getFilter() { return this.filter; } public long getGuildId() { return this.guildId; } public int getPage() { return this.page; } public String toString() { return "GProPlusPanelBotRequest{guildId=" + this.guildId + ",channelId=" + this.channelId + ",filter=" + this.filter + ",page=" + this.page + ",clientInfo=" + this.clientInfo + ",}"; } public GProPlusPanelBotRequest(long j2, long j3, int i2, int i3, GProBotClientInfo gProBotClientInfo) { this.clientInfo = new GProBotClientInfo(); this.guildId = j2; this.channelId = j3; this.filter = i2; this.page = i3; this.clientInfo = gProBotClientInfo; } }
1,222
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProScheduleDate.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleDate.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProScheduleDate { long dateMs; int inviteStatus; public GProScheduleDate() { } public long getDateMs() { return this.dateMs; } public int getInviteStatus() { return this.inviteStatus; } public String toString() { return "GProScheduleDate{dateMs=" + this.dateMs + ",inviteStatus=" + this.inviteStatus + ",}"; } public GProScheduleDate(long j2, int i2) { this.dateMs = j2; this.inviteStatus = i2; } }
594
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetPopupInfoRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetPopupInfoRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGetPopupInfoRsp implements Serializable { String buttonText; String footText; String gifUrl; String imgUrl; long serialVersionUID; String title; public GProGetPopupInfoRsp() { this.serialVersionUID = 1L; this.title = ""; this.imgUrl = ""; this.gifUrl = ""; this.buttonText = ""; this.footText = ""; } public String getButtonText() { return this.buttonText; } public String getFootText() { return this.footText; } public String getGifUrl() { return this.gifUrl; } public String getImgUrl() { return this.imgUrl; } public String getTitle() { return this.title; } public String toString() { return "GProGetPopupInfoRsp{title=" + this.title + ",imgUrl=" + this.imgUrl + ",gifUrl=" + this.gifUrl + ",buttonText=" + this.buttonText + ",footText=" + this.footText + ",}"; } public GProGetPopupInfoRsp(String str, String str2, String str3, String str4, String str5) { this.serialVersionUID = 1L; this.title = ""; this.imgUrl = ""; this.gifUrl = ""; this.buttonText = ""; this.footText = ""; this.title = str; this.imgUrl = str2; this.gifUrl = str3; this.buttonText = str4; this.footText = str5; } }
1,506
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGameModesResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGameModesResult.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGameModesResult { String id; String image; String name; public GProGameModesResult() { this.id = ""; this.name = ""; this.image = ""; } public String getId() { return this.id; } public String getImage() { return this.image; } public String getName() { return this.name; } public String toString() { return "GProGameModesResult{id=" + this.id + ",name=" + this.name + ",image=" + this.image + ",}"; } public GProGameModesResult(String str, String str2, String str3) { this.id = ""; this.name = ""; this.image = ""; this.id = str; this.name = str2; this.image = str3; } }
845
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchChatInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchChatInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class SearchChatInfo { String name; String peerUid; String remark; public SearchChatInfo() { this.peerUid = ""; this.name = ""; this.remark = ""; } public String getName() { return this.name; } public String getPeerUid() { return this.peerUid; } public String getRemark() { return this.remark; } public String toString() { return "SearchChatInfo{peerUid=" + this.peerUid + ",name=" + this.name + ",remark=" + this.remark + ",}"; } public SearchChatInfo(String str, String str2, String str3) { this.peerUid = ""; this.name = ""; this.remark = ""; this.peerUid = str; this.name = str2; this.remark = str3; } }
896
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildBrowseInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildBrowseInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildBrowseInfo { ArrayList<Long> channelIds; long guildId; public GProGuildBrowseInfo() { this.channelIds = new ArrayList<>(); } public ArrayList<Long> getChannelIds() { return this.channelIds; } public long getGuildId() { return this.guildId; } public String toString() { return "GProGuildBrowseInfo{guildId=" + this.guildId + ",channelIds=" + this.channelIds + ",}"; } public GProGuildBrowseInfo(long j2, ArrayList<Long> arrayList) { this.channelIds = new ArrayList<>(); this.guildId = j2; this.channelIds = arrayList; } }
769
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSimpleProfile.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSimpleProfile.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProSimpleProfile { String avatarMeta; String avatarPendant; ArrayList<Long> categoryIds; GProClientIdentity clientIdentityBytes; String displayName; long guildId; long levelRoleId; String memberName; String nickName; GProMedal personalMedal; long roleId; long tinyId; public GProSimpleProfile() { this.nickName = ""; this.memberName = ""; this.displayName = ""; this.avatarMeta = ""; this.clientIdentityBytes = new GProClientIdentity(); this.avatarPendant = ""; this.personalMedal = new GProMedal(); this.categoryIds = new ArrayList<>(); } public String getAvatarMeta() { return this.avatarMeta; } public String getAvatarPendant() { return this.avatarPendant; } public ArrayList<Long> getCategoryIds() { return this.categoryIds; } public GProClientIdentity getClientIdentityBytes() { return this.clientIdentityBytes; } public String getDisplayName() { return this.displayName; } public long getGuildId() { return this.guildId; } public long getLevelRoleId() { return this.levelRoleId; } public String getMemberName() { return this.memberName; } public String getNickName() { return this.nickName; } public GProMedal getPersonalMedal() { return this.personalMedal; } public long getRoleId() { return this.roleId; } public long getTinyId() { return this.tinyId; } public void setAvatarMeta(String str) { this.avatarMeta = str; } public void setAvatarPendant(String str) { this.avatarPendant = str; } public void setCategoryIds(ArrayList<Long> arrayList) { this.categoryIds = arrayList; } public void setClientIdentityBytes(GProClientIdentity gProClientIdentity) { this.clientIdentityBytes = gProClientIdentity; } public void setDisplayName(String str) { this.displayName = str; } public void setGuildId(long j2) { this.guildId = j2; } public void setLevelRoleId(long j2) { this.levelRoleId = j2; } public void setMemberName(String str) { this.memberName = str; } public void setNickName(String str) { this.nickName = str; } public void setPersonalMedal(GProMedal gProMedal) { this.personalMedal = gProMedal; } public void setRoleId(long j2) { this.roleId = j2; } public void setTinyId(long j2) { this.tinyId = j2; } public String toString() { return "GProSimpleProfile{guildId=" + this.guildId + ",tinyId=" + this.tinyId + ",roleId=" + this.roleId + ",levelRoleId=" + this.levelRoleId + ",nickName=" + this.nickName + ",memberName=" + this.memberName + ",displayName=" + this.displayName + ",avatarMeta=" + this.avatarMeta + ",clientIdentityBytes=" + this.clientIdentityBytes + ",avatarPendant=" + this.avatarPendant + ",personalMedal=" + this.personalMedal + ",categoryIds=" + this.categoryIds + ",}"; } public GProSimpleProfile(long j2, long j3, long j4, long j5, String str, String str2, String str3, String str4, GProClientIdentity gProClientIdentity, String str5, GProMedal gProMedal, ArrayList<Long> arrayList) { this.nickName = ""; this.memberName = ""; this.displayName = ""; this.avatarMeta = ""; this.clientIdentityBytes = new GProClientIdentity(); this.avatarPendant = ""; this.personalMedal = new GProMedal(); this.categoryIds = new ArrayList<>(); this.guildId = j2; this.tinyId = j3; this.roleId = j4; this.levelRoleId = j5; this.nickName = str; this.memberName = str2; this.displayName = str3; this.avatarMeta = str4; this.clientIdentityBytes = gProClientIdentity; this.avatarPendant = str5; this.personalMedal = gProMedal; this.categoryIds = arrayList; } }
4,216
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSearchMemberAndRoleParams.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchMemberAndRoleParams.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProSearchMemberAndRoleParams { long channelId; long count; long guildId; String keyWord; long roleId; int sourceType; int srcType; public GProSearchMemberAndRoleParams() { this.keyWord = ""; } public long getChannelId() { return this.channelId; } public long getCount() { return this.count; } public long getGuildId() { return this.guildId; } public String getKeyWord() { return this.keyWord; } public long getRoleId() { return this.roleId; } public int getSourceType() { return this.sourceType; } public int getSrcType() { return this.srcType; } public String toString() { return "GProSearchMemberAndRoleParams{guildId=" + this.guildId + ",channelId=" + this.channelId + ",roleId=" + this.roleId + ",keyWord=" + this.keyWord + ",srcType=" + this.srcType + ",sourceType=" + this.sourceType + ",count=" + this.count + ",}"; } public GProSearchMemberAndRoleParams(long j2, long j3, long j4, String str, int i2, int i3, long j5) { this.keyWord = ""; this.guildId = j2; this.channelId = j3; this.roleId = j4; this.keyWord = str; this.srcType = i2; this.sourceType = i3; this.count = j5; } }
1,443
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RichTextAtContent.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichTextAtContent.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RichTextAtContent { FeedGuildInfo guildInfo; RoleGroupInfo roleGroupId; ATTYPE type; User user; public RichTextAtContent() { this.type = ATTYPE.values()[0]; } public FeedGuildInfo getGuildInfo() { return this.guildInfo; } public RoleGroupInfo getRoleGroupId() { return this.roleGroupId; } public ATTYPE getType() { return this.type; } public User getUser() { return this.user; } public String toString() { return "RichTextAtContent{type=" + this.type + ",guildInfo=" + this.guildInfo + ",roleGroupId=" + this.roleGroupId + ",user=" + this.user + ",}"; } public RichTextAtContent(ATTYPE attype, FeedGuildInfo feedGuildInfo, RoleGroupInfo roleGroupInfo, User user) { this.type = ATTYPE.values()[0]; this.type = attype; this.guildInfo = feedGuildInfo; this.roleGroupId = roleGroupInfo; this.user = user; } }
1,096
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetCurrPlaySongRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetCurrPlaySongRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGetCurrPlaySongRsp { GProPlayInfo playInfo; GProListenTogetherRspHead rspHead; public GProGetCurrPlaySongRsp() { this.rspHead = new GProListenTogetherRspHead(); this.playInfo = new GProPlayInfo(); } public GProPlayInfo getPlayInfo() { return this.playInfo; } public GProListenTogetherRspHead getRspHead() { return this.rspHead; } public String toString() { return "GProGetCurrPlaySongRsp{rspHead=" + this.rspHead + ",playInfo=" + this.playInfo + ",}"; } public GProGetCurrPlaySongRsp(GProListenTogetherRspHead gProListenTogetherRspHead, GProPlayInfo gProPlayInfo) { this.rspHead = new GProListenTogetherRspHead(); this.playInfo = new GProPlayInfo(); this.rspHead = gProListenTogetherRspHead; this.playInfo = gProPlayInfo; } }
956
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildInfoInLabel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildInfoInLabel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildInfoInLabel implements Serializable { String guildIcon; long guildId; ArrayList<String> guildLabels; String guildName; int guildStatus; String joinGuildSig; long serialVersionUID; public GProGuildInfoInLabel() { this.serialVersionUID = 1L; this.guildName = ""; this.guildIcon = ""; this.guildLabels = new ArrayList<>(); this.joinGuildSig = ""; } public String getGuildIcon() { return this.guildIcon; } public long getGuildId() { return this.guildId; } public ArrayList<String> getGuildLabels() { return this.guildLabels; } public String getGuildName() { return this.guildName; } public int getGuildStatus() { return this.guildStatus; } public String getJoinGuildSig() { return this.joinGuildSig; } public String toString() { return "GProGuildInfoInLabel{guildId=" + this.guildId + ",guildName=" + this.guildName + ",guildIcon=" + this.guildIcon + ",guildLabels=" + this.guildLabels + ",guildStatus=" + this.guildStatus + ",joinGuildSig=" + this.joinGuildSig + ",}"; } public GProGuildInfoInLabel(long j2, String str, String str2, ArrayList<String> arrayList, int i2, String str3) { this.serialVersionUID = 1L; this.guildName = ""; this.guildIcon = ""; this.guildLabels = new ArrayList<>(); this.joinGuildSig = ""; this.guildId = j2; this.guildName = str; this.guildIcon = str2; this.guildLabels = arrayList; this.guildStatus = i2; this.joinGuildSig = str3; } }
1,822
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchResult { long context; byte[] cookie; boolean isEnd; ArrayList<SearchResultGroup> resultGroup; public SearchResult() { this.cookie = new byte[0]; this.resultGroup = new ArrayList<>(); } public long getContext() { return this.context; } public byte[] getCookie() { return this.cookie; } public boolean getIsEnd() { return this.isEnd; } public ArrayList<SearchResultGroup> getResultGroup() { return this.resultGroup; } public String toString() { return "SearchResult{context=" + this.context + ",isEnd=" + this.isEnd + ",cookie=" + this.cookie + ",resultGroup=" + this.resultGroup + ",}"; } public SearchResult(long j2, boolean z, byte[] bArr, ArrayList<SearchResultGroup> arrayList) { this.cookie = new byte[0]; this.resultGroup = new ArrayList<>(); this.context = j2; this.isEnd = z; this.cookie = bArr; this.resultGroup = arrayList; } }
1,179
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
BeatTypeEnum.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BeatTypeEnum.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum BeatTypeEnum { KRECOVERY, KFOLDNOTSPREAD, KFOLDCANSPREAD }
188
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProThumbnail.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProThumbnail.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProThumbnail { int type; String url; public GProThumbnail() { this.url = ""; } public int getType() { return this.type; } public String getUrl() { return this.url; } public String toString() { return "GProThumbnail{url=" + this.url + ",type=" + this.type + ",}"; } public GProThumbnail(String str, int i2) { this.url = ""; this.url = str; this.type = i2; } }
570
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProResult.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProResult { String errMsg; long memberTid; int result; public GProResult() { this.errMsg = ""; } public String getErrMsg() { return this.errMsg; } public long getMemberTid() { return this.memberTid; } public int getResult() { return this.result; } public String toString() { return "GProResult{memberTid=" + this.memberTid + ",result=" + this.result + ",errMsg=" + this.errMsg + ",}"; } public GProResult(long j2, int i2, String str) { this.errMsg = ""; this.memberTid = j2; this.result = i2; this.errMsg = str; } }
756
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetRtmpPushUrlRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRtmpPushUrlRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGetRtmpPushUrlRsp { int expireTs; int result; String rmtpUrl; String serverPart; String streamParam; public GProGetRtmpPushUrlRsp() { this.rmtpUrl = ""; this.serverPart = ""; this.streamParam = ""; } public int getExpireTs() { return this.expireTs; } public int getResult() { return this.result; } public String getRmtpUrl() { return this.rmtpUrl; } public String getServerPart() { return this.serverPart; } public String getStreamParam() { return this.streamParam; } public String toString() { return "GProGetRtmpPushUrlRsp{result=" + this.result + ",rmtpUrl=" + this.rmtpUrl + ",serverPart=" + this.serverPart + ",streamParam=" + this.streamParam + ",expireTs=" + this.expireTs + ",}"; } public GProGetRtmpPushUrlRsp(int i2, String str, String str2, String str3, int i3) { this.rmtpUrl = ""; this.serverPart = ""; this.streamParam = ""; this.result = i2; this.rmtpUrl = str; this.serverPart = str2; this.streamParam = str3; this.expireTs = i3; } }
1,283
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendH5GameChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendH5GameChannel.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecommendH5GameChannel { GProRecommendCoverInfo cover; GProRecommendH5Game data; public GProRecommendH5GameChannel() { this.data = new GProRecommendH5Game(); this.cover = new GProRecommendCoverInfo(); } public GProRecommendCoverInfo getCover() { return this.cover; } public GProRecommendH5Game getData() { return this.data; } public String toString() { return "GProRecommendH5GameChannel{data=" + this.data + ",cover=" + this.cover + ",}"; } public GProRecommendH5GameChannel(GProRecommendH5Game gProRecommendH5Game, GProRecommendCoverInfo gProRecommendCoverInfo) { this.data = new GProRecommendH5Game(); this.cover = new GProRecommendCoverInfo(); this.data = gProRecommendH5Game; this.cover = gProRecommendCoverInfo; } }
952
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
CommentLabel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CommentLabel.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class CommentLabel { Long createTime; String id; String likeId; UserForComment postUser; public CommentLabel() { 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 "CommentLabel{id=" + this.id + ",postUser=" + this.postUser + ",likeId=" + this.likeId + ",createTime=" + this.createTime + ",}"; } public CommentLabel(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,076
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAnchorRoomTag.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorRoomTag.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAnchorRoomTag { String text; Integer type; String url; public GProAnchorRoomTag() { } public String getText() { return this.text; } public Integer getType() { return this.type; } public String getUrl() { return this.url; } public String toString() { return "GProAnchorRoomTag{type=" + this.type + ",text=" + this.text + ",url = " + this.url + ",}"; } public GProAnchorRoomTag(Integer num, String str, String str2) { this.type = num; this.text = str; this.url = str2; } }
700
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProEncryptTextRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProEncryptTextRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProEncryptTextRsp { String encryptedText; boolean isPassed; public GProEncryptTextRsp() { this.encryptedText = ""; } public String getEncryptedText() { return this.encryptedText; } public boolean getIsPassed() { return this.isPassed; } public String toString() { return "GProEncryptTextRsp{isPassed=" + this.isPassed + ",encryptedText=" + this.encryptedText + ",}"; } public GProEncryptTextRsp(boolean z, String str) { this.encryptedText = ""; this.isPassed = z; this.encryptedText = str; } }
704
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProQuickJoinCycleStatusTag.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProQuickJoinCycleStatusTag.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes4.dex */ public final class GProQuickJoinCycleStatusTag implements Serializable { String highlightedText; String iconUrl; long serialVersionUID; String text; public GProQuickJoinCycleStatusTag() { this.serialVersionUID = 1L; this.iconUrl = ""; this.text = ""; this.highlightedText = ""; } public String getHighlightedText() { return this.highlightedText; } public String getIconUrl() { return this.iconUrl; } public String getText() { return this.text; } public String toString() { return "GProQuickJoinCycleStatusTag{iconUrl=" + this.iconUrl + ",text=" + this.text + ",highlightedText=" + this.highlightedText + ",}"; } public GProQuickJoinCycleStatusTag(String str, String str2, String str3) { this.serialVersionUID = 1L; this.iconUrl = ""; this.text = ""; this.highlightedText = ""; this.iconUrl = str; this.text = str2; this.highlightedText = str3; } }
1,150
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProVoiceSmobaGameRoomInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameRoomInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProVoiceSmobaGameRoomInfo { GProVoiceSmobaGameBaseRoomInfo roomInfo; GProVoiceSmobaGameSmobaRoomInfo smobaInfo; public GProVoiceSmobaGameRoomInfo() { this.roomInfo = new GProVoiceSmobaGameBaseRoomInfo(); this.smobaInfo = new GProVoiceSmobaGameSmobaRoomInfo(); } public GProVoiceSmobaGameBaseRoomInfo getRoomInfo() { return this.roomInfo; } public GProVoiceSmobaGameSmobaRoomInfo getSmobaInfo() { return this.smobaInfo; } public String toString() { return "GProVoiceSmobaGameRoomInfo{roomInfo=" + this.roomInfo + ",smobaInfo=" + this.smobaInfo + ",}"; } public GProVoiceSmobaGameRoomInfo(GProVoiceSmobaGameBaseRoomInfo gProVoiceSmobaGameBaseRoomInfo, GProVoiceSmobaGameSmobaRoomInfo gProVoiceSmobaGameSmobaRoomInfo) { this.roomInfo = new GProVoiceSmobaGameBaseRoomInfo(); this.smobaInfo = new GProVoiceSmobaGameSmobaRoomInfo(); this.roomInfo = gProVoiceSmobaGameBaseRoomInfo; this.smobaInfo = gProVoiceSmobaGameSmobaRoomInfo; } }
1,156
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IOperateCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IOperateCallback.java
package com.tencent.qqnt.kernel.nativeinterface; public interface IOperateCallback { void onResult(int code, String reason); }
131
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveMetrics.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveMetrics.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProLiveMetrics { ArrayList<GProMetricsItem> items; public GProLiveMetrics() { this.items = new ArrayList<>(); } public ArrayList<GProMetricsItem> getItems() { return this.items; } public String toString() { return "GProLiveMetrics{items=" + this.items + ",}"; } public GProLiveMetrics(ArrayList<GProMetricsItem> arrayList) { this.items = new ArrayList<>(); this.items = arrayList; } }
596
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProNoticeText.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProNoticeText.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProNoticeText { String content; long linkId; int type; public GProNoticeText() { this.content = ""; } public String getContent() { return this.content; } public long getLinkId() { return this.linkId; } public int getType() { return this.type; } public String toString() { return "GProNoticeText{type=" + this.type + ",content=" + this.content + ",linkId=" + this.linkId + ",}"; } public GProNoticeText(int i2, String str, long j2) { this.content = ""; this.type = i2; this.content = str; this.linkId = j2; } }
750
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildSpeakableThreshold.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildSpeakableThreshold.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGuildSpeakableThreshold implements Serializable { boolean guildNeedJoinRole; long guildNeedJoinTime; boolean guildNeedRealName; boolean privateNeedJoinRole; long privateNeedJoinTime; boolean privateNeedRealName; long serialVersionUID = 1; public GProGuildSpeakableThreshold() { } public boolean getGuildNeedJoinRole() { return this.guildNeedJoinRole; } public long getGuildNeedJoinTime() { return this.guildNeedJoinTime; } public boolean getGuildNeedRealName() { return this.guildNeedRealName; } public boolean getPrivateNeedJoinRole() { return this.privateNeedJoinRole; } public long getPrivateNeedJoinTime() { return this.privateNeedJoinTime; } public boolean getPrivateNeedRealName() { return this.privateNeedRealName; } public String toString() { return "GProGuildSpeakableThreshold{guildNeedRealName=" + this.guildNeedRealName + ",guildNeedJoinRole=" + this.guildNeedJoinRole + ",guildNeedJoinTime=" + this.guildNeedJoinTime + ",privateNeedRealName=" + this.privateNeedRealName + ",privateNeedJoinRole=" + this.privateNeedJoinRole + ",privateNeedJoinTime=" + this.privateNeedJoinTime + ",}"; } public GProGuildSpeakableThreshold(boolean z, boolean z2, long j2, boolean z3, boolean z4, long j3) { this.guildNeedRealName = z; this.guildNeedJoinRole = z2; this.guildNeedJoinTime = j2; this.privateNeedRealName = z3; this.privateNeedJoinRole = z4; this.privateNeedJoinTime = j3; } }
1,732
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAVRoomCtrlOptInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVRoomCtrlOptInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProAVRoomCtrlOptInfo implements Serializable { GProAVDevOptInfo devOpt; boolean isCurrentRoom; int micVolume; int numRoomId; String privateMapKey; String roomId; int sdkAppId; long serialVersionUID; public GProAVRoomCtrlOptInfo() { this.serialVersionUID = 1L; this.roomId = ""; this.devOpt = new GProAVDevOptInfo(); this.privateMapKey = ""; } public GProAVDevOptInfo getDevOpt() { return this.devOpt; } public boolean getIsCurrentRoom() { return this.isCurrentRoom; } public int getMicVolume() { return this.micVolume; } public int getNumRoomId() { return this.numRoomId; } public String getPrivateMapKey() { return this.privateMapKey; } public String getRoomId() { return this.roomId; } public int getSdkAppId() { return this.sdkAppId; } public String toString() { return "GProAVRoomCtrlOptInfo{roomId=" + this.roomId + ",numRoomId=" + this.numRoomId + ",devOpt=" + this.devOpt + ",micVolume=" + this.micVolume + ",isCurrentRoom=" + this.isCurrentRoom + ",sdkAppId=" + this.sdkAppId + ",privateMapKey=" + this.privateMapKey + ",}"; } public GProAVRoomCtrlOptInfo(String str, int i2, GProAVDevOptInfo gProAVDevOptInfo, int i3, boolean z, int i4, String str2) { this.serialVersionUID = 1L; this.roomId = ""; this.devOpt = new GProAVDevOptInfo(); this.privateMapKey = ""; this.roomId = str; this.numRoomId = i2; this.devOpt = gProAVDevOptInfo; this.micVolume = i3; this.isCurrentRoom = z; this.sdkAppId = i4; this.privateMapKey = str2; } }
1,876
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProStreamInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProStreamInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProStreamInfo implements Serializable { long serialVersionUID; int streamType; ArrayList<GProStreamURL> streamUrlList; public GProStreamInfo() { this.serialVersionUID = 1L; this.streamUrlList = new ArrayList<>(); } public int getStreamType() { return this.streamType; } public ArrayList<GProStreamURL> getStreamUrlList() { return this.streamUrlList; } public String toString() { return "GProStreamInfo{streamType=" + this.streamType + ",streamUrlList=" + this.streamUrlList + ",}"; } public GProStreamInfo(int i2, ArrayList<GProStreamURL> arrayList) { this.serialVersionUID = 1L; this.streamUrlList = new ArrayList<>(); this.streamType = i2; this.streamUrlList = arrayList; } }
967
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ITranslateWordsCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ITranslateWordsCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public interface ITranslateWordsCallback { void onResult(int i2, String str, ArrayList<String> arrayList); }
191
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProEnterRoomReply.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProEnterRoomReply.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProEnterRoomReply { String dispersionUrl; Boolean isBigRoom; GProLiveEnterRoomInfo roomInfo; GProAvInfo sdkInfo; Integer useDispersion; Integer userRole; public GProEnterRoomReply() { } public String getDispersionUrl() { return this.dispersionUrl; } public Boolean getIsBigRoom() { return this.isBigRoom; } public GProLiveEnterRoomInfo getRoomInfo() { return this.roomInfo; } public GProAvInfo getSdkInfo() { return this.sdkInfo; } public Integer getUseDispersion() { return this.useDispersion; } public Integer getUserRole() { return this.userRole; } public String toString() { return "GProEnterRoomReply{isBigRoom=" + this.isBigRoom + ",useDispersion=" + this.useDispersion + ",dispersionUrl=" + this.dispersionUrl + ",roomInfo=" + this.roomInfo + ",userRole=" + this.userRole + ",sdkInfo=" + this.sdkInfo + ",}"; } public GProEnterRoomReply(Boolean bool, Integer num, String str, GProLiveEnterRoomInfo gProLiveEnterRoomInfo, Integer num2, GProAvInfo gProAvInfo) { this.isBigRoom = bool; this.useDispersion = num; this.dispersionUrl = str; this.roomInfo = gProLiveEnterRoomInfo; this.userRole = num2; this.sdkInfo = gProAvInfo; } }
1,445
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IGProFetchRetentionGuildListCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IGProFetchRetentionGuildListCallback.java
package com.tencent.qqnt.kernel.nativeinterface; public interface IGProFetchRetentionGuildListCallback { void onGProFetchRetentionGuildListCallback(int i2, String str, GProRetentionGuildListRsp gProRetentionGuildListRsp); }
228
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMemberInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMemberInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProMemberInfo implements Serializable { String avatarMeta; int gender; long serialVersionUID; long tinyId; public GProMemberInfo() { this.serialVersionUID = 1L; this.avatarMeta = ""; } public String getAvatarMeta() { return this.avatarMeta; } public int getGender() { return this.gender; } public long getTinyId() { return this.tinyId; } public String toString() { return "GProMemberInfo{tinyId=" + this.tinyId + ",gender=" + this.gender + ",avatarMeta=" + this.avatarMeta + ",}"; } public GProMemberInfo(long j2, int i2, String str) { this.serialVersionUID = 1L; this.avatarMeta = ""; this.tinyId = j2; this.gender = i2; this.avatarMeta = str; } }
939
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProFetchShareInfo0x10c3Req.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFetchShareInfo0x10c3Req.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProFetchShareInfo0x10c3Req { byte[] businessParam; int businessType; GProCmd0x10c3Filter filter; boolean isShortLink; ArrayList<GProURLParam> urlParams; public GProFetchShareInfo0x10c3Req() { this.businessParam = new byte[0]; this.urlParams = new ArrayList<>(); this.filter = new GProCmd0x10c3Filter(); } public byte[] getBusinessParam() { return this.businessParam; } public int getBusinessType() { return this.businessType; } public GProCmd0x10c3Filter getFilter() { return this.filter; } public boolean getIsShortLink() { return this.isShortLink; } public ArrayList<GProURLParam> getUrlParams() { return this.urlParams; } public String toString() { return "GProFetchShareInfo0x10c3Req{businessType=" + this.businessType + ",businessParam=" + this.businessParam + ",isShortLink=" + this.isShortLink + ",urlParams=" + this.urlParams + ",filter=" + this.filter + ",}"; } public GProFetchShareInfo0x10c3Req(int i2, byte[] bArr, boolean z, ArrayList<GProURLParam> arrayList, GProCmd0x10c3Filter gProCmd0x10c3Filter) { this.businessParam = new byte[0]; this.urlParams = new ArrayList<>(); this.filter = new GProCmd0x10c3Filter(); this.businessType = i2; this.businessParam = bArr; this.isShortLink = z; this.urlParams = arrayList; this.filter = gProCmd0x10c3Filter; } }
1,626
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RichDownLoadReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichDownLoadReq.java
package com.tencent.qqnt.kernel.nativeinterface; public final class RichDownLoadReq { int chatType; int downloadType; MsgElement elem; String guildId; long msgId; long msgRandom; long msgSeq; long msgTime; String peerUid; String senderUid; int thumbSize; Integer useHttps; public RichDownLoadReq() { this.senderUid = ""; this.peerUid = ""; this.guildId = ""; this.elem = new MsgElement(); } public int getChatType() { return this.chatType; } public int getDownloadType() { return this.downloadType; } public MsgElement getElem() { return this.elem; } public String getGuildId() { return this.guildId; } public long getMsgId() { return this.msgId; } public long getMsgRandom() { return this.msgRandom; } public long getMsgSeq() { return this.msgSeq; } public long getMsgTime() { return this.msgTime; } public String getPeerUid() { return this.peerUid; } public String getSenderUid() { return this.senderUid; } public int getThumbSize() { return this.thumbSize; } public Integer getUseHttps() { return this.useHttps; } public String toString() { return "RichDownLoadReq{downloadType=" + this.downloadType + ",thumbSize=" + this.thumbSize + ",msgId=" + this.msgId + ",msgRandom=" + this.msgRandom + ",msgSeq=" + this.msgSeq + ",msgTime=" + this.msgTime + ",chatType=" + this.chatType + ",senderUid=" + this.senderUid + ",peerUid=" + this.peerUid + ",guildId=" + this.guildId + ",elem=" + this.elem + ",useHttps=" + this.useHttps + ",}"; } public RichDownLoadReq(int i2, int i3, long j2, long j3, long j4, long j5, int i4, String str, String str2, String str3, MsgElement msgElement, Integer num) { this.senderUid = ""; this.peerUid = ""; this.guildId = ""; this.elem = new MsgElement(); this.downloadType = i2; this.thumbSize = i3; this.msgId = j2; this.msgRandom = j3; this.msgSeq = j4; this.msgTime = j5; this.chatType = i4; this.senderUid = str; this.peerUid = str2; this.guildId = str3; this.elem = msgElement; this.useHttps = num; } }
2,385
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
EmojiMall.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EmojiMall.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class EmojiMall { int emojiId; int packageId; public EmojiMall() { } public int getEmojiId() { return this.emojiId; } public int getPackageId() { return this.packageId; } public String toString() { return "EmojiMall{packageId=" + this.packageId + ",emojiId=" + this.emojiId + ",}"; } public EmojiMall(int i2, int i3) { this.packageId = i2; this.emojiId = i3; } }
574
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FromRoleInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FromRoleInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FromRoleInfo { int color; String name; long roleId; public FromRoleInfo() { this.name = ""; } public int getColor() { return this.color; } public String getName() { return this.name; } public long getRoleId() { return this.roleId; } public String toString() { return "FromRoleInfo{roleId=" + this.roleId + ",name=" + this.name + ",color=" + this.color + ",}"; } public FromRoleInfo(long j2, String str, int i2) { this.name = ""; this.roleId = j2; this.name = str; this.color = i2; } }
747
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSmobaArchiveTemplate.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSmobaArchiveTemplate.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProSmobaArchiveTemplate { String goodBranch; ArrayList<String> goodHeroIconList; int gradeLevel; String mvpNum; int starCnt; String winNum; String winRate; public GProSmobaArchiveTemplate() { this.winNum = ""; this.mvpNum = ""; this.winRate = ""; this.goodBranch = ""; this.goodHeroIconList = new ArrayList<>(); } public String getGoodBranch() { return this.goodBranch; } public ArrayList<String> getGoodHeroIconList() { return this.goodHeroIconList; } public int getGradeLevel() { return this.gradeLevel; } public String getMvpNum() { return this.mvpNum; } public int getStarCnt() { return this.starCnt; } public String getWinNum() { return this.winNum; } public String getWinRate() { return this.winRate; } public String toString() { return "GProSmobaArchiveTemplate{gradeLevel=" + this.gradeLevel + ",starCnt=" + this.starCnt + ",winNum=" + this.winNum + ",mvpNum=" + this.mvpNum + ",winRate=" + this.winRate + ",goodBranch=" + this.goodBranch + ",goodHeroIconList=" + this.goodHeroIconList + ",}"; } public GProSmobaArchiveTemplate(int i2, int i3, String str, String str2, String str3, String str4, ArrayList<String> arrayList) { this.winNum = ""; this.mvpNum = ""; this.winRate = ""; this.goodBranch = ""; this.goodHeroIconList = new ArrayList<>(); this.gradeLevel = i2; this.starCnt = i3; this.winNum = str; this.mvpNum = str2; this.winRate = str3; this.goodBranch = str4; this.goodHeroIconList = arrayList; } }
1,867
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSongInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSongInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProSongInfo implements Serializable { boolean isEnable; String lyrics; ArrayList<String> playUrlList; long serialVersionUID; public GProSongInfo() { this.serialVersionUID = 1L; this.playUrlList = new ArrayList<>(); this.lyrics = ""; } public boolean getIsEnable() { return this.isEnable; } public String getLyrics() { return this.lyrics; } public ArrayList<String> getPlayUrlList() { return this.playUrlList; } public String toString() { return "GProSongInfo{playUrlList=" + this.playUrlList + ",lyrics=" + this.lyrics + ",isEnable=" + this.isEnable + ",}"; } public GProSongInfo(ArrayList<String> arrayList, String str, boolean z) { this.serialVersionUID = 1L; this.playUrlList = new ArrayList<>(); this.lyrics = ""; this.playUrlList = arrayList; this.lyrics = str; this.isEnable = z; } }
1,124
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MsgConstant.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MsgConstant.java
package com.tencent.qqnt.kernel.nativeinterface; public final class MsgConstant { public static final int ARKSTRUCTELEMENTSUBTYPETENCENTDOCFROMMINIAPP = 1; public static final int ARKSTRUCTELEMENTSUBTYPETENCENTDOCFROMPLUSPANEL = 2; public static final int ARKSTRUCTELEMENTSUBTYPEUNKNOWN = 0; public static final int ATTYPEALL = 1; public static final int ATTYPECHANNEL = 16; public static final int ATTYPEME = 4; public static final int ATTYPEONE = 2; public static final int ATTYPEONLINE = 64; public static final int ATTYPEROLE = 8; public static final int ATTYPESUMMON = 32; public static final int ATTYPESUMMONONLINE = 128; public static final int ATTYPESUMMONROLE = 256; public static final int ATTYPEUNKNOWN = 0; public static final int CALENDARELEMSUBTYPECOMMON = 3; public static final int CALENDARELEMSUBTYPESTRONG = 1; public static final int CALENDARELEMSUBTYPEUNKNOWN = 0; public static final int CALENDARELEMSUBTYPEWEAK = 2; public static final int FACEBUBBLEELEMSUBTYPENORMAL = 1; public static final int FACEBUBBLEELEMSUBTYPEUNKNOWN = 0; public static final int FETCHLONGMSGERRCODEMSGEXPIRED = 196; public static final int FILEELEMENTSUBTYPEAI = 16; public static final int FILEELEMENTSUBTYPEAPP = 11; public static final int FILEELEMENTSUBTYPEAUDIO = 3; public static final int FILEELEMENTSUBTYPEDOC = 4; public static final int FILEELEMENTSUBTYPEEMOTICON = 15; public static final int FILEELEMENTSUBTYPEEXCEL = 6; public static final int FILEELEMENTSUBTYPEFOLDER = 13; public static final int FILEELEMENTSUBTYPEHTML = 10; public static final int FILEELEMENTSUBTYPEIPA = 14; public static final int FILEELEMENTSUBTYPENORMAL = 0; public static final int FILEELEMENTSUBTYPEPDF = 7; public static final int FILEELEMENTSUBTYPEPIC = 1; public static final int FILEELEMENTSUBTYPEPPT = 5; public static final int FILEELEMENTSUBTYPEPSD = 12; public static final int FILEELEMENTSUBTYPETXT = 8; public static final int FILEELEMENTSUBTYPEVIDEO = 2; public static final int FILEELEMENTSUBTYPEZIP = 9; public static final int GRAYTIPELEMENTSUBTYPEAIOOP = 15; public static final int GRAYTIPELEMENTSUBTYPEBLOCK = 14; public static final int GRAYTIPELEMENTSUBTYPEBUDDY = 5; public static final int GRAYTIPELEMENTSUBTYPEBUDDYNOTIFY = 9; public static final int GRAYTIPELEMENTSUBTYPEEMOJIREPLY = 3; public static final int GRAYTIPELEMENTSUBTYPEESSENCE = 7; public static final int GRAYTIPELEMENTSUBTYPEFEED = 6; public static final int GRAYTIPELEMENTSUBTYPEFEEDCHANNELMSG = 11; public static final int GRAYTIPELEMENTSUBTYPEFILE = 10; public static final int GRAYTIPELEMENTSUBTYPEGROUP = 4; public static final int GRAYTIPELEMENTSUBTYPEGROUPNOTIFY = 8; public static final int GRAYTIPELEMENTSUBTYPEJSON = 17; public static final int GRAYTIPELEMENTSUBTYPELOCALMSG = 13; public static final int GRAYTIPELEMENTSUBTYPEPROCLAMATION = 2; public static final int GRAYTIPELEMENTSUBTYPEREVOKE = 1; public static final int GRAYTIPELEMENTSUBTYPEUNKNOWN = 0; public static final int GRAYTIPELEMENTSUBTYPEWALLET = 16; public static final int GRAYTIPELEMENTSUBTYPEXMLMSG = 12; public static final int INPUTSTATUSTYPECANCEL = 2; public static final int INPUTSTATUSTYPESPEAK = 3; public static final int INPUTSTATUSTYPETEXT = 1; public static final int KACTIVITYMSG = 22; public static final int KANONYMOUSATMEMSGTYPEINMSGBOX = 1001; public static final int KANONYMOUSFLAGFROMOTHERPEOPLE = 1; public static final int KANONYMOUSFLAGFROMOWN = 2; public static final int KANONYMOUSFLAGINVALID = 0; public static final int KAPPCHANNELMSG = 16; public static final int KATALLMSGTYPEINMSGBOX = 2000; public static final int KATMEMSGTYPEINMSGBOX = 1000; public static final int KATTRIBUTETYPEGROUPHONOR = 2; public static final int KATTRIBUTETYPEKINGHONOR = 3; public static final int KATTRIBUTETYPELONGMSG = 8; public static final int KATTRIBUTETYPEMSG = 0; public static final int KATTRIBUTETYPEPERSONAL = 1; public static final int KATTRIBUTETYPEPUBLICACCOUNT = 4; public static final int KATTRIBUTETYPESHAREDMSGINFO = 5; public static final int KATTRIBUTETYPETEMPCHATGAMESESSION = 6; public static final int KATTRIBUTETYPETOROBOTMSG = 9; public static final int KATTRIBUTETYPEUININFO = 7; public static final int KAUTOREPLYTEXTNONEINDEX = -1; public static final int KAVRECORDMSG = 19; public static final int KBUSINESSTYPGUILD = 1; public static final int KBUSINESSTYPNT = 0; public static final int KCHATTYPEBUDDYNOTIFY = 5; public static final int KCHATTYPEC2C = 1; public static final int KCHATTYPECIRCLE = 113; public static final int KCHATTYPEDATALINE = 8; public static final int KCHATTYPEDATALINEMQQ = 134; public static final int KCHATTYPEDISC = 3; public static final int KCHATTYPEFAV = 41; public static final int KCHATTYPEGAMEMESSAGE = 105; public static final int KCHATTYPEGAMEMESSAGEFOLDER = 116; public static final int KCHATTYPEGROUP = 2; public static final int KCHATTYPEGROUPBLESS = 133; public static final int KCHATTYPEGROUPGUILD = 9; public static final int KCHATTYPEGROUPHELPER = 7; public static final int KCHATTYPEGROUPNOTIFY = 6; public static final int KCHATTYPEGUILD = 4; public static final int KCHATTYPEGUILDMETA = 16; public static final int KCHATTYPEMATCHFRIEND = 104; public static final int KCHATTYPEMATCHFRIENDFOLDER = 109; public static final int KCHATTYPENEARBY = 106; public static final int KCHATTYPENEARBYASSISTANT = 107; public static final int KCHATTYPENEARBYFOLDER = 110; public static final int KCHATTYPENEARBYHELLOFOLDER = 112; public static final int KCHATTYPENEARBYINTERACT = 108; public static final int KCHATTYPEQQNOTIFY = 132; public static final int KCHATTYPERELATEACCOUNT = 131; public static final int KCHATTYPESERVICEASSISTANT = 118; public static final int KCHATTYPESERVICEASSISTANTSUB = 201; public static final int KCHATTYPESQUAREPUBLIC = 115; public static final int KCHATTYPESUBSCRIBEFOLDER = 30; public static final int KCHATTYPETEMPADDRESSBOOK = 111; public static final int KCHATTYPETEMPBUSSINESSCRM = 102; public static final int KCHATTYPETEMPC2CFROMGROUP = 100; public static final int KCHATTYPETEMPC2CFROMUNKNOWN = 99; public static final int KCHATTYPETEMPFRIENDVERIFY = 101; public static final int KCHATTYPETEMPPUBLICACCOUNT = 103; public static final int KCHATTYPETEMPWPA = 117; public static final int KCHATTYPEUNKNOWN = 0; public static final int KCHATTYPEWEIYUN = 40; public static final int KCOMMONREDENVELOPEMSGTYPEINMSGBOX = 1007; public static final int KDOWNSOURCETYPEAIOINNER = 1; public static final int KDOWNSOURCETYPEBIGSCREEN = 2; public static final int KDOWNSOURCETYPEHISTORY = 3; public static final int KDOWNSOURCETYPEUNKNOWN = 0; public static final int KELEMTYPEACTIVITY = 25; public static final int KELEMTYPEARKSTRUCT = 10; public static final int KELEMTYPEAVRECORD = 21; public static final int KELEMTYPECALENDAR = 19; public static final int KELEMTYPEFACE = 6; public static final int KELEMTYPEFACEBUBBLE = 27; public static final int KELEMTYPEFEED = 22; public static final int KELEMTYPEFILE = 3; public static final int KELEMTYPEGIPHY = 15; public static final int KELEMTYPEGRAYTIP = 8; public static final int KELEMTYPEINLINEKEYBOARD = 17; public static final int KELEMTYPEINTEXTGIFT = 18; public static final int KELEMTYPELIVEGIFT = 12; public static final int KELEMTYPEMARKDOWN = 14; public static final int KELEMTYPEMARKETFACE = 11; public static final int KELEMTYPEMULTIFORWARD = 16; public static final int KELEMTYPEONLINEFILE = 23; public static final int KELEMTYPEPIC = 2; public static final int KELEMTYPEPTT = 4; public static final int KELEMTYPEREPLY = 7; public static final int KELEMTYPESHARELOCATION = 28; public static final int KELEMTYPESTRUCTLONGMSG = 13; public static final int KELEMTYPETEXT = 1; public static final int KELEMTYPETOFU = 26; public static final int KELEMTYPEUNKNOWN = 0; public static final int KELEMTYPEVIDEO = 5; public static final int KELEMTYPEWALLET = 9; public static final int KELEMTYPEYOLOGAMERESULT = 20; public static final int KENTERAIO = 1; public static final int KEXITAIO = 2; public static final int KFRIENDNEWADDEDMSGTYPEINMSGBOX = 1008; public static final int KGIFTATMEMSGTYPEINMSGBOX = 1005; public static final int KGROUPFILEATALLMSGTYPEINMSGBOX = 2001; public static final int KGROUPKEYWORDMSGTYPEINMSGBOX = 2006; public static final int KGROUPMANNOUNCEATALLMSGTYPEINMSGBOX = 2004; public static final int KGROUPTASKATALLMSGTYPEINMSGBOX = 2003; public static final int KGROUPUNREADTYPEINMSGBOX = 2007; public static final int KHIGHLIGHTWORDINTEMPCHATTYPEINMSGBOX = 1009; public static final int KMARKETFACE = 17; public static final int KMINIPROGRAMNOTICE = 114; public static final int KMSGSUBTYPEARKGROUPANNOUNCE = 3; public static final int KMSGSUBTYPEARKGROUPANNOUNCECONFIRMREQUIRED = 4; public static final int KMSGSUBTYPEARKGROUPGIFTATME = 5; public static final int KMSGSUBTYPEARKGROUPTASKATALL = 6; public static final int KMSGSUBTYPEARKMULTIMSG = 7; public static final int KMSGSUBTYPEARKNORMAL = 0; public static final int KMSGSUBTYPEARKTENCENTDOCFROMMINIAPP = 1; public static final int KMSGSUBTYPEARKTENCENTDOCFROMPLUSPANEL = 2; public static final int KMSGSUBTYPEEMOTICON = 15; public static final int KMSGSUBTYPEFILEAPP = 11; public static final int KMSGSUBTYPEFILEAUDIO = 3; public static final int KMSGSUBTYPEFILEDOC = 4; public static final int KMSGSUBTYPEFILEEXCEL = 6; public static final int KMSGSUBTYPEFILEFOLDER = 13; public static final int KMSGSUBTYPEFILEHTML = 10; public static final int KMSGSUBTYPEFILEIPA = 14; public static final int KMSGSUBTYPEFILENORMAL = 0; public static final int KMSGSUBTYPEFILEPDF = 7; public static final int KMSGSUBTYPEFILEPIC = 1; public static final int KMSGSUBTYPEFILEPPT = 5; public static final int KMSGSUBTYPEFILEPSD = 12; public static final int KMSGSUBTYPEFILETXT = 8; public static final int KMSGSUBTYPEFILEVIDEO = 2; public static final int KMSGSUBTYPEFILEZIP = 9; public static final int KMSGSUBTYPELINK = 5; public static final int KMSGSUBTYPEMARKETFACE = 1; public static final int KMSGSUBTYPEMIXEMOTICON = 7; public static final int KMSGSUBTYPEMIXFACE = 3; public static final int KMSGSUBTYPEMIXMARKETFACE = 2; public static final int KMSGSUBTYPEMIXPIC = 1; public static final int KMSGSUBTYPEMIXREPLY = 4; public static final int KMSGSUBTYPEMIXTEXT = 0; public static final int KMSGSUBTYPETENCENTDOC = 6; public static final int KMSGTYPEARKSTRUCT = 11; public static final int KMSGTYPEFACEBUBBLE = 24; public static final int KMSGTYPEFILE = 3; public static final int KMSGTYPEGIFT = 14; public static final int KMSGTYPEGIPHY = 13; public static final int KMSGTYPEGRAYTIPS = 5; public static final int KMSGTYPEMIX = 2; public static final int KMSGTYPEMULTIMSGFORWARD = 8; public static final int KMSGTYPENULL = 1; public static final int KMSGTYPEONLINEFILE = 21; public static final int KMSGTYPEPTT = 6; public static final int KMSGTYPEREPLY = 9; public static final int KMSGTYPESHARELOCATION = 25; public static final int KMSGTYPESTRUCT = 4; public static final int KMSGTYPESTRUCTLONGMSG = 12; public static final int KMSGTYPETEXTGIFT = 15; public static final int KMSGTYPEUNKNOWN = 0; public static final int KMSGTYPEVIDEO = 7; public static final int KMSGTYPEWALLET = 10; public static final int KNEEDCONFIRMGROUPMANNOUNCEATALLMSGTYPEINMSGBOX = 2005; public static final int KPTTFORMATTYPEAMR = 0; public static final int KPTTFORMATTYPESILK = 1; public static final int KPTTTRANSLATESTATUSFAIL = 3; public static final int KPTTTRANSLATESTATUSSUC = 2; public static final int KPTTTRANSLATESTATUSTRANSLATING = 1; public static final int KPTTTRANSLATESTATUSUNKNOWN = 0; public static final int KPTTVIPLEVELTYPENONE = 0; public static final int KPTTVIPLEVELTYPEQQVIP = 0; public static final int KPTTVIPLEVELTYPESVIP = 0; public static final int KPTTVOICECHANGETYPEBEASTMACHINE = 7; public static final int KPTTVOICECHANGETYPEBOY = 2; public static final int KPTTVOICECHANGETYPECATCHCOLD = 13; public static final int KPTTVOICECHANGETYPEECHO = 5; public static final int KPTTVOICECHANGETYPEFATGUY = 16; public static final int KPTTVOICECHANGETYPEFLASHING = 9; public static final int KPTTVOICECHANGETYPEGIRL = 1; public static final int KPTTVOICECHANGETYPEHORRIBLE = 3; public static final int KPTTVOICECHANGETYPEKINDERGARTEN = 6; public static final int KPTTVOICECHANGETYPEMEDAROT = 15; public static final int KPTTVOICECHANGETYPENONE = 0; public static final int KPTTVOICECHANGETYPEOPTIMUSPRIME = 8; public static final int KPTTVOICECHANGETYPEOUTOFDATE = 14; public static final int KPTTVOICECHANGETYPEPAPI = 11; public static final int KPTTVOICECHANGETYPEQUICK = 4; public static final int KPTTVOICECHANGETYPESTUTTER = 10; public static final int KPTTVOICECHANGETYPETRAPPEDBEAST = 12; public static final int KPTTVOICETYPEINTERCOM = 1; public static final int KPTTVOICETYPESOUNDRECORD = 2; public static final int KPTTVOICETYPEUNKNOW = 0; public static final int KPTTVOICETYPEVOICECHANGE = 3; public static final int KREPLYABSELEMTYPEFACE = 2; public static final int KREPLYABSELEMTYPETEXT = 1; public static final int KREPLYABSELEMTYPEUNKNOWN = 0; public static final int KREPLYATMEMSGTYPEINMSGBOX = 1002; public static final int KRMDOWNTYPEORIG = 1; public static final int KRMDOWNTYPETHUMB = 2; public static final int KRMDOWNTYPEUNKNOWN = 0; public static final int KRMFILETHUMBSIZE128 = 128; public static final int KRMFILETHUMBSIZE320 = 320; public static final int KRMFILETHUMBSIZE384 = 384; public static final int KRMFILETHUMBSIZE750 = 750; public static final int KRMPICAIOTHUMBSIZE = 0; public static final int KRMPICTHUMBSIZE198 = 198; public static final int KRMPICTHUMBSIZE720 = 720; public static final int KRMPICTYPEBMP = 3; public static final int KRMPICTYPECHECKOTHER = 900; public static final int KRMPICTYPEGIF = 2; public static final int KRMPICTYPEJPG = 0; public static final int KRMPICTYPENEWPICAPNG = 2001; public static final int KRMPICTYPENEWPICBMP = 1005; public static final int KRMPICTYPENEWPICGIF = 2000; public static final int KRMPICTYPENEWPICJPEG = 1000; public static final int KRMPICTYPENEWPICPNG = 1001; public static final int KRMPICTYPENEWPICPROGERSSIVJPEG = 1003; public static final int KRMPICTYPENEWPICSHARPP = 1004; public static final int KRMPICTYPENEWPICWEBP = 1002; public static final int KRMPICTYPEPNG = 1; public static final int KRMPICTYPEUNKOWN = 0; public static final int KRMTHUMBSIZEZERO = 0; public static final int KRMTRNASFERSTATUSDOWNLOADING = 3; public static final int KRMTRNASFERSTATUSFAIL = 5; public static final int KRMTRNASFERSTATUSINIT = 1; public static final int KRMTRNASFERSTATUSSUC = 4; public static final int KRMTRNASFERSTATUSUNKOW = 0; public static final int KRMTRNASFERSTATUSUPLOADING = 2; public static final int KRMTRNASFERSTATUSUSERCANCEL = 6; public static final int KSENDSTATUSFAILED = 0; public static final int KSENDSTATUSSENDING = 1; public static final int KSENDSTATUSSUCCESS = 2; public static final int KSENDSTATUSSUCCESSNOSEQ = 3; public static final int KSENDTYPEDROPPED = 6; public static final int KSENDTYPELOCAL = 3; public static final int KSENDTYPEOTHERDEVICE = 2; public static final int KSENDTYPERECV = 0; public static final int KSENDTYPESELF = 1; public static final int KSENDTYPESELFFORWARD = 4; public static final int KSENDTYPESELFMULTIFORWARD = 5; public static final int KSESSIONTYPEADDRESSBOOK = 5; public static final int KSESSIONTYPEC2C = 1; public static final int KSESSIONTYPEDISC = 3; public static final int KSESSIONTYPEFAV = 41; public static final int KSESSIONTYPEGROUP = 2; public static final int KSESSIONTYPEGROUPBLESS = 52; public static final int KSESSIONTYPEGUILD = 4; public static final int KSESSIONTYPEGUILDMETA = 16; public static final int KSESSIONTYPEQQNOTIFY = 51; public static final int KSESSIONTYPERELATEACCOUNT = 50; public static final int KSESSIONTYPESERVICEASSISTANT = 19; public static final int KSESSIONTYPESUBSCRIBEFOLDER = 30; public static final int KSESSIONTYPETYPEBUDDYNOTIFY = 7; public static final int KSESSIONTYPETYPEGROUPHELPER = 9; public static final int KSESSIONTYPETYPEGROUPNOTIFY = 8; public static final int KSESSIONTYPEUNKNOWN = 0; public static final int KSESSIONTYPEWEIYUN = 40; public static final int KSPECIALCAREMSGTYPEINMSGBOX = 1006; public static final int KSPECIFIEDREDENVELOPEATMEMSGTYPEINMSGBOX = 1004; public static final int KSPECIFIEDREDENVELOPEATONEMSGTYPEINMSGBOX = 1003; public static final int KTENCENTDOCTYPEADDON = 110; public static final int KTENCENTDOCTYPEDOC = 0; public static final int KTENCENTDOCTYPEDRAWING = 89; public static final int KTENCENTDOCTYPEDRIVE = 101; public static final int KTENCENTDOCTYPEFILE = 100; public static final int KTENCENTDOCTYPEFLOWCHART = 91; public static final int KTENCENTDOCTYPEFOLDER = 3; public static final int KTENCENTDOCTYPEFORM = 2; public static final int KTENCENTDOCTYPEMIND = 90; public static final int KTENCENTDOCTYPENOTES = 5; public static final int KTENCENTDOCTYPEPDF = 6; public static final int KTENCENTDOCTYPEPROGRAM = 7; public static final int KTENCENTDOCTYPESHEET = 1; public static final int KTENCENTDOCTYPESLIDE = 4; public static final int KTENCENTDOCTYPESMARTCANVAS = 8; public static final int KTENCENTDOCTYPESMARTSHEET = 9; public static final int KTENCENTDOCTYPESPEECH = 102; public static final int KTENCENTDOCTYPEUNKNOWN = 10; public static final int KTOFURECORDMSG = 23; public static final int KTRIGGERTYPEAUTO = 1; public static final int KTRIGGERTYPEMANUAL = 0; public static final int KUNKNOWN = 0; public static final int KUNKNOWNTYPEINMSGBOX = 0; public static final int KUNREADCNTUPTYPEALLDIRECTSESSION = 4; public static final int KUNREADCNTUPTYPEALLFEEDSINGUILD = 6; public static final int KUNREADCNTUPTYPEALLGUILD = 3; public static final int KUNREADCNTUPTYPECATEGORY = 5; public static final int KUNREADCNTUPTYPECHANNEL = 1; public static final int KUNREADCNTUPTYPECONTACT = 0; public static final int KUNREADCNTUPTYPEGUILD = 2; public static final int KUNREADCNTUPTYPEGUILDGROUP = 7; public static final int KUNREADSHOWTTYPEGRAYPOINT = 2; public static final int KUNREADSHOWTYPEREDPOINT = 1; public static final int KUNREADSHOWTYPEUNKNOWN = 0; public static final int KVASGIFTCOINTYPECOIN = 0; public static final int KVASGIFTCOINTYPEMARKETCOIN = 1; public static final int KYOLOGAMERESULTMSG = 18; public static final int PIC_800_RECOMMENDED = 7; public static final int PIC_ALBUM_GIF = 11; public static final int PIC_COMMERCIAL_ADVERTISING = 9; public static final int PIC_FIND = 10; public static final int PIC_HOT = 2; public static final int PIC_HOT_EMOJI = 13; public static final int PIC_NORMAL = 0; public static final int PIC_PK = 3; public static final int PIC_QQZONE = 5; public static final int PIC_SELFIE_GIF = 8; public static final int PIC_SEND_FROM_TAB_SEARCH_BOX = 12; public static final int PIC_USER = 1; public static final int PIC_WISDOM_FIGURE = 4; public static final int REPLYORIGINALMSGSTATEHASRECALL = 1; public static final int REPLYORIGINALMSGSTATEUNKNOWN = 0; public static final int SHARELOCATIONELEMSUBTYPENORMAL = 1; public static final int SHARELOCATIONELEMSUBTYPEUNKNOWN = 0; public static final int TEXTELEMENTSUBTYPELINK = 1; public static final int TEXTELEMENTSUBTYPETENCENTDOC = 2; public static final int TEXTELEMENTSUBTYPEUNKNOWN = 0; public String toString() { return "MsgConstant{}"; } }
20,784
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupNotifyGroup.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupNotifyGroup.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupNotifyGroup implements Serializable { long groupCode; String groupName; long serialVersionUID; public GroupNotifyGroup() { this.serialVersionUID = 1L; this.groupName = ""; } public long getGroupCode() { return this.groupCode; } public String getGroupName() { return this.groupName; } public String toString() { return "GroupNotifyGroup{groupCode=" + this.groupCode + ",groupName=" + this.groupName + ",}"; } public GroupNotifyGroup(long j2, String str) { this.serialVersionUID = 1L; this.groupName = ""; this.groupCode = j2; this.groupName = str; } }
839
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetGuildNumRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetGuildNumRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGetGuildNumRsp { GProGuildNumInfo guildNumInfo; public GProGetGuildNumRsp() { this.guildNumInfo = new GProGuildNumInfo(); } public GProGuildNumInfo getGuildNumInfo() { return this.guildNumInfo; } public String toString() { return "GProGetGuildNumRsp{guildNumInfo=" + this.guildNumInfo + ",}"; } public GProGetGuildNumRsp(GProGuildNumInfo gProGuildNumInfo) { this.guildNumInfo = new GProGuildNumInfo(); this.guildNumInfo = gProGuildNumInfo; } }
629
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveDataItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveDataItem.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProLiveDataItem { boolean isShow; String name; int type; long value; public GProLiveDataItem() { this.name = ""; } public boolean getIsShow() { return this.isShow; } public String getName() { return this.name; } public int getType() { return this.type; } public long getValue() { return this.value; } public String toString() { return "GProLiveDataItem{type=" + this.type + ",name=" + this.name + ",value=" + this.value + ",isShow=" + this.isShow + ",}"; } public GProLiveDataItem(int i2, String str, long j2, boolean z) { this.name = ""; this.type = i2; this.name = str; this.value = j2; this.isShow = z; } }
879
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ShareLocationElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ShareLocationElement.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class ShareLocationElement { String ext; String text; public ShareLocationElement() { } public String getExt() { return this.ext; } public String getText() { return this.text; } public void setExt(String str) { this.ext = str; } public void setText(String str) { this.text = str; } public String toString() { return "ShareLocationElement{text=" + this.text + ",ext=" + this.ext + ",}"; } public ShareLocationElement(String str, String str2) { this.text = str; this.ext = str2; } }
725
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
BulletinFeedsContent.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BulletinFeedsContent.java
package com.tencent.qqnt.kernel.nativeinterface; public final class BulletinFeedsContent { int contentType; String contentValue; int faceIdx; int fileAttr; String fileContentSha; String fileMd5; String fileName; String fileOri; long fileSize; String fileTripleSha; String fileUrl; int musicId; String musicName; String musicUrlForAccept; String musicUrlForRefuse; String musicUserRank; String objectMessageBrief; String picId; String picMd5; String picPath; String picSize; String picUrl; int shareExpire; String videoId; String videoIntroduction; String videoOriginalUrl; String videoSource; String videoSwfUrl; public BulletinFeedsContent() { this.contentValue = ""; this.picSize = ""; this.picPath = ""; this.picId = ""; this.picUrl = ""; this.picMd5 = ""; this.musicUserRank = ""; this.musicName = ""; this.musicUrlForAccept = ""; this.musicUrlForRefuse = ""; this.fileName = ""; this.fileUrl = ""; this.fileOri = ""; this.fileContentSha = ""; this.fileTripleSha = ""; this.fileMd5 = ""; this.videoSwfUrl = ""; this.videoOriginalUrl = ""; this.videoId = ""; this.videoIntroduction = ""; this.videoSource = ""; this.objectMessageBrief = ""; } public int getContentType() { return this.contentType; } public String getContentValue() { return this.contentValue; } public int getFaceIdx() { return this.faceIdx; } public int getFileAttr() { return this.fileAttr; } public String getFileContentSha() { return this.fileContentSha; } public String getFileMd5() { return this.fileMd5; } public String getFileName() { return this.fileName; } public String getFileOri() { return this.fileOri; } public long getFileSize() { return this.fileSize; } public String getFileTripleSha() { return this.fileTripleSha; } public String getFileUrl() { return this.fileUrl; } public int getMusicId() { return this.musicId; } public String getMusicName() { return this.musicName; } public String getMusicUrlForAccept() { return this.musicUrlForAccept; } public String getMusicUrlForRefuse() { return this.musicUrlForRefuse; } public String getMusicUserRank() { return this.musicUserRank; } public String getObjectMessageBrief() { return this.objectMessageBrief; } public String getPicId() { return this.picId; } public String getPicMd5() { return this.picMd5; } public String getPicPath() { return this.picPath; } public String getPicSize() { return this.picSize; } public String getPicUrl() { return this.picUrl; } public int getShareExpire() { return this.shareExpire; } public String getVideoId() { return this.videoId; } public String getVideoIntroduction() { return this.videoIntroduction; } public String getVideoOriginalUrl() { return this.videoOriginalUrl; } public String getVideoSource() { return this.videoSource; } public String getVideoSwfUrl() { return this.videoSwfUrl; } public String toString() { return "BulletinFeedsContent{contentType=" + this.contentType + ",contentValue=" + this.contentValue + ",picSize=" + this.picSize + ",picPath=" + this.picPath + ",picId=" + this.picId + ",picUrl=" + this.picUrl + ",picMd5=" + this.picMd5 + ",musicUserRank=" + this.musicUserRank + ",musicId=" + this.musicId + ",musicName=" + this.musicName + ",musicUrlForAccept=" + this.musicUrlForAccept + ",musicUrlForRefuse=" + this.musicUrlForRefuse + ",fileName=" + this.fileName + ",fileUrl=" + this.fileUrl + ",fileOri=" + this.fileOri + ",fileSize=" + this.fileSize + ",fileContentSha=" + this.fileContentSha + ",fileTripleSha=" + this.fileTripleSha + ",fileMd5=" + this.fileMd5 + ",fileAttr=" + this.fileAttr + ",shareExpire=" + this.shareExpire + ",videoSwfUrl=" + this.videoSwfUrl + ",videoOriginalUrl=" + this.videoOriginalUrl + ",videoId=" + this.videoId + ",videoIntroduction=" + this.videoIntroduction + ",videoSource=" + this.videoSource + ",faceIdx=" + this.faceIdx + ",objectMessageBrief=" + this.objectMessageBrief + ",}"; } public BulletinFeedsContent(int i2, String str, String str2, String str3, String str4, String str5, String str6, String str7, int i3, String str8, String str9, String str10, String str11, String str12, String str13, long j2, String str14, String str15, String str16, int i4, int i5, String str17, String str18, String str19, String str20, String str21, int i6, String str22) { this.contentValue = ""; this.picSize = ""; this.picPath = ""; this.picId = ""; this.picUrl = ""; this.picMd5 = ""; this.musicUserRank = ""; this.musicName = ""; this.musicUrlForAccept = ""; this.musicUrlForRefuse = ""; this.fileName = ""; this.fileUrl = ""; this.fileOri = ""; this.fileContentSha = ""; this.fileTripleSha = ""; this.fileMd5 = ""; this.videoSwfUrl = ""; this.videoOriginalUrl = ""; this.videoId = ""; this.videoIntroduction = ""; this.videoSource = ""; this.objectMessageBrief = ""; this.contentType = i2; this.contentValue = str; this.picSize = str2; this.picPath = str3; this.picId = str4; this.picUrl = str5; this.picMd5 = str6; this.musicUserRank = str7; this.musicId = i3; this.musicName = str8; this.musicUrlForAccept = str9; this.musicUrlForRefuse = str10; this.fileName = str11; this.fileUrl = str12; this.fileOri = str13; this.fileSize = j2; this.fileContentSha = str14; this.fileTripleSha = str15; this.fileMd5 = str16; this.fileAttr = i4; this.shareExpire = i5; this.videoSwfUrl = str17; this.videoOriginalUrl = str18; this.videoId = str19; this.videoIntroduction = str20; this.videoSource = str21; this.faceIdx = i6; this.objectMessageBrief = str22; } }
6,581
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MarketFaceSupportSize.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MarketFaceSupportSize.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class MarketFaceSupportSize { int height; int width; public MarketFaceSupportSize() { } public int getHeight() { return this.height; } public int getWidth() { return this.width; } public String toString() { return "MarketFaceSupportSize{width=" + this.width + ",height=" + this.height + ",}"; } public MarketFaceSupportSize(int i2, int i3) { this.width = i2; this.height = i3; } }
592
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProDirectMsgCreateInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDirectMsgCreateInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProDirectMsgCreateInfo { int channelType; int msgNotifyType; long msgTime; long srcGuildId; String srcGuildName; String srcMemberName; String srcNickName; long srcTinyId; public GProDirectMsgCreateInfo() { this.srcGuildName = ""; this.srcMemberName = ""; this.srcNickName = ""; } public int getChannelType() { return this.channelType; } public int getMsgNotifyType() { return this.msgNotifyType; } public long getMsgTime() { return this.msgTime; } public long getSrcGuildId() { return this.srcGuildId; } public String getSrcGuildName() { return this.srcGuildName; } public String getSrcMemberName() { return this.srcMemberName; } public String getSrcNickName() { return this.srcNickName; } public long getSrcTinyId() { return this.srcTinyId; } public String toString() { return "GProDirectMsgCreateInfo{srcTinyId=" + this.srcTinyId + ",srcGuildId=" + this.srcGuildId + ",srcGuildName=" + this.srcGuildName + ",srcMemberName=" + this.srcMemberName + ",srcNickName=" + this.srcNickName + ",msgTime=" + this.msgTime + ",msgNotifyType=" + this.msgNotifyType + ",channelType=" + this.channelType + ",}"; } public GProDirectMsgCreateInfo(long j2, long j3, String str, String str2, String str3, long j4, int i2, int i3) { this.srcGuildName = ""; this.srcMemberName = ""; this.srcNickName = ""; this.srcTinyId = j2; this.srcGuildId = j3; this.srcGuildName = str; this.srcMemberName = str2; this.srcNickName = str3; this.msgTime = j4; this.msgNotifyType = i2; this.channelType = i3; } }
1,895
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPlayNodeExtInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPlayNodeExtInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProPlayNodeExtInfo implements Serializable { long compereTinyid; boolean enableVolume; int pauseDuration; int playState; GProPlayPushScene pushScene; long serialVersionUID; long sourceNum; long startPlayTime; int volume; public GProPlayNodeExtInfo() { this.serialVersionUID = 1L; this.pushScene = new GProPlayPushScene(); } public long getCompereTinyid() { return this.compereTinyid; } public boolean getEnableVolume() { return this.enableVolume; } public int getPauseDuration() { return this.pauseDuration; } public int getPlayState() { return this.playState; } public GProPlayPushScene getPushScene() { return this.pushScene; } public long getSourceNum() { return this.sourceNum; } public long getStartPlayTime() { return this.startPlayTime; } public int getVolume() { return this.volume; } public String toString() { return "GProPlayNodeExtInfo{playState=" + this.playState + ",startPlayTime=" + this.startPlayTime + ",pauseDuration=" + this.pauseDuration + ",sourceNum=" + this.sourceNum + ",compereTinyid=" + this.compereTinyid + ",enableVolume=" + this.enableVolume + ",volume=" + this.volume + ",pushScene=" + this.pushScene + ",}"; } public GProPlayNodeExtInfo(int i2, long j2, int i3, long j3, long j4, boolean z, int i4, GProPlayPushScene gProPlayPushScene) { this.serialVersionUID = 1L; this.pushScene = new GProPlayPushScene(); this.playState = i2; this.startPlayTime = j2; this.pauseDuration = i3; this.sourceNum = j3; this.compereTinyid = j4; this.enableVolume = z; this.volume = i4; this.pushScene = gProPlayPushScene; } }
1,973
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
TempChatPrepareInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/TempChatPrepareInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes.dex */ public final class TempChatPrepareInfo { int chatType; String fromGroupCode; TempChatGameSession gameSession; String peerNickname; String peerUid; String selfPhone; String selfUid; byte[] sig; public TempChatPrepareInfo() { this.peerUid = ""; this.peerNickname = ""; this.fromGroupCode = ""; this.sig = new byte[0]; this.selfUid = ""; this.selfPhone = ""; } public int getChatType() { return this.chatType; } public String getFromGroupCode() { return this.fromGroupCode; } public TempChatGameSession getGameSession() { return this.gameSession; } public String getPeerNickname() { return this.peerNickname; } public String getPeerUid() { return this.peerUid; } public String getSelfPhone() { return this.selfPhone; } public String getSelfUid() { return this.selfUid; } public byte[] getSig() { return this.sig; } public String toString() { return "TempChatPrepareInfo{chatType=" + this.chatType + ",peerUid=" + this.peerUid + ",peerNickname=" + this.peerNickname + ",fromGroupCode=" + this.fromGroupCode + ",sig=" + this.sig + ",selfUid=" + this.selfUid + ",selfPhone=" + this.selfPhone + ",gameSession=" + this.gameSession + ",}"; } public TempChatPrepareInfo(int i2, String str, String str2, String str3, byte[] bArr, String str4, String str5, TempChatGameSession tempChatGameSession) { this.peerUid = ""; this.peerNickname = ""; this.fromGroupCode = ""; this.sig = new byte[0]; this.selfUid = ""; this.selfPhone = ""; this.chatType = i2; this.peerUid = str; this.peerNickname = str2; this.fromGroupCode = str3; this.sig = bArr; this.selfUid = str4; this.selfPhone = str5; this.gameSession = tempChatGameSession; } }
2,062
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ISearchGroupFileCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ISearchGroupFileCallback.java
package com.tencent.qqnt.kernel.nativeinterface; public interface ISearchGroupFileCallback { void onResult(int i2, String str, SearchGroupFileResult searchGroupFileResult); }
179
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendRobotDrawCard.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendRobotDrawCard.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes22.dex */ public final class GProRecommendRobotDrawCard implements Serializable { String botMsgId; String imgUrl; GProRecommendRobotInfo robotInfo; long serialVersionUID; String title; String userMsgId; public GProRecommendRobotDrawCard() { this.serialVersionUID = 1L; this.robotInfo = new GProRecommendRobotInfo(); this.title = ""; this.imgUrl = ""; this.userMsgId = ""; this.botMsgId = ""; } public String getBotMsgId() { return this.botMsgId; } public String getImgUrl() { return this.imgUrl; } public GProRecommendRobotInfo getRobotInfo() { return this.robotInfo; } public String getTitle() { return this.title; } public String getUserMsgId() { return this.userMsgId; } public String toString() { return "GProRecommendRobotDrawCard{robotInfo=" + this.robotInfo + ",title=" + this.title + ",imgUrl=" + this.imgUrl + ",userMsgId=" + this.userMsgId + ",botMsgId=" + this.botMsgId + ",}"; } public GProRecommendRobotDrawCard(GProRecommendRobotInfo gProRecommendRobotInfo, String str, String str2, String str3, String str4) { this.serialVersionUID = 1L; this.robotInfo = new GProRecommendRobotInfo(); this.title = ""; this.imgUrl = ""; this.userMsgId = ""; this.botMsgId = ""; this.robotInfo = gProRecommendRobotInfo; this.title = str; this.imgUrl = str2; this.userMsgId = str3; this.botMsgId = str4; } }
1,687
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
BuddyReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BuddyReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class BuddyReq implements IKernelModel, Serializable { int commFriendNum; Integer curFriendMax; String extWords; int flag; String friendAvatarUrl; String friendNick; String friendUid; Long groupCode; boolean isAgreed; Boolean isBuddy; boolean isDecide; boolean isDoubt; boolean isInitiator; boolean isShowCard; boolean isUnread; String nameMore; int preGroupingId; int relation; Integer reqSubType; long reqTime; int reqType; long serialVersionUID; int sourceId; public BuddyReq() { this.serialVersionUID = 1L; this.friendUid = ""; this.friendNick = ""; this.friendAvatarUrl = ""; } public int getCommFriendNum() { return this.commFriendNum; } public Integer getCurFriendMax() { return this.curFriendMax; } public String getExtWords() { return this.extWords; } public int getFlag() { return this.flag; } public String getFriendAvatarUrl() { return this.friendAvatarUrl; } public String getFriendNick() { return this.friendNick; } public String getFriendUid() { return this.friendUid; } public Long getGroupCode() { return this.groupCode; } public boolean getIsAgreed() { return this.isAgreed; } public Boolean getIsBuddy() { return this.isBuddy; } public boolean getIsDecide() { return this.isDecide; } public boolean getIsDoubt() { return this.isDoubt; } public boolean getIsInitiator() { return this.isInitiator; } public boolean getIsShowCard() { return this.isShowCard; } public boolean getIsUnread() { return this.isUnread; } public String getNameMore() { return this.nameMore; } public int getPreGroupingId() { return this.preGroupingId; } public int getRelation() { return this.relation; } public Integer getReqSubType() { return this.reqSubType; } public long getReqTime() { return this.reqTime; } public int getReqType() { return this.reqType; } public int getSourceId() { return this.sourceId; } public void setCommFriendNum(int i2) { this.commFriendNum = i2; } public void setCurFriendMax(Integer num) { this.curFriendMax = num; } public void setExtWords(String str) { this.extWords = str; } public void setFlag(int i2) { this.flag = i2; } public void setFriendAvatarUrl(String str) { this.friendAvatarUrl = str; } public void setFriendNick(String str) { this.friendNick = str; } public void setFriendUid(String str) { this.friendUid = str; } public void setGroupCode(Long l2) { this.groupCode = l2; } public void setIsAgreed(boolean z) { this.isAgreed = z; } public void setIsBuddy(Boolean bool) { this.isBuddy = bool; } public void setIsDecide(boolean z) { this.isDecide = z; } public void setIsDoubt(boolean z) { this.isDoubt = z; } public void setIsInitiator(boolean z) { this.isInitiator = z; } public void setIsShowCard(boolean z) { this.isShowCard = z; } public void setIsUnread(boolean z) { this.isUnread = z; } public void setNameMore(String str) { this.nameMore = str; } public void setPreGroupingId(int i2) { this.preGroupingId = i2; } public void setRelation(int i2) { this.relation = i2; } public void setReqSubType(Integer num) { this.reqSubType = num; } public void setReqTime(long j2) { this.reqTime = j2; } public void setReqType(int i2) { this.reqType = i2; } public void setSourceId(int i2) { this.sourceId = i2; } public String toString() { return "BuddyReq{isDecide=" + this.isDecide + ",isInitiator=" + this.isInitiator + ",friendUid=" + this.friendUid + ",reqType=" + this.reqType + ",reqSubType=" + this.reqSubType + ",reqTime=" + this.reqTime + ",extWords=" + this.extWords + ",flag=" + this.flag + ",preGroupingId=" + this.preGroupingId + ",commFriendNum=" + this.commFriendNum + ",curFriendMax=" + this.curFriendMax + ",isShowCard=" + this.isShowCard + ",isUnread=" + this.isUnread + ",isDoubt=" + this.isDoubt + ",nameMore=" + this.nameMore + ",friendNick=" + this.friendNick + ",friendAvatarUrl=" + this.friendAvatarUrl + ",sourceId=" + this.sourceId + ",groupCode=" + this.groupCode + ",isBuddy=" + this.isBuddy + ",isAgreed=" + this.isAgreed + ",relation=" + this.relation + ",}"; } public BuddyReq(boolean z, boolean z2, String str, int i2, Integer num, long j2, String str2, int i3, int i4, int i5, Integer num2, boolean z3, boolean z4, boolean z5, String str3, String str4, String str5, int i6, Long l2, Boolean bool, boolean z6, int i7) { this.serialVersionUID = 1L; this.friendUid = ""; this.friendNick = ""; this.friendAvatarUrl = ""; this.isDecide = z; this.isInitiator = z2; this.friendUid = str; this.reqType = i2; this.reqSubType = num; this.reqTime = j2; this.extWords = str2; this.flag = i3; this.preGroupingId = i4; this.commFriendNum = i5; this.curFriendMax = num2; this.isShowCard = z3; this.isUnread = z4; this.isDoubt = z5; this.nameMore = str3; this.friendNick = str4; this.friendAvatarUrl = str5; this.sourceId = i6; this.groupCode = l2; this.isBuddy = bool; this.isAgreed = z6; this.relation = i7; } }
5,971
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSecurityResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSecurityResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProSecurityResult implements Serializable { long actionCode; boolean isValidSecResult; long serialVersionUID; String strDetail; String strPrompt; public GProSecurityResult() { this.serialVersionUID = 1L; this.strPrompt = ""; this.strDetail = ""; } public long getActionCode() { return this.actionCode; } public boolean getIsValidSecResult() { return this.isValidSecResult; } public String getStrDetail() { return this.strDetail; } public String getStrPrompt() { return this.strPrompt; } public String toString() { return "GProSecurityResult{isValidSecResult=" + this.isValidSecResult + ",actionCode=" + this.actionCode + ",strPrompt=" + this.strPrompt + ",strDetail=" + this.strDetail + ",}"; } public GProSecurityResult(boolean z, long j2, String str, String str2) { this.serialVersionUID = 1L; this.strPrompt = ""; this.strDetail = ""; this.isValidSecResult = z; this.actionCode = j2; this.strPrompt = str; this.strDetail = str2; } }
1,271
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProClientShowCfg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProClientShowCfg.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProClientShowCfg { ArrayList<GProConfigItem> configItem; public GProClientShowCfg() { this.configItem = new ArrayList<>(); } public ArrayList<GProConfigItem> getConfigItem() { return this.configItem; } public String toString() { return "GProClientShowCfg{configItem=" + this.configItem + ",}"; } public GProClientShowCfg(ArrayList<GProConfigItem> arrayList) { this.configItem = new ArrayList<>(); this.configItem = arrayList; } }
641
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAccountCondition.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAccountCondition.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAccountCondition { long clientId; boolean isNeedAuth; public GProAccountCondition() { } public long getClientId() { return this.clientId; } public boolean getIsNeedAuth() { return this.isNeedAuth; } public String toString() { return "GProAccountCondition{clientId=" + this.clientId + ",isNeedAuth=" + this.isNeedAuth + ",}"; } public GProAccountCondition(long j2, boolean z) { this.clientId = j2; this.isNeedAuth = z; } }
620
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProURLParam.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProURLParam.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProURLParam { String key; String value; public GProURLParam() { this.key = ""; this.value = ""; } public String getKey() { return this.key; } public String getValue() { return this.value; } public String toString() { return "GProURLParam{key=" + this.key + ",value=" + this.value + ",}"; } public GProURLParam(String str, String str2) { this.key = ""; this.value = ""; this.key = str; this.value = str2; } }
635
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FreqLimitInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FreqLimitInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FreqLimitInfo { int isLimited; int leftCount; long limitTimestamp; public FreqLimitInfo() { } public int getIsLimited() { return this.isLimited; } public int getLeftCount() { return this.leftCount; } public long getLimitTimestamp() { return this.limitTimestamp; } public String toString() { return "FreqLimitInfo{isLimited=" + this.isLimited + ",leftCount=" + this.leftCount + ",limitTimestamp=" + this.limitTimestamp + ",}"; } public FreqLimitInfo(int i2, int i3, long j2) { this.isLimited = i2; this.leftCount = i3; this.limitTimestamp = j2; } }
794
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
WalletGrayTipElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/WalletGrayTipElement.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class WalletGrayTipElement { byte[] authkey; byte[] broadcastRichContent; int hideFlag; int icon; byte[] idiom; byte[] idiomAlpha; int idiomSeq; String jumpUrl; int luckyFlag; long luckyUin; int msgType; byte[] pcBody; byte[] poemRule; int random; byte[] receiverRichContent; long receiverUin; byte[] senderRichContent; long senderUin; int showLastest; int subchannel; int time; public WalletGrayTipElement() { this.senderRichContent = new byte[0]; this.receiverRichContent = new byte[0]; this.authkey = new byte[0]; this.pcBody = new byte[0]; this.broadcastRichContent = new byte[0]; this.idiom = new byte[0]; this.idiomAlpha = new byte[0]; this.jumpUrl = ""; this.poemRule = new byte[0]; } public byte[] getAuthkey() { return this.authkey; } public byte[] getBroadcastRichContent() { return this.broadcastRichContent; } public int getHideFlag() { return this.hideFlag; } public int getIcon() { return this.icon; } public byte[] getIdiom() { return this.idiom; } public byte[] getIdiomAlpha() { return this.idiomAlpha; } public int getIdiomSeq() { return this.idiomSeq; } public String getJumpUrl() { return this.jumpUrl; } public int getLuckyFlag() { return this.luckyFlag; } public long getLuckyUin() { return this.luckyUin; } public int getMsgType() { return this.msgType; } public byte[] getPcBody() { return this.pcBody; } public byte[] getPoemRule() { return this.poemRule; } public int getRandom() { return this.random; } public byte[] getReceiverRichContent() { return this.receiverRichContent; } public long getReceiverUin() { return this.receiverUin; } public byte[] getSenderRichContent() { return this.senderRichContent; } public long getSenderUin() { return this.senderUin; } public int getShowLastest() { return this.showLastest; } public int getSubchannel() { return this.subchannel; } public int getTime() { return this.time; } public String toString() { return "WalletGrayTipElement{showLastest=" + this.showLastest + ",senderUin=" + this.senderUin + ",receiverUin=" + this.receiverUin + ",senderRichContent=" + this.senderRichContent + ",receiverRichContent=" + this.receiverRichContent + ",authkey=" + this.authkey + ",msgType=" + this.msgType + ",luckyFlag=" + this.luckyFlag + ",hideFlag=" + this.hideFlag + ",pcBody=" + this.pcBody + ",icon=" + this.icon + ",luckyUin=" + this.luckyUin + ",time=" + this.time + ",random=" + this.random + ",broadcastRichContent=" + this.broadcastRichContent + ",idiom=" + this.idiom + ",idiomSeq=" + this.idiomSeq + ",idiomAlpha=" + this.idiomAlpha + ",jumpUrl=" + this.jumpUrl + ",subchannel=" + this.subchannel + ",poemRule=" + this.poemRule + ",}"; } public WalletGrayTipElement(int i2, long j2, long j3, byte[] bArr, byte[] bArr2, byte[] bArr3, int i3, int i4, int i5, byte[] bArr4, int i6, long j4, int i7, int i8, byte[] bArr5, byte[] bArr6, int i9, byte[] bArr7, String str, int i10, byte[] bArr8) { this.senderRichContent = new byte[0]; this.receiverRichContent = new byte[0]; this.authkey = new byte[0]; this.pcBody = new byte[0]; this.broadcastRichContent = new byte[0]; this.idiom = new byte[0]; this.idiomAlpha = new byte[0]; this.jumpUrl = ""; this.poemRule = new byte[0]; this.showLastest = i2; this.senderUin = j2; this.receiverUin = j3; this.senderRichContent = bArr; this.receiverRichContent = bArr2; this.authkey = bArr3; this.msgType = i3; this.luckyFlag = i4; this.hideFlag = i5; this.pcBody = bArr4; this.icon = i6; this.luckyUin = j4; this.time = i7; this.random = i8; this.broadcastRichContent = bArr5; this.idiom = bArr6; this.idiomSeq = i9; this.idiomAlpha = bArr7; this.jumpUrl = str; this.subchannel = i10; this.poemRule = bArr8; } }
4,522
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildMemberCountInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildMemberCountInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildMemberCountInfo { long adminCount; String errMsg; long guildId; boolean isFromServer; long maxCount; long normalCount; int result; long robotCount; public GProGuildMemberCountInfo() { this.errMsg = ""; } public long getAdminCount() { return this.adminCount; } public String getErrMsg() { return this.errMsg; } public long getGuildId() { return this.guildId; } public boolean getIsFromServer() { return this.isFromServer; } public long getMaxCount() { return this.maxCount; } public long getNormalCount() { return this.normalCount; } public int getResult() { return this.result; } public long getRobotCount() { return this.robotCount; } public String toString() { return "GProGuildMemberCountInfo{guildId=" + this.guildId + ",maxCount=" + this.maxCount + ",normalCount=" + this.normalCount + ",adminCount=" + this.adminCount + ",robotCount=" + this.robotCount + ",isFromServer=" + this.isFromServer + ",result=" + this.result + ",errMsg=" + this.errMsg + ",}"; } public GProGuildMemberCountInfo(long j2, long j3, long j4, long j5, long j6, boolean z, int i2, String str) { this.errMsg = ""; this.guildId = j2; this.maxCount = j3; this.normalCount = j4; this.adminCount = j5; this.robotCount = j6; this.isFromServer = z; this.result = i2; this.errMsg = str; } }
1,653
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRoleManagementTag.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRoleManagementTag.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRoleManagementTag implements Serializable { long color; long roleId; long serialVersionUID; String tagName; public GProRoleManagementTag() { this.serialVersionUID = 1L; this.tagName = ""; } public long getColor() { return this.color; } public long getRoleId() { return this.roleId; } public String getTagName() { return this.tagName; } public String toString() { return "GProRoleManagementTag{roleId=" + this.roleId + ",tagName=" + this.tagName + ",color=" + this.color + ",}"; } public GProRoleManagementTag(long j2, String str, long j3) { this.serialVersionUID = 1L; this.tagName = ""; this.roleId = j2; this.tagName = str; this.color = j3; } }
940
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSearchPermissionOption.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchPermissionOption.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProSearchPermissionOption { boolean authorized; boolean relatedMember; boolean relatedRoleMember; public GProSearchPermissionOption() { } public boolean getAuthorized() { return this.authorized; } public boolean getRelatedMember() { return this.relatedMember; } public boolean getRelatedRoleMember() { return this.relatedRoleMember; } public String toString() { return "GProSearchPermissionOption{relatedRoleMember=" + this.relatedRoleMember + ",relatedMember=" + this.relatedMember + ",authorized=" + this.authorized + ",}"; } public GProSearchPermissionOption(boolean z, boolean z2, boolean z3) { this.relatedRoleMember = z; this.relatedMember = z2; this.authorized = z3; } }
902
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
WeChatOCRResultLine.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/WeChatOCRResultLine.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public final class WeChatOCRResultLine { ArrayList<WeChatOCRResultChar> charBox; OCRPoint pt1; OCRPoint pt2; OCRPoint pt3; OCRPoint pt4; String score; String text; public WeChatOCRResultLine() { this.text = ""; this.pt1 = new OCRPoint(); this.pt2 = new OCRPoint(); this.pt3 = new OCRPoint(); this.pt4 = new OCRPoint(); this.charBox = new ArrayList<>(); this.score = ""; } public ArrayList<WeChatOCRResultChar> getCharBox() { return this.charBox; } public OCRPoint getPt1() { return this.pt1; } public OCRPoint getPt2() { return this.pt2; } public OCRPoint getPt3() { return this.pt3; } public OCRPoint getPt4() { return this.pt4; } public String getScore() { return this.score; } public String getText() { return this.text; } public String toString() { return "WeChatOCRResultLine{text=" + this.text + ",pt1=" + this.pt1 + ",pt2=" + this.pt2 + ",pt3=" + this.pt3 + ",pt4=" + this.pt4 + ",charBox=" + this.charBox + ",score=" + this.score + ",}"; } public WeChatOCRResultLine(String str, OCRPoint oCRPoint, OCRPoint oCRPoint2, OCRPoint oCRPoint3, OCRPoint oCRPoint4, ArrayList<WeChatOCRResultChar> arrayList, String str2) { this.text = ""; this.pt1 = new OCRPoint(); this.pt2 = new OCRPoint(); this.pt3 = new OCRPoint(); this.pt4 = new OCRPoint(); this.charBox = new ArrayList<>(); this.score = ""; this.text = str; this.pt1 = oCRPoint; this.pt2 = oCRPoint2; this.pt3 = oCRPoint3; this.pt4 = oCRPoint4; this.charBox = arrayList; this.score = str2; } }
1,880
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
Summary.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/Summary.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* compiled from: P */ /* loaded from: classes.dex */ public final class Summary implements Serializable { GuildGroupOptType oper; byte[] senderNick; byte[] senderRemark; long serialVersionUID; byte[] text; public Summary() { this.serialVersionUID = 1L; this.text = new byte[0]; this.senderNick = new byte[0]; this.senderRemark = new byte[0]; this.oper = GuildGroupOptType.values()[0]; } public GuildGroupOptType getOper() { return this.oper; } public byte[] getSenderNick() { return this.senderNick; } public byte[] getSenderRemark() { return this.senderRemark; } public byte[] getText() { return this.text; } public String toString() { return "Summary{text=" + this.text + ",senderNick=" + this.senderNick + ",senderRemark=" + this.senderRemark + ",oper=" + this.oper + ",}"; } public Summary(byte[] bArr, byte[] bArr2, byte[] bArr3, GuildGroupOptType guildGroupOptType) { this.serialVersionUID = 1L; this.text = new byte[0]; this.senderNick = new byte[0]; this.senderRemark = new byte[0]; this.oper = GuildGroupOptType.values()[0]; this.text = bArr; this.senderNick = bArr2; this.senderRemark = bArr3; this.oper = guildGroupOptType; } }
1,455
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelMemberInfos.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelMemberInfos.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProChannelMemberInfos implements Serializable { GProAVChannelConfig channelConfig; String channelId; int channelMemberCount; int channelMemberMax; ArrayList<GProChannelStateItemInfo> channelStateList; int channelStatus; String guildId; ArrayList<GProUser> memberList; long serialVersionUID; public GProChannelMemberInfos() { this.serialVersionUID = 1L; this.guildId = ""; this.channelId = ""; this.memberList = new ArrayList<>(); this.channelStateList = new ArrayList<>(); this.channelConfig = new GProAVChannelConfig(); } public GProAVChannelConfig getChannelConfig() { return this.channelConfig; } public String getChannelId() { return this.channelId; } public int getChannelMemberCount() { return this.channelMemberCount; } public int getChannelMemberMax() { return this.channelMemberMax; } public ArrayList<GProChannelStateItemInfo> getChannelStateList() { return this.channelStateList; } public int getChannelStatus() { return this.channelStatus; } public String getGuildId() { return this.guildId; } public ArrayList<GProUser> getMemberList() { return this.memberList; } public String toString() { return "GProChannelMemberInfos{guildId=" + this.guildId + ",channelId=" + this.channelId + ",channelMemberMax=" + this.channelMemberMax + ",channelMemberCount=" + this.channelMemberCount + ",memberList=" + this.memberList + ",channelStatus=" + this.channelStatus + ",channelStateList=" + this.channelStateList + ",channelConfig=" + this.channelConfig + ",}"; } public GProChannelMemberInfos(String str, String str2, int i2, int i3, ArrayList<GProUser> arrayList, int i4, ArrayList<GProChannelStateItemInfo> arrayList2, GProAVChannelConfig gProAVChannelConfig) { this.serialVersionUID = 1L; this.guildId = ""; this.channelId = ""; this.memberList = new ArrayList<>(); this.channelStateList = new ArrayList<>(); this.channelConfig = new GProAVChannelConfig(); this.guildId = str; this.channelId = str2; this.channelMemberMax = i2; this.channelMemberCount = i3; this.memberList = arrayList; this.channelStatus = i4; this.channelStateList = arrayList2; this.channelConfig = gProAVChannelConfig; } }
2,626
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FileAssistantRequestType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileAssistantRequestType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum FileAssistantRequestType { KALL, KBYSENDER, KBYSESSION }
186
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildThemeInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildThemeInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildThemeInfo implements Serializable { ArrayList<Integer> oldThemeTypeList; long serialVersionUID; String sessionId; String themeBgImg; byte[] themeColor; String themeIcon; String themeName; int themeType; public GProGuildThemeInfo() { this.serialVersionUID = 1L; this.oldThemeTypeList = new ArrayList<>(); this.themeName = ""; this.themeIcon = ""; this.themeColor = new byte[0]; this.themeBgImg = ""; this.sessionId = ""; } public ArrayList<Integer> getOldThemeTypeList() { return this.oldThemeTypeList; } public String getSessionId() { return this.sessionId; } public String getThemeBgImg() { return this.themeBgImg; } public byte[] getThemeColor() { return this.themeColor; } public String getThemeIcon() { return this.themeIcon; } public String getThemeName() { return this.themeName; } public int getThemeType() { return this.themeType; } public String toString() { return "GProGuildThemeInfo{themeType=" + this.themeType + ",oldThemeTypeList=" + this.oldThemeTypeList + ",themeName=" + this.themeName + ",themeIcon=" + this.themeIcon + ",themeColor=" + this.themeColor + ",themeBgImg=" + this.themeBgImg + ",sessionId=" + this.sessionId + ",}"; } public GProGuildThemeInfo(int i2, ArrayList<Integer> arrayList, String str, String str2, byte[] bArr, String str3, String str4) { this.serialVersionUID = 1L; this.oldThemeTypeList = new ArrayList<>(); this.themeName = ""; this.themeIcon = ""; this.themeColor = new byte[0]; this.themeBgImg = ""; this.sessionId = ""; this.themeType = i2; this.oldThemeTypeList = arrayList; this.themeName = str; this.themeIcon = str2; this.themeColor = bArr; this.themeBgImg = str3; this.sessionId = str4; } }
2,165
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendH5Game.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendH5Game.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendH5Game { GProRecommendGameInfo game; ArrayList<GProRecommendMsg> members; long readyExpireTime; long teamId; int teamStatus; public GProRecommendH5Game() { this.game = new GProRecommendGameInfo(); this.members = new ArrayList<>(); } public GProRecommendGameInfo getGame() { return this.game; } public ArrayList<GProRecommendMsg> getMembers() { return this.members; } public long getReadyExpireTime() { return this.readyExpireTime; } public long getTeamId() { return this.teamId; } public int getTeamStatus() { return this.teamStatus; } public String toString() { return "GProRecommendH5Game{teamId=" + this.teamId + ",teamStatus=" + this.teamStatus + ",game=" + this.game + ",members=" + this.members + ",readyExpireTime=" + this.readyExpireTime + ",}"; } public GProRecommendH5Game(long j2, int i2, GProRecommendGameInfo gProRecommendGameInfo, ArrayList<GProRecommendMsg> arrayList, long j3) { this.game = new GProRecommendGameInfo(); this.members = new ArrayList<>(); this.teamId = j2; this.teamStatus = i2; this.game = gProRecommendGameInfo; this.members = arrayList; this.readyExpireTime = j3; } }
1,457
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMedal.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMedal.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProMedal implements Serializable { String desc; long endTime; long serialVersionUID; long startTime; String url; public GProMedal() { this.serialVersionUID = 1L; this.url = ""; this.desc = ""; } public String getDesc() { return this.desc; } public long getEndTime() { return this.endTime; } public long getStartTime() { return this.startTime; } public String getUrl() { return this.url; } public String toString() { return "GProMedal{startTime=" + this.startTime + ",endTime=" + this.endTime + ",url = " + this.url + ",desc=" + this.desc + ",}"; } public GProMedal(long j2, long j3, String str, String str2) { this.serialVersionUID = 1L; this.url = ""; this.desc = ""; this.startTime = j2; this.endTime = j3; this.url = str; this.desc = str2; } }
1,084
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z