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
RichMediaFilePathInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichMediaFilePathInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class RichMediaFilePathInfo { int downloadType; int elementSubType; int elementType; String fileName; String fileUuid; byte[] importRichMediaContext; String md5HexStr; boolean needCreate; int thumbSize; public RichMediaFilePathInfo() { this.md5HexStr = ""; this.fileName = ""; this.fileUuid = ""; } public int getDownloadType() { return this.downloadType; } public int getElementSubType() { return this.elementSubType; } public int getElementType() { return this.elementType; } public String getFileName() { return this.fileName; } public String getFileUuid() { return this.fileUuid; } public byte[] getImportRichMediaContext() { return this.importRichMediaContext; } public String getMd5HexStr() { return this.md5HexStr; } public boolean getNeedCreate() { return this.needCreate; } public int getThumbSize() { return this.thumbSize; } public RichMediaFilePathInfo(int elementType, int elementSubType, String md5Hex, String fileName, int downloadType, int thumbSiz, byte[] importRichMediaContext, String uuid, boolean needCreate) { this.md5HexStr = ""; this.fileName = ""; this.fileUuid = ""; this.elementType = elementType; this.elementSubType = elementSubType; this.md5HexStr = md5Hex; this.fileName = fileName; this.downloadType = downloadType; this.thumbSize = thumbSiz; this.importRichMediaContext = importRichMediaContext; this.fileUuid = uuid; this.needCreate = needCreate; } }
1,774
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildJoin.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildJoin.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildJoin { String avatar; long guildId; int isMember; String joinSig; String name; long userId; int userType; public GProGuildJoin() { this.name = ""; this.avatar = ""; this.joinSig = ""; } public String getAvatar() { return this.avatar; } public long getGuildId() { return this.guildId; } public int getIsMember() { return this.isMember; } public String getJoinSig() { return this.joinSig; } public String getName() { return this.name; } public long getUserId() { return this.userId; } public int getUserType() { return this.userType; } public String toString() { return "GProGuildJoin{guildId=" + this.guildId + ",name=" + this.name + ",avatar=" + this.avatar + ",joinSig=" + this.joinSig + ",userId=" + this.userId + ",userType=" + this.userType + ",isMember=" + this.isMember + ",}"; } public GProGuildJoin(long j2, String str, String str2, String str3, long j3, int i2, int i3) { this.name = ""; this.avatar = ""; this.joinSig = ""; this.guildId = j2; this.name = str; this.avatar = str2; this.joinSig = str3; this.userId = j3; this.userType = i2; this.isMember = i3; } }
1,469
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProVoicePresence0x11bc.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoicePresence0x11bc.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProVoicePresence0x11bc implements Serializable { String coverUrl; long serialVersionUID; public GProVoicePresence0x11bc() { this.serialVersionUID = 1L; this.coverUrl = ""; } public String getCoverUrl() { return this.coverUrl; } public String toString() { return "GProVoicePresence0x11bc{coverUrl=" + this.coverUrl + ",}"; } public GProVoicePresence0x11bc(String str) { this.serialVersionUID = 1L; this.coverUrl = ""; this.coverUrl = str; } }
674
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAVCommonReqInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVCommonReqInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAVCommonReqInfo { long appId; long channelId; long guildId; public GProAVCommonReqInfo() { } public long getAppId() { return this.appId; } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public String toString() { return "GProAVCommonReqInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",appId=" + this.appId + ",}"; } public GProAVCommonReqInfo(long j2, long j3, long j4) { this.guildId = j2; this.channelId = j3; this.appId = j4; } }
735
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchGroupResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchGroupResult { int errorode; ArrayList<SearchRspGroupInfo> groupInfos; boolean isEnd; int nextPos; public SearchGroupResult() { this.groupInfos = new ArrayList<>(); } public int getErrorode() { return this.errorode; } public ArrayList<SearchRspGroupInfo> getGroupInfos() { return this.groupInfos; } public boolean getIsEnd() { return this.isEnd; } public int getNextPos() { return this.nextPos; } public String toString() { return "SearchGroupResult{errorode=" + this.errorode + ",groupInfos=" + this.groupInfos + ",isEnd=" + this.isEnd + ",nextPos=" + this.nextPos + ",}"; } public SearchGroupResult(int i2, ArrayList<SearchRspGroupInfo> arrayList, boolean z, int i3) { this.groupInfos = new ArrayList<>(); this.errorode = i2; this.groupInfos = arrayList; this.isEnd = z; this.nextPos = i3; } }
1,120
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchCategory.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchCategory.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum SearchCategory { KALL, KCHAT, KPICVIDEO, KFILE, KLINK, KNOTE, KOTHER }
216
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
User.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/User.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* compiled from: P */ /* loaded from: classes.dex */ public final class User implements Serializable { IconInfo icon; String id; String nick; long serialVersionUID; public User() { this.serialVersionUID = 1L; this.id = ""; } public IconInfo getIcon() { return this.icon; } public String getId() { return this.id; } public String getNick() { return this.nick; } public void setIcon(IconInfo iconInfo) { this.icon = iconInfo; } public void setId(String str) { this.id = str; } public void setNick(String str) { this.nick = str; } public String toString() { return "User{id=" + this.id + ",icon=" + this.icon + ",nick=" + this.nick + ",}"; } public User(String str, IconInfo iconInfo, String str2) { this.serialVersionUID = 1L; this.id = ""; this.id = str; this.icon = iconInfo; this.nick = str2; } }
1,088
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAudioLiveUserListReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAudioLiveUserListReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAudioLiveUserListReq { long channelId; long guildId; boolean needChannelState; int numIndex; int onceGetNum; boolean onlyHandUpList; boolean onlySpeakOrderList; public GProAudioLiveUserListReq() { } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public boolean getNeedChannelState() { return this.needChannelState; } public int getNumIndex() { return this.numIndex; } public int getOnceGetNum() { return this.onceGetNum; } public boolean getOnlyHandUpList() { return this.onlyHandUpList; } public boolean getOnlySpeakOrderList() { return this.onlySpeakOrderList; } public String toString() { return "GProAudioLiveUserListReq{guildId=" + this.guildId + ",channelId=" + this.channelId + ",onceGetNum=" + this.onceGetNum + ",needChannelState=" + this.needChannelState + ",onlyHandUpList=" + this.onlyHandUpList + ",onlySpeakOrderList=" + this.onlySpeakOrderList + ",numIndex=" + this.numIndex + ",}"; } public GProAudioLiveUserListReq(long j2, long j3, int i2, boolean z, boolean z2, boolean z3, int i3) { this.guildId = j2; this.channelId = j3; this.onceGetNum = i2; this.needChannelState = z; this.onlyHandUpList = z2; this.onlySpeakOrderList = z3; this.numIndex = i3; } }
1,572
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRoleMemberChangeInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRoleMemberChangeInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRoleMemberChangeInfo { ArrayList<Long> addMembers; ArrayList<Long> removeMembers; long roleId; public GProRoleMemberChangeInfo() { this.addMembers = new ArrayList<>(); this.removeMembers = new ArrayList<>(); } public ArrayList<Long> getAddMembers() { return this.addMembers; } public ArrayList<Long> getRemoveMembers() { return this.removeMembers; } public long getRoleId() { return this.roleId; } public String toString() { return "GProRoleMemberChangeInfo{roleId=" + this.roleId + ",addMembers=" + this.addMembers + ",removeMembers=" + this.removeMembers + ",}"; } public GProRoleMemberChangeInfo(long j2, ArrayList<Long> arrayList, ArrayList<Long> arrayList2) { this.addMembers = new ArrayList<>(); this.removeMembers = new ArrayList<>(); this.roleId = j2; this.addMembers = arrayList; this.removeMembers = arrayList2; } }
1,114
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAssociativeWords.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAssociativeWords.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAssociativeWords { GProRecallInfo recallInfo; String term; public GProAssociativeWords() { this.term = ""; this.recallInfo = new GProRecallInfo(); } public GProRecallInfo getRecallInfo() { return this.recallInfo; } public String getTerm() { return this.term; } public String toString() { return "GProAssociativeWords{term=" + this.term + ",recallInfo=" + this.recallInfo + ",}"; } public GProAssociativeWords(String str, GProRecallInfo gProRecallInfo) { this.term = ""; this.recallInfo = new GProRecallInfo(); this.term = str; this.recallInfo = gProRecallInfo; } }
795
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GuildGroupSceneType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GuildGroupSceneType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum GuildGroupSceneType { KUNKNOWN, KALL, KFEEDBASE, KFEEDNUMERIC, KFEEDBUBBLE }
214
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
YoloGameUserInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/YoloGameUserInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class YoloGameUserInfo { String bizId; int rank; int result; String uid; public YoloGameUserInfo() { this.uid = ""; this.bizId = ""; } public String getBizId() { return this.bizId; } public int getRank() { return this.rank; } public int getResult() { return this.result; } public String getUid() { return this.uid; } public String toString() { return "YoloGameUserInfo{uid=" + this.uid + ",result=" + this.result + ",rank=" + this.rank + ",bizId=" + this.bizId + ",}"; } public YoloGameUserInfo(String str, int i2, int i3, String str2) { this.uid = ""; this.bizId = ""; this.uid = str; this.result = i2; this.rank = i3; this.bizId = str2; } }
943
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendTag.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendTag.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendTag implements Serializable { String icon; String name; long serialVersionUID; public GProRecommendTag() { this.serialVersionUID = 1L; this.name = ""; this.icon = ""; } public String getIcon() { return this.icon; } public String getName() { return this.name; } public String toString() { return "GProRecommendTag{name=" + this.name + ",icon=" + this.icon + ",}"; } public GProRecommendTag(String str, String str2) { this.serialVersionUID = 1L; this.name = ""; this.icon = ""; this.name = str; this.icon = str2; } }
804
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
PttvipLevelType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PttvipLevelType.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public enum PttvipLevelType { KNNOE, KQQVIP, KSVIP }
147
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupGrayElementRole.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupGrayElementRole.java
package com.tencent.qqnt.kernel.nativeinterface; public enum GroupGrayElementRole { KOTHER, KMEMBER, KADMIN }
122
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VASMsgElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASMsgElement.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class VASMsgElement { VASMsgAvatarPendant avatarPendantInfo; VASMsgBubble bubbleInfo; VASMsgIceBreak iceBreakInfo; VASMsgNamePlate msgNamePlateInfo; VASMsgFont vasFont; public VASMsgElement() { this.msgNamePlateInfo = new VASMsgNamePlate(); this.bubbleInfo = new VASMsgBubble(); this.avatarPendantInfo = new VASMsgAvatarPendant(); this.vasFont = new VASMsgFont(); this.iceBreakInfo = new VASMsgIceBreak(); } public VASMsgAvatarPendant getAvatarPendantInfo() { return this.avatarPendantInfo; } public VASMsgBubble getBubbleInfo() { return this.bubbleInfo; } public VASMsgIceBreak getIceBreakInfo() { return this.iceBreakInfo; } public VASMsgNamePlate getMsgNamePlateInfo() { return this.msgNamePlateInfo; } public VASMsgFont getVasFont() { return this.vasFont; } public String toString() { return "VASMsgElement{msgNamePlateInfo=" + this.msgNamePlateInfo + ",bubbleInfo=" + this.bubbleInfo + ",avatarPendantInfo=" + this.avatarPendantInfo + ",vasFont=" + this.vasFont + ",iceBreakInfo=" + this.iceBreakInfo + ",}"; } public VASMsgElement(VASMsgNamePlate vASMsgNamePlate, VASMsgBubble vASMsgBubble, VASMsgAvatarPendant vASMsgAvatarPendant, VASMsgFont vASMsgFont, VASMsgIceBreak vASMsgIceBreak) { this.msgNamePlateInfo = new VASMsgNamePlate(); this.bubbleInfo = new VASMsgBubble(); this.avatarPendantInfo = new VASMsgAvatarPendant(); this.vasFont = new VASMsgFont(); this.iceBreakInfo = new VASMsgIceBreak(); this.msgNamePlateInfo = vASMsgNamePlate; this.bubbleInfo = vASMsgBubble; this.avatarPendantInfo = vASMsgAvatarPendant; this.vasFont = vASMsgFont; this.iceBreakInfo = vASMsgIceBreak; } }
1,969
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VideoCodecFormatType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VideoCodecFormatType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes4.dex */ public enum VideoCodecFormatType { KCODECFORMATH264, KCODECFORMATH265 }
185
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendGuildInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendGuildInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendGuildInfo { String cover; /* renamed from: face reason: collision with root package name */ String f305540face; String faceAnimationOnIdle; String faceAnimationOnUpdate; long fontColorId; String guildCode; long guildId; String introduction; int locationType; String name; ArrayList<GProNavigationInfo> navigationInfoList; GProPlayFaceAnimationPolicy playFaceAnimationPolicy; long seq; String subTitle; ArrayList<GProTextMedalInfo> textMedalInfoList; public GProRecommendGuildInfo() { this.name = ""; this.f305540face = ""; this.cover = ""; this.subTitle = ""; this.introduction = ""; this.guildCode = ""; this.faceAnimationOnUpdate = ""; this.faceAnimationOnIdle = ""; this.playFaceAnimationPolicy = new GProPlayFaceAnimationPolicy(); this.navigationInfoList = new ArrayList<>(); this.textMedalInfoList = new ArrayList<>(); } public String getCover() { return this.cover; } public String getFace() { return this.f305540face; } public String getFaceAnimationOnIdle() { return this.faceAnimationOnIdle; } public String getFaceAnimationOnUpdate() { return this.faceAnimationOnUpdate; } public long getFontColorId() { return this.fontColorId; } public String getGuildCode() { return this.guildCode; } public long getGuildId() { return this.guildId; } public String getIntroduction() { return this.introduction; } public int getLocationType() { return this.locationType; } public String getName() { return this.name; } public ArrayList<GProNavigationInfo> getNavigationInfoList() { return this.navigationInfoList; } public GProPlayFaceAnimationPolicy getPlayFaceAnimationPolicy() { return this.playFaceAnimationPolicy; } public long getSeq() { return this.seq; } public String getSubTitle() { return this.subTitle; } public ArrayList<GProTextMedalInfo> getTextMedalInfoList() { return this.textMedalInfoList; } public String toString() { return "GProRecommendGuildInfo{guildId=" + this.guildId + ",name=" + this.name + ",face=" + this.f305540face + ",cover=" + this.cover + ",fontColorId=" + this.fontColorId + ",subTitle=" + this.subTitle + ",introduction=" + this.introduction + ",guildCode=" + this.guildCode + ",seq=" + this.seq + ",faceAnimationOnUpdate=" + this.faceAnimationOnUpdate + ",faceAnimationOnIdle=" + this.faceAnimationOnIdle + ",playFaceAnimationPolicy=" + this.playFaceAnimationPolicy + ",navigationInfoList=" + this.navigationInfoList + ",locationType=" + this.locationType + ",textMedalInfoList=" + this.textMedalInfoList + ",}"; } public GProRecommendGuildInfo(long j2, String str, String str2, String str3, long j3, String str4, String str5, String str6, long j4, String str7, String str8, GProPlayFaceAnimationPolicy gProPlayFaceAnimationPolicy, ArrayList<GProNavigationInfo> arrayList, int i2, ArrayList<GProTextMedalInfo> arrayList2) { this.name = ""; this.f305540face = ""; this.cover = ""; this.subTitle = ""; this.introduction = ""; this.guildCode = ""; this.faceAnimationOnUpdate = ""; this.faceAnimationOnIdle = ""; this.playFaceAnimationPolicy = new GProPlayFaceAnimationPolicy(); this.navigationInfoList = new ArrayList<>(); this.textMedalInfoList = new ArrayList<>(); this.guildId = j2; this.name = str; this.f305540face = str2; this.cover = str3; this.fontColorId = j3; this.subTitle = str4; this.introduction = str5; this.guildCode = str6; this.seq = j4; this.faceAnimationOnUpdate = str7; this.faceAnimationOnIdle = str8; this.playFaceAnimationPolicy = gProPlayFaceAnimationPolicy; this.navigationInfoList = arrayList; this.locationType = i2; this.textMedalInfoList = arrayList2; } }
4,311
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupMsgMaskInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupMsgMaskInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupMsgMaskInfo { long groupCode; GroupMsgMask msgMask; public GroupMsgMaskInfo() { this.msgMask = GroupMsgMask.values()[0]; } public long getGroupCode() { return this.groupCode; } public GroupMsgMask getMsgMask() { return this.msgMask; } public String toString() { return "GroupMsgMaskInfo{groupCode=" + this.groupCode + ",msgMask=" + this.msgMask + ",}"; } public GroupMsgMaskInfo(long j2, GroupMsgMask groupMsgMask) { this.msgMask = GroupMsgMask.values()[0]; this.groupCode = j2; this.msgMask = groupMsgMask; } }
750
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelPresence.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelPresence.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProChannelPresence implements Serializable { long channelId; int channelType; String currentMemberNum; GProGuildLiveInfo guildLiveInfo; ArrayList<GProChannelPresenceMemberInfo> memberInfos; long serialVersionUID; GProVoicePresence0x11bc voicePresence; GProWorldPresence0x11bc worldPresence; public GProChannelPresence() { this.serialVersionUID = 1L; this.currentMemberNum = ""; this.memberInfos = new ArrayList<>(); this.worldPresence = new GProWorldPresence0x11bc(); this.guildLiveInfo = new GProGuildLiveInfo(); this.voicePresence = new GProVoicePresence0x11bc(); } public long getChannelId() { return this.channelId; } public int getChannelType() { return this.channelType; } public String getCurrentMemberNum() { return this.currentMemberNum; } public GProGuildLiveInfo getGuildLiveInfo() { return this.guildLiveInfo; } public ArrayList<GProChannelPresenceMemberInfo> getMemberInfos() { return this.memberInfos; } public GProVoicePresence0x11bc getVoicePresence() { return this.voicePresence; } public GProWorldPresence0x11bc getWorldPresence() { return this.worldPresence; } public String toString() { return "GProChannelPresence{channelId=" + this.channelId + ",currentMemberNum=" + this.currentMemberNum + ",channelType=" + this.channelType + ",memberInfos=" + this.memberInfos + ",worldPresence=" + this.worldPresence + ",guildLiveInfo=" + this.guildLiveInfo + ",voicePresence=" + this.voicePresence + ",}"; } public GProChannelPresence(long j2, String str, int i2, ArrayList<GProChannelPresenceMemberInfo> arrayList, GProWorldPresence0x11bc gProWorldPresence0x11bc, GProGuildLiveInfo gProGuildLiveInfo, GProVoicePresence0x11bc gProVoicePresence0x11bc) { this.serialVersionUID = 1L; this.currentMemberNum = ""; this.memberInfos = new ArrayList<>(); this.worldPresence = new GProWorldPresence0x11bc(); this.guildLiveInfo = new GProGuildLiveInfo(); this.voicePresence = new GProVoicePresence0x11bc(); this.channelId = j2; this.currentMemberNum = str; this.channelType = i2; this.memberInfos = arrayList; this.worldPresence = gProWorldPresence0x11bc; this.guildLiveInfo = gProGuildLiveInfo; this.voicePresence = gProVoicePresence0x11bc; } }
2,644
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetGuildBindingInfoRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetGuildBindingInfoRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetGuildBindingInfoRsp { ArrayList<GProBriefAppInfo> bindableApps; ArrayList<GProBriefAppInfo> boundApps; public GProGetGuildBindingInfoRsp() { this.boundApps = new ArrayList<>(); this.bindableApps = new ArrayList<>(); } public ArrayList<GProBriefAppInfo> getBindableApps() { return this.bindableApps; } public ArrayList<GProBriefAppInfo> getBoundApps() { return this.boundApps; } public String toString() { return "GProGetGuildBindingInfoRsp{boundApps=" + this.boundApps + ",bindableApps=" + this.bindableApps + ",}"; } public GProGetGuildBindingInfoRsp(ArrayList<GProBriefAppInfo> arrayList, ArrayList<GProBriefAppInfo> arrayList2) { this.boundApps = new ArrayList<>(); this.bindableApps = new ArrayList<>(); this.boundApps = arrayList; this.bindableApps = arrayList2; } }
1,034
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
EmojiUseInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EmojiUseInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class EmojiUseInfo { String emojiId; int emojiType; long updateTime; int usedCount; public EmojiUseInfo() { this.emojiId = ""; } public String getEmojiId() { return this.emojiId; } public int getEmojiType() { return this.emojiType; } public long getUpdateTime() { return this.updateTime; } public int getUsedCount() { return this.usedCount; } public String toString() { return "EmojiUseInfo{updateTime=" + this.updateTime + ",usedCount=" + this.usedCount + ",emojiType=" + this.emojiType + ",emojiId=" + this.emojiId + ",}"; } public EmojiUseInfo(long j2, int i2, int i3, String str) { this.emojiId = ""; this.updateTime = j2; this.usedCount = i2; this.emojiType = i3; this.emojiId = str; } }
978
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendWorldChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendWorldChannel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendWorldChannel implements Serializable { GProRecommendCoverInfo cover; long serialVersionUID; GProChannelMemberInfos worldChannel; public GProRecommendWorldChannel() { this.serialVersionUID = 1L; this.worldChannel = new GProChannelMemberInfos(); this.cover = new GProRecommendCoverInfo(); } public GProRecommendCoverInfo getCover() { return this.cover; } public GProChannelMemberInfos getWorldChannel() { return this.worldChannel; } public String toString() { return "GProRecommendWorldChannel{worldChannel=" + this.worldChannel + ",cover=" + this.cover + ",}"; } public GProRecommendWorldChannel(GProChannelMemberInfos gProChannelMemberInfos, GProRecommendCoverInfo gProRecommendCoverInfo) { this.serialVersionUID = 1L; this.worldChannel = new GProChannelMemberInfos(); this.cover = new GProRecommendCoverInfo(); this.worldChannel = gProChannelMemberInfos; this.cover = gProRecommendCoverInfo; } }
1,186
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSwitchInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSwitchInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProSwitchInfo implements Serializable { int closeReason; long serialVersionUID = 1; int switchState; int switchType; public GProSwitchInfo() { } public int getCloseReason() { return this.closeReason; } public int getSwitchState() { return this.switchState; } public int getSwitchType() { return this.switchType; } public String toString() { return "GProSwitchInfo{switchType=" + this.switchType + ",switchState=" + this.switchState + ",closeReason=" + this.closeReason + ",}"; } public GProSwitchInfo(int i2, int i3, int i4) { this.switchType = i2; this.switchState = i3; this.closeReason = i4; } }
857
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
CommentFeedReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CommentFeedReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class CommentFeedReq { RichText commentContent; CommentLabel commentLabel; int commentType; FeedForComment feed; String jsonComment; int tableType; public CommentFeedReq() { this.commentLabel = new CommentLabel(); this.feed = new FeedForComment(); this.commentContent = new RichText(); this.jsonComment = ""; } public RichText getCommentContent() { return this.commentContent; } public CommentLabel getCommentLabel() { return this.commentLabel; } public int getCommentType() { return this.commentType; } public FeedForComment getFeed() { return this.feed; } public String getJsonComment() { return this.jsonComment; } public int getTableType() { return this.tableType; } public String toString() { return "CommentFeedReq{tableType=" + this.tableType + ",commentType=" + this.commentType + ",commentLabel=" + this.commentLabel + ",feed=" + this.feed + ",commentContent=" + this.commentContent + ",jsonComment=" + this.jsonComment + ",}"; } public CommentFeedReq(int i2, int i3, CommentLabel commentLabel, FeedForComment feedForComment, RichText richText, String str) { this.commentLabel = new CommentLabel(); this.feed = new FeedForComment(); this.commentContent = new RichText(); this.jsonComment = ""; this.tableType = i2; this.commentType = i3; this.commentLabel = commentLabel; this.feed = feedForComment; this.commentContent = richText; this.jsonComment = str; } }
1,760
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildEssenceSvrRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildEssenceSvrRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGuildEssenceSvrRsp implements Serializable { int canModify; long serialVersionUID; String tips; GProUnifiedEssenceInfo unifiedEssenceInfo; int visitorEdit; public GProGuildEssenceSvrRsp() { this.serialVersionUID = 1L; this.unifiedEssenceInfo = new GProUnifiedEssenceInfo(); this.tips = ""; } public int getCanModify() { return this.canModify; } public String getTips() { return this.tips; } public GProUnifiedEssenceInfo getUnifiedEssenceInfo() { return this.unifiedEssenceInfo; } public int getVisitorEdit() { return this.visitorEdit; } public String toString() { return "GProGuildEssenceSvrRsp{unifiedEssenceInfo=" + this.unifiedEssenceInfo + ",visitorEdit=" + this.visitorEdit + ",canModify=" + this.canModify + ",tips=" + this.tips + ",}"; } public GProGuildEssenceSvrRsp(GProUnifiedEssenceInfo gProUnifiedEssenceInfo, int i2, int i3, String str) { this.serialVersionUID = 1L; this.unifiedEssenceInfo = new GProUnifiedEssenceInfo(); this.tips = ""; this.unifiedEssenceInfo = gProUnifiedEssenceInfo; this.visitorEdit = i2; this.canModify = i3; this.tips = str; } }
1,406
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RevokeElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RevokeElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RevokeElement implements Serializable { boolean isSelfOperate; String operatorMemRemark; String operatorNick; String operatorRemark; long operatorRole; long operatorTinyId; String operatorUid; String origMsgSenderUid; long serialVersionUID; String wording; public RevokeElement() { this.serialVersionUID = 1L; this.operatorUid = ""; this.origMsgSenderUid = ""; this.wording = ""; } public boolean getIsSelfOperate() { return this.isSelfOperate; } public String getOperatorMemRemark() { return this.operatorMemRemark; } public String getOperatorNick() { return this.operatorNick; } public String getOperatorRemark() { return this.operatorRemark; } public long getOperatorRole() { return this.operatorRole; } public long getOperatorTinyId() { return this.operatorTinyId; } public String getOperatorUid() { return this.operatorUid; } public String getOrigMsgSenderUid() { return this.origMsgSenderUid; } public String getWording() { return this.wording; } public String toString() { return "RevokeElement{operatorTinyId=" + this.operatorTinyId + ",operatorRole=" + this.operatorRole + ",operatorUid=" + this.operatorUid + ",operatorNick=" + this.operatorNick + ",operatorRemark=" + this.operatorRemark + ",operatorMemRemark=" + this.operatorMemRemark + ",origMsgSenderUid=" + this.origMsgSenderUid + ",isSelfOperate=" + this.isSelfOperate + ",wording=" + this.wording + ",}"; } public RevokeElement(long j2, long j3, String str, String str2, String str3, String str4, String str5, boolean z, String str6) { this.serialVersionUID = 1L; this.operatorUid = ""; this.origMsgSenderUid = ""; this.wording = ""; this.operatorTinyId = j2; this.operatorRole = j3; this.operatorUid = str; this.operatorNick = str2; this.operatorRemark = str3; this.operatorMemRemark = str4; this.origMsgSenderUid = str5; this.isSelfOperate = z; this.wording = str6; } }
2,358
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelStateItemInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelStateItemInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProChannelStateItemInfo implements Serializable { int channelState; long serialVersionUID = 1; int statePriority; public GProChannelStateItemInfo() { } public int getChannelState() { return this.channelState; } public int getStatePriority() { return this.statePriority; } public String toString() { return "GProChannelStateItemInfo{channelState=" + this.channelState + ",statePriority=" + this.statePriority + ",}"; } public GProChannelStateItemInfo(int i2, int i3) { this.channelState = i2; this.statePriority = i3; } }
750
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendShareLive.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendShareLive.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendShareLive { String anchorIcon; long anchorId; ArrayList<String> audienceIcons; long channelId; long roomId; String roomName; String streamUrl; public GProRecommendShareLive() { this.anchorIcon = ""; this.audienceIcons = new ArrayList<>(); this.roomName = ""; this.streamUrl = ""; } public String getAnchorIcon() { return this.anchorIcon; } public long getAnchorId() { return this.anchorId; } public ArrayList<String> getAudienceIcons() { return this.audienceIcons; } public long getChannelId() { return this.channelId; } public long getRoomId() { return this.roomId; } public String getRoomName() { return this.roomName; } public String getStreamUrl() { return this.streamUrl; } public String toString() { return "GProRecommendShareLive{anchorIcon=" + this.anchorIcon + ",audienceIcons=" + this.audienceIcons + ",anchorId=" + this.anchorId + ",channelId=" + this.channelId + ",roomName=" + this.roomName + ",roomId=" + this.roomId + ",streamUrl=" + this.streamUrl + ",}"; } public GProRecommendShareLive(String str, ArrayList<String> arrayList, long j2, long j3, String str2, long j4, String str3) { this.anchorIcon = ""; this.audienceIcons = new ArrayList<>(); this.roomName = ""; this.streamUrl = ""; this.anchorIcon = str; this.audienceIcons = arrayList; this.anchorId = j2; this.channelId = j3; this.roomName = str2; this.roomId = j4; this.streamUrl = str3; } }
1,811
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VideoPlayUrlResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VideoPlayUrlResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes.dex */ public final class VideoPlayUrlResult { ArrayList<VideoPlayUrlInfo> domainUrl; ArrayList<VideoPlayUrlInfo> v4IpUrl; ArrayList<VideoPlayUrlInfo> v6IpUrl; VideoCodecFormatType videoCodecFormat; public VideoPlayUrlResult() { this.v4IpUrl = new ArrayList<>(); this.v6IpUrl = new ArrayList<>(); this.domainUrl = new ArrayList<>(); this.videoCodecFormat = VideoCodecFormatType.values()[0]; } public ArrayList<VideoPlayUrlInfo> getDomainUrl() { return this.domainUrl; } public ArrayList<VideoPlayUrlInfo> getV4IpUrl() { return this.v4IpUrl; } public ArrayList<VideoPlayUrlInfo> getV6IpUrl() { return this.v6IpUrl; } public VideoCodecFormatType getVideoCodecFormat() { return this.videoCodecFormat; } public String toString() { return "VideoPlayUrlResult{v4IpUrl=" + this.v4IpUrl + ",v6IpUrl=" + this.v6IpUrl + ",domainUrl=" + this.domainUrl + ",videoCodecFormat=" + this.videoCodecFormat + ",}"; } public VideoPlayUrlResult(ArrayList<VideoPlayUrlInfo> arrayList, ArrayList<VideoPlayUrlInfo> arrayList2, ArrayList<VideoPlayUrlInfo> arrayList3, VideoCodecFormatType videoCodecFormatType) { this.v4IpUrl = new ArrayList<>(); this.v6IpUrl = new ArrayList<>(); this.domainUrl = new ArrayList<>(); this.videoCodecFormat = VideoCodecFormatType.values()[0]; this.v4IpUrl = arrayList; this.v6IpUrl = arrayList2; this.domainUrl = arrayList3; this.videoCodecFormat = videoCodecFormatType; } }
1,700
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetRecommendMyV2Rsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRecommendMyV2Rsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetRecommendMyV2Rsp { GProGetAtMeMsgRsp atMeMsg; byte[] cookies; GProRecommendExtInfo extInfo; ArrayList<GProRecommendItem> recommendList; public GProGetRecommendMyV2Rsp() { this.recommendList = new ArrayList<>(); this.extInfo = new GProRecommendExtInfo(); this.cookies = new byte[0]; this.atMeMsg = new GProGetAtMeMsgRsp(); } public GProGetAtMeMsgRsp getAtMeMsg() { return this.atMeMsg; } public byte[] getCookies() { return this.cookies; } public GProRecommendExtInfo getExtInfo() { return this.extInfo; } public ArrayList<GProRecommendItem> getRecommendList() { return this.recommendList; } public String toString() { return "GProGetRecommendMyV2Rsp{recommendList=" + this.recommendList + ",extInfo=" + this.extInfo + ",cookies=" + this.cookies + ",atMeMsg=" + this.atMeMsg + ",}"; } public GProGetRecommendMyV2Rsp(ArrayList<GProRecommendItem> arrayList, GProRecommendExtInfo gProRecommendExtInfo, byte[] bArr, GProGetAtMeMsgRsp gProGetAtMeMsgRsp) { this.recommendList = new ArrayList<>(); this.extInfo = new GProRecommendExtInfo(); this.cookies = new byte[0]; this.atMeMsg = new GProGetAtMeMsgRsp(); this.recommendList = arrayList; this.extInfo = gProRecommendExtInfo; this.cookies = bArr; this.atMeMsg = gProGetAtMeMsgRsp; } }
1,581
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VASMsgFont.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASMsgFont.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class VASMsgFont { Integer diyFontCfgUpdateTime; Integer diyFontImageId; Integer fontId; Integer magicFontType; Long subFontId; public VASMsgFont() { } public Integer getDiyFontCfgUpdateTime() { return this.diyFontCfgUpdateTime; } public Integer getDiyFontImageId() { return this.diyFontImageId; } public Integer getFontId() { return this.fontId; } public Integer getMagicFontType() { return this.magicFontType; } public Long getSubFontId() { return this.subFontId; } public String toString() { return "VASMsgFont{fontId=" + this.fontId + ",subFontId=" + this.subFontId + ",diyFontCfgUpdateTime=" + this.diyFontCfgUpdateTime + ",diyFontImageId=" + this.diyFontImageId + ",magicFontType=" + this.magicFontType + ",}"; } public VASMsgFont(Integer num, Long l2, Integer num2, Integer num3, Integer num4) { this.fontId = num; this.subFontId = l2; this.diyFontCfgUpdateTime = num2; this.diyFontImageId = num3; this.magicFontType = num4; } }
1,233
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelOpenStateResultInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelOpenStateResultInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProChannelOpenStateResultInfo implements Serializable { boolean peakActivityGuildFlag; long serialVersionUID; ArrayList<GProSwitchInfo> switchInfoList; public GProChannelOpenStateResultInfo() { this.serialVersionUID = 1L; this.switchInfoList = new ArrayList<>(); } public boolean getPeakActivityGuildFlag() { return this.peakActivityGuildFlag; } public ArrayList<GProSwitchInfo> getSwitchInfoList() { return this.switchInfoList; } public String toString() { return "GProChannelOpenStateResultInfo{switchInfoList=" + this.switchInfoList + ",peakActivityGuildFlag=" + this.peakActivityGuildFlag + ",}"; } public GProChannelOpenStateResultInfo(ArrayList<GProSwitchInfo> arrayList, boolean z) { this.serialVersionUID = 1L; this.switchInfoList = new ArrayList<>(); this.switchInfoList = arrayList; this.peakActivityGuildFlag = z; } }
1,118
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRetentionGuildListRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRetentionGuildListRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRetentionGuildListRsp { byte[] cookies; boolean isEnd; int nextTs; ArrayList<GProRetentionChannelInfo> recommendChannels; public GProRetentionGuildListRsp() { this.recommendChannels = new ArrayList<>(); this.cookies = new byte[0]; } public byte[] getCookies() { return this.cookies; } public boolean getIsEnd() { return this.isEnd; } public int getNextTs() { return this.nextTs; } public ArrayList<GProRetentionChannelInfo> getRecommendChannels() { return this.recommendChannels; } public String toString() { return "GProRetentionGuildListRsp{recommendChannels=" + this.recommendChannels + ",nextTs=" + this.nextTs + ",cookies=" + this.cookies + ",isEnd=" + this.isEnd + ",}"; } public GProRetentionGuildListRsp(ArrayList<GProRetentionChannelInfo> arrayList, int i2, byte[] bArr, boolean z) { this.recommendChannels = new ArrayList<>(); this.cookies = new byte[0]; this.recommendChannels = arrayList; this.nextTs = i2; this.cookies = bArr; this.isEnd = z; } }
1,277
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProDesignatedStreamInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDesignatedStreamInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProDesignatedStreamInfo { ArrayList<GProLiveGearInfo> GearLIst; ArrayList<Integer> LevelList; Integer isSwitch; ArrayList<GProLiveStream> streams; Integer sugLevel; public GProDesignatedStreamInfo() { this.streams = new ArrayList<>(); this.LevelList = new ArrayList<>(); this.GearLIst = new ArrayList<>(); } public ArrayList<GProLiveGearInfo> getGearLIst() { return this.GearLIst; } public Integer getIsSwitch() { return this.isSwitch; } public ArrayList<Integer> getLevelList() { return this.LevelList; } public ArrayList<GProLiveStream> getStreams() { return this.streams; } public Integer getSugLevel() { return this.sugLevel; } public String toString() { return "GProDesignatedStreamInfo{streams=" + this.streams + ",isSwitch=" + this.isSwitch + ",LevelList=" + this.LevelList + ",sugLevel=" + this.sugLevel + ",GearLIst=" + this.GearLIst + ",}"; } public GProDesignatedStreamInfo(ArrayList<GProLiveStream> arrayList, Integer num, ArrayList<Integer> arrayList2, Integer num2, ArrayList<GProLiveGearInfo> arrayList3) { this.streams = new ArrayList<>(); this.LevelList = new ArrayList<>(); this.GearLIst = new ArrayList<>(); this.streams = arrayList; this.isSwitch = num; this.LevelList = arrayList2; this.sugLevel = num2; this.GearLIst = arrayList3; } }
1,616
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildFeedSearchRes.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildFeedSearchRes.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildFeedSearchRes { long channelId; long commentCount; String content; long createTime; long favorCount; String feedId; long guildId; ArrayList<GProFeedImageEntity> images; String nickName; long tinyId; String title; ArrayList<GProFeedImageEntity> videos; public GProGuildFeedSearchRes() { this.feedId = ""; this.nickName = ""; this.title = ""; this.content = ""; this.images = new ArrayList<>(); this.videos = new ArrayList<>(); } public long getChannelId() { return this.channelId; } public long getCommentCount() { return this.commentCount; } public String getContent() { return this.content; } public long getCreateTime() { return this.createTime; } public long getFavorCount() { return this.favorCount; } public String getFeedId() { return this.feedId; } public long getGuildId() { return this.guildId; } public ArrayList<GProFeedImageEntity> getImages() { return this.images; } public String getNickName() { return this.nickName; } public long getTinyId() { return this.tinyId; } public String getTitle() { return this.title; } public ArrayList<GProFeedImageEntity> getVideos() { return this.videos; } public String toString() { return "GProGuildFeedSearchRes{feedId=" + this.feedId + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",tinyId=" + this.tinyId + ",createTime=" + this.createTime + ",nickName=" + this.nickName + ",title=" + this.title + ",content=" + this.content + ",images=" + this.images + ",videos=" + this.videos + ",favorCount=" + this.favorCount + ",commentCount=" + this.commentCount + ",}"; } public GProGuildFeedSearchRes(String str, long j2, long j3, long j4, long j5, String str2, String str3, String str4, ArrayList<GProFeedImageEntity> arrayList, ArrayList<GProFeedImageEntity> arrayList2, long j6, long j7) { this.feedId = ""; this.nickName = ""; this.title = ""; this.content = ""; this.images = new ArrayList<>(); this.videos = new ArrayList<>(); this.feedId = str; this.guildId = j2; this.channelId = j3; this.tinyId = j4; this.createTime = j5; this.nickName = str2; this.title = str3; this.content = str4; this.images = arrayList; this.videos = arrayList2; this.favorCount = j6; this.commentCount = j7; } }
2,774
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendItemForumChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendItemForumChannel.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecommendItemForumChannel { int endColor; int hotFeedNum; String hotIcon; int hotValue; String hotValueTitle; int index; String inviteCode; int startColor; int type; public GProRecommendItemForumChannel() { this.hotValueTitle = ""; this.hotIcon = ""; this.inviteCode = ""; } public int getEndColor() { return this.endColor; } public int getHotFeedNum() { return this.hotFeedNum; } public String getHotIcon() { return this.hotIcon; } public int getHotValue() { return this.hotValue; } public String getHotValueTitle() { return this.hotValueTitle; } public int getIndex() { return this.index; } public String getInviteCode() { return this.inviteCode; } public int getStartColor() { return this.startColor; } public int getType() { return this.type; } public String toString() { return "GProRecommendItemForumChannel{hotFeedNum=" + this.hotFeedNum + ",index=" + this.index + ",hotValue=" + this.hotValue + ",hotValueTitle=" + this.hotValueTitle + ",type=" + this.type + ",startColor=" + this.startColor + ",endColor=" + this.endColor + ",hotIcon=" + this.hotIcon + ",inviteCode=" + this.inviteCode + ",}"; } public GProRecommendItemForumChannel(int i2, int i3, int i4, String str, int i5, int i6, int i7, String str2, String str3) { this.hotValueTitle = ""; this.hotIcon = ""; this.inviteCode = ""; this.hotFeedNum = i2; this.index = i3; this.hotValue = i4; this.hotValueTitle = str; this.type = i5; this.startColor = i6; this.endColor = i7; this.hotIcon = str2; this.inviteCode = str3; } }
1,937
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetSelectChannelIDRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetSelectChannelIDRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetSelectChannelIDRsp { ArrayList<Long> guildIds; ArrayList<GProGuildInfoInLabel> guildInfos; public GProGetSelectChannelIDRsp() { this.guildIds = new ArrayList<>(); this.guildInfos = new ArrayList<>(); } public ArrayList<Long> getGuildIds() { return this.guildIds; } public ArrayList<GProGuildInfoInLabel> getGuildInfos() { return this.guildInfos; } public String toString() { return "GProGetSelectChannelIDRsp{guildIds=" + this.guildIds + ",guildInfos=" + this.guildInfos + ",}"; } public GProGetSelectChannelIDRsp(ArrayList<Long> arrayList, ArrayList<GProGuildInfoInLabel> arrayList2) { this.guildIds = new ArrayList<>(); this.guildInfos = new ArrayList<>(); this.guildIds = arrayList; this.guildInfos = arrayList2; } }
982
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
AnonyStatus.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/AnonyStatus.java
package com.tencent.qqnt.kernel.nativeinterface; public final class AnonyStatus { int forbidTalking; String statusInfo; public AnonyStatus() { this.statusInfo = ""; } public int getForbidTalking() { return this.forbidTalking; } public String getStatusInfo() { return this.statusInfo; } public String toString() { return "AnonyStatus{forbidTalking=" + this.forbidTalking + ",statusInfo=" + this.statusInfo + ",}"; } public AnonyStatus(int i2, String str) { this.statusInfo = ""; this.forbidTalking = i2; this.statusInfo = str; } }
640
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RecvdOrder.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RecvdOrder.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RecvdOrder { long amount; int createTime; String recvName; long recvUin; String uid; public RecvdOrder() { this.recvName = ""; } public long getAmount() { return this.amount; } public int getCreateTime() { return this.createTime; } public String getRecvName() { return this.recvName; } public long getRecvUin() { return this.recvUin; } public String getUid() { return this.uid; } public String toString() { return "RecvdOrder{recvUin=" + this.recvUin + ",recvName=" + this.recvName + ",amount=" + this.amount + ",createTime=" + this.createTime + ",uid=" + this.uid + ",}"; } public RecvdOrder(long j2, String str, long j3, int i2, String str2) { this.recvName = ""; this.recvUin = j2; this.recvName = str; this.amount = j3; this.createTime = i2; this.uid = str2; } }
1,087
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProHeartbeatRsq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProHeartbeatRsq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProHeartbeatRsq implements Serializable { GProAVChannelConfig avChannelConfig; long channelId; int forceExit; long guildId; long nextHeartBeatInterval; long noStreamDisconnectTrtcSecond; long serialVersionUID; String showTips; public GProHeartbeatRsq() { this.serialVersionUID = 1L; this.showTips = ""; this.avChannelConfig = new GProAVChannelConfig(); } public GProAVChannelConfig getAvChannelConfig() { return this.avChannelConfig; } public long getChannelId() { return this.channelId; } public int getForceExit() { return this.forceExit; } public long getGuildId() { return this.guildId; } public long getNextHeartBeatInterval() { return this.nextHeartBeatInterval; } public long getNoStreamDisconnectTrtcSecond() { return this.noStreamDisconnectTrtcSecond; } public String getShowTips() { return this.showTips; } public String toString() { return "GProHeartbeatRsq{guildId=" + this.guildId + ",channelId=" + this.channelId + ",nextHeartBeatInterval=" + this.nextHeartBeatInterval + ",forceExit=" + this.forceExit + ",showTips=" + this.showTips + ",avChannelConfig=" + this.avChannelConfig + ",noStreamDisconnectTrtcSecond=" + this.noStreamDisconnectTrtcSecond + ",}"; } public GProHeartbeatRsq(long j2, long j3, long j4, int i2, String str, GProAVChannelConfig gProAVChannelConfig, long j5) { this.serialVersionUID = 1L; this.showTips = ""; this.avChannelConfig = new GProAVChannelConfig(); this.guildId = j2; this.channelId = j3; this.nextHeartBeatInterval = j4; this.forceExit = i2; this.showTips = str; this.avChannelConfig = gProAVChannelConfig; this.noStreamDisconnectTrtcSecond = j5; } }
2,020
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProForumBody.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProForumBody.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProForumBody { int everyHours; ArrayList<GProForumChannel> forumChannel; String requestId; long updateTime; public GProForumBody() { this.forumChannel = new ArrayList<>(); this.requestId = ""; } public int getEveryHours() { return this.everyHours; } public ArrayList<GProForumChannel> getForumChannel() { return this.forumChannel; } public String getRequestId() { return this.requestId; } public long getUpdateTime() { return this.updateTime; } public String toString() { return "GProForumBody{forumChannel=" + this.forumChannel + ",updateTime=" + this.updateTime + ",everyHours=" + this.everyHours + ",requestId=" + this.requestId + ",}"; } public GProForumBody(ArrayList<GProForumChannel> arrayList, long j2, int i2, String str) { this.forumChannel = new ArrayList<>(); this.requestId = ""; this.forumChannel = arrayList; this.updateTime = j2; this.everyHours = i2; this.requestId = str; } }
1,208
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
QQNTWrapperUtil.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/QQNTWrapperUtil.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; import java.util.HashMap; public interface QQNTWrapperUtil { final class CppProxy implements QQNTWrapperUtil { //public static native ArrayList<RecentContactInfo> DecoderRecentInfo(byte[] bArr); public static native ThumbResult calcThumbSize(int i2, int i3, ThumbOpt thumbOpt); public static native boolean copyFile(String str, String str2); //public static native UnregisterRes decodeOffLine(byte[] bArr); public static native void emptyWorkingSet(int i2); //public static native byte[] encodeOffLine(UnregisterInfo unregisterInfo); public static native boolean fileIsExist(String str); public static native String fullWordToHalfWord(String str); public static native byte[] genFileMd5Buf(String str); public static native String genFileMd5Hex(String str); public static native HashMap<Integer, String> genFileShaAndMd5Hex(String str, int i2); public static native byte[] genFileShaBuf(String str); public static native String genFileShaHex(String str); public static native long getFileSize(String str); public static native String getNTUserDataInfoConfig(); //public static native OidbRspInfo getOidbRspInfo(byte[] bArr); public static native ArrayList<ArrayList<String>> getPinyin(String str, boolean z); public static native String getSoBuildInfo(); public static native byte[] getSsoBufferOfOidbReq(int i2, int i3, byte[] bArr); public static native String getSsoCmdOfOidbReq(int i2, int i3); public static native boolean makeDirByPath(String str); public static native boolean matchInPinyin(ArrayList<ArrayList<String>> arrayList, String str); private native void nativeDestroy(long j2); public static native int runProcess(String str, boolean z); } }
1,961
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchLocalInfoType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchLocalInfoType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public enum SearchLocalInfoType { KSEARCHLOCALINFOTYPEUNKNOWN, KSEARCHLOCALINFOTYPEBUDDY, KSEARCHLOCALINFOTYPEGROUP, KSEARCHLOCALINFOTYPEMSG, KSEARCHLOCALINFOTYPEFILE }
293
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
JoinGroupNotifyMsg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/JoinGroupNotifyMsg.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class JoinGroupNotifyMsg { String joinPrompt; int result; String securityTransUrl; JoinGroupVerifyInfo verifyInfo; public JoinGroupNotifyMsg() { this.verifyInfo = new JoinGroupVerifyInfo(); this.joinPrompt = ""; this.securityTransUrl = ""; } public String getJoinPrompt() { return this.joinPrompt; } public int getResult() { return this.result; } public String getSecurityTransUrl() { return this.securityTransUrl; } public JoinGroupVerifyInfo getVerifyInfo() { return this.verifyInfo; } public String toString() { return "JoinGroupNotifyMsg{result=" + this.result + ",verifyInfo=" + this.verifyInfo + ",joinPrompt=" + this.joinPrompt + ",securityTransUrl=" + this.securityTransUrl + ",}"; } public JoinGroupNotifyMsg(int i2, JoinGroupVerifyInfo joinGroupVerifyInfo, String str, String str2) { this.verifyInfo = new JoinGroupVerifyInfo(); this.joinPrompt = ""; this.securityTransUrl = ""; this.result = i2; this.verifyInfo = joinGroupVerifyInfo; this.joinPrompt = str; this.securityTransUrl = str2; } }
1,320
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProDoLikeForFeedRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDoLikeForFeedRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes4.dex */ public final class GProDoLikeForFeedRsp { GProFDLStCommonExt extInfo; GProFDLStLike like; public GProDoLikeForFeedRsp() { this.extInfo = new GProFDLStCommonExt(); this.like = new GProFDLStLike(); } public GProFDLStCommonExt getExtInfo() { return this.extInfo; } public GProFDLStLike getLike() { return this.like; } public String toString() { return "GProDoLikeForFeedRsp{extInfo=" + this.extInfo + ",like=" + this.like + ",}"; } public GProDoLikeForFeedRsp(GProFDLStCommonExt gProFDLStCommonExt, GProFDLStLike gProFDLStLike) { this.extInfo = new GProFDLStCommonExt(); this.like = new GProFDLStLike(); this.extInfo = gProFDLStCommonExt; this.like = gProFDLStLike; } }
874
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLobbyStateInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLobbyStateInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProLobbyStateInfo implements Serializable { String appId; long channelId; boolean disableVoiceAnimation; ArrayList<GProKVPair> extendDic; long guildId; long leaderTinyId; long lobbyId; int lobbyRoomCapacity; int lobbyRoomCurrUserNum; int lobbyRoomStatus; int lobbyType; long serialVersionUID; public GProLobbyStateInfo() { this.serialVersionUID = 1L; this.appId = ""; this.extendDic = new ArrayList<>(); } public String getAppId() { return this.appId; } public long getChannelId() { return this.channelId; } public boolean getDisableVoiceAnimation() { return this.disableVoiceAnimation; } public ArrayList<GProKVPair> getExtendDic() { return this.extendDic; } public long getGuildId() { return this.guildId; } public long getLeaderTinyId() { return this.leaderTinyId; } public long getLobbyId() { return this.lobbyId; } public int getLobbyRoomCapacity() { return this.lobbyRoomCapacity; } public int getLobbyRoomCurrUserNum() { return this.lobbyRoomCurrUserNum; } public int getLobbyRoomStatus() { return this.lobbyRoomStatus; } public int getLobbyType() { return this.lobbyType; } public String toString() { return "GProLobbyStateInfo{lobbyId=" + this.lobbyId + ",appId=" + this.appId + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",leaderTinyId=" + this.leaderTinyId + ",lobbyType=" + this.lobbyType + ",lobbyRoomCurrUserNum=" + this.lobbyRoomCurrUserNum + ",lobbyRoomCapacity=" + this.lobbyRoomCapacity + ",lobbyRoomStatus=" + this.lobbyRoomStatus + ",extendDic=" + this.extendDic + ",disableVoiceAnimation=" + this.disableVoiceAnimation + ",}"; } public GProLobbyStateInfo(long j2, String str, long j3, long j4, long j5, int i2, int i3, int i4, int i5, ArrayList<GProKVPair> arrayList, boolean z) { this.serialVersionUID = 1L; this.appId = ""; this.extendDic = new ArrayList<>(); this.lobbyId = j2; this.appId = str; this.guildId = j3; this.channelId = j4; this.leaderTinyId = j5; this.lobbyType = i2; this.lobbyRoomCurrUserNum = i3; this.lobbyRoomCapacity = i4; this.lobbyRoomStatus = i5; this.extendDic = arrayList; this.disableVoiceAnimation = z; } }
2,642
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBlockBaseInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBlockBaseInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProBlockBaseInfo implements Serializable { GProRecommendV2Channel channel; GProRecommendsV2Feed feed; long serialVersionUID; GProRecommendShareInfo shareInfo; int type; public GProBlockBaseInfo() { this.serialVersionUID = 1L; this.feed = new GProRecommendsV2Feed(); this.shareInfo = new GProRecommendShareInfo(); this.channel = new GProRecommendV2Channel(); } public GProRecommendV2Channel getChannel() { return this.channel; } public GProRecommendsV2Feed getFeed() { return this.feed; } public GProRecommendShareInfo getShareInfo() { return this.shareInfo; } public int getType() { return this.type; } public String toString() { return "GProBlockBaseInfo{type=" + this.type + ",feed=" + this.feed + ",shareInfo=" + this.shareInfo + ",channel=" + this.channel + ",}"; } public GProBlockBaseInfo(int i2, GProRecommendsV2Feed gProRecommendsV2Feed, GProRecommendShareInfo gProRecommendShareInfo, GProRecommendV2Channel gProRecommendV2Channel) { this.serialVersionUID = 1L; this.feed = new GProRecommendsV2Feed(); this.shareInfo = new GProRecommendShareInfo(); this.channel = new GProRecommendV2Channel(); this.type = i2; this.feed = gProRecommendsV2Feed; this.shareInfo = gProRecommendShareInfo; this.channel = gProRecommendV2Channel; } }
1,587
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBusinessNode.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBusinessNode.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProBusinessNode implements Serializable { long dataVersion; long expiresMs; GProLobbyRoomInfo lobbyRoomInfo; int mutexType; byte[] nodeData; int nodeType; GProPlayInfo playInfo; GProVoiceSmobaGameRoomStateInfo roomStateInfo; GProVoiceInfo screenShareInfo; long serialVersionUID; GProWorldChannelPresence worldPresence; public GProBusinessNode() { this.serialVersionUID = 1L; this.nodeData = new byte[0]; this.roomStateInfo = new GProVoiceSmobaGameRoomStateInfo(); this.screenShareInfo = new GProVoiceInfo(); this.worldPresence = new GProWorldChannelPresence(); this.playInfo = new GProPlayInfo(); this.lobbyRoomInfo = new GProLobbyRoomInfo(); } public long getDataVersion() { return this.dataVersion; } public long getExpiresMs() { return this.expiresMs; } public GProLobbyRoomInfo getLobbyRoomInfo() { return this.lobbyRoomInfo; } public int getMutexType() { return this.mutexType; } public byte[] getNodeData() { return this.nodeData; } public int getNodeType() { return this.nodeType; } public GProPlayInfo getPlayInfo() { return this.playInfo; } public GProVoiceSmobaGameRoomStateInfo getRoomStateInfo() { return this.roomStateInfo; } public GProVoiceInfo getScreenShareInfo() { return this.screenShareInfo; } public GProWorldChannelPresence getWorldPresence() { return this.worldPresence; } public String toString() { return "GProBusinessNode{mutexType=" + this.mutexType + ",nodeType=" + this.nodeType + ",nodeData=" + this.nodeData + ",dataVersion=" + this.dataVersion + ",expiresMs=" + this.expiresMs + ",roomStateInfo=" + this.roomStateInfo + ",screenShareInfo=" + this.screenShareInfo + ",worldPresence=" + this.worldPresence + ",playInfo=" + this.playInfo + ",lobbyRoomInfo=" + this.lobbyRoomInfo + ",}"; } public GProBusinessNode(int i2, int i3, byte[] bArr, long j2, long j3, GProVoiceSmobaGameRoomStateInfo gProVoiceSmobaGameRoomStateInfo, GProVoiceInfo gProVoiceInfo, GProWorldChannelPresence gProWorldChannelPresence, GProPlayInfo gProPlayInfo, GProLobbyRoomInfo gProLobbyRoomInfo) { this.serialVersionUID = 1L; this.nodeData = new byte[0]; this.roomStateInfo = new GProVoiceSmobaGameRoomStateInfo(); this.screenShareInfo = new GProVoiceInfo(); this.worldPresence = new GProWorldChannelPresence(); this.playInfo = new GProPlayInfo(); this.lobbyRoomInfo = new GProLobbyRoomInfo(); this.mutexType = i2; this.nodeType = i3; this.nodeData = bArr; this.dataVersion = j2; this.expiresMs = j3; this.roomStateInfo = gProVoiceSmobaGameRoomStateInfo; this.screenShareInfo = gProVoiceInfo; this.worldPresence = gProWorldChannelPresence; this.playInfo = gProPlayInfo; this.lobbyRoomInfo = gProLobbyRoomInfo; } }
3,189
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveEnterRoomInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveEnterRoomInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProLiveEnterRoomInfo { String businessPid; Integer gameType; Integer giftFlag; Integer goodsFlag; String logo; String name; Long ownerUid; Integer payFlag; String programId; Long roomId; GProLiveRoomRichTitle roomLabels; String sid; String systemNotice; public GProLiveEnterRoomInfo() { } public String getBusinessPid() { return this.businessPid; } public Integer getGameType() { return this.gameType; } public Integer getGiftFlag() { return this.giftFlag; } public Integer getGoodsFlag() { return this.goodsFlag; } public String getLogo() { return this.logo; } public String getName() { return this.name; } public Long getOwnerUid() { return this.ownerUid; } public Integer getPayFlag() { return this.payFlag; } public String getProgramId() { return this.programId; } public Long getRoomId() { return this.roomId; } public GProLiveRoomRichTitle getRoomLabels() { return this.roomLabels; } public String getSid() { return this.sid; } public String getSystemNotice() { return this.systemNotice; } public String toString() { return "GProLiveEnterRoomInfo{roomId=" + this.roomId + ",ownerUid=" + this.ownerUid + ",logo=" + this.logo + ",name=" + this.name + ",gameType=" + this.gameType + ",roomLabels=" + this.roomLabels + ",giftFlag=" + this.giftFlag + ",goodsFlag=" + this.goodsFlag + ",programId=" + this.programId + ",systemNotice=" + this.systemNotice + ",sid=" + this.sid + ",payFlag=" + this.payFlag + ",businessPid=" + this.businessPid + ",}"; } public GProLiveEnterRoomInfo(Long l2, Long l3, String str, String str2, Integer num, GProLiveRoomRichTitle gProLiveRoomRichTitle, Integer num2, Integer num3, String str3, String str4, String str5, Integer num4, String str6) { this.roomId = l2; this.ownerUid = l3; this.logo = str; this.name = str2; this.gameType = num; this.roomLabels = gProLiveRoomRichTitle; this.giftFlag = num2; this.goodsFlag = num3; this.programId = str3; this.systemNotice = str4; this.sid = str5; this.payFlag = num4; this.businessPid = str6; } }
2,488
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProFetchDiscoverRedRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFetchDiscoverRedRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProFetchDiscoverRedRsp { int businessType; byte[] cookies; GProDiscoverStatus discoverStatus; int flag; int pointType; long seq; public GProFetchDiscoverRedRsp() { this.discoverStatus = new GProDiscoverStatus(); this.cookies = new byte[0]; } public int getBusinessType() { return this.businessType; } public byte[] getCookies() { return this.cookies; } public GProDiscoverStatus getDiscoverStatus() { return this.discoverStatus; } public int getFlag() { return this.flag; } public int getPointType() { return this.pointType; } public long getSeq() { return this.seq; } public String toString() { return "GProFetchDiscoverRedRsp{flag=" + this.flag + ",seq=" + this.seq + ",businessType=" + this.businessType + ",discoverStatus=" + this.discoverStatus + ",cookies=" + this.cookies + ",pointType=" + this.pointType + ",}"; } public GProFetchDiscoverRedRsp(int i2, long j2, int i3, GProDiscoverStatus gProDiscoverStatus, byte[] bArr, int i4) { this.discoverStatus = new GProDiscoverStatus(); this.cookies = new byte[0]; this.flag = i2; this.seq = j2; this.businessType = i3; this.discoverStatus = gProDiscoverStatus; this.cookies = bArr; this.pointType = i4; } }
1,502
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SpecificEventTypeInfoInMsgBox.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SpecificEventTypeInfoInMsgBox.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SpecificEventTypeInfoInMsgBox { int eventTypeInMsgBox; ArrayList<MsgBoxNecessaryMsgInfo> msgInfos; public SpecificEventTypeInfoInMsgBox() { this.msgInfos = new ArrayList<>(); } public int getEventTypeInMsgBox() { return this.eventTypeInMsgBox; } public ArrayList<MsgBoxNecessaryMsgInfo> getMsgInfos() { return this.msgInfos; } public String toString() { return "SpecificEventTypeInfoInMsgBox{eventTypeInMsgBox=" + this.eventTypeInMsgBox + ",msgInfos=" + this.msgInfos + ",}"; } public SpecificEventTypeInfoInMsgBox(int i2, ArrayList<MsgBoxNecessaryMsgInfo> arrayList) { this.msgInfos = new ArrayList<>(); this.eventTypeInMsgBox = i2; this.msgInfos = arrayList; } }
926
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchMsgWithKeywordsParams.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchMsgWithKeywordsParams.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes.dex */ public final class SearchMsgWithKeywordsParams { int chatType; int pageLimit; String peerUid; int searchFields; public SearchMsgWithKeywordsParams() { this.peerUid = ""; } public int getChatType() { return this.chatType; } public int getPageLimit() { return this.pageLimit; } public String getPeerUid() { return this.peerUid; } public int getSearchFields() { return this.searchFields; } public String toString() { return "SearchMsgWithKeywordsParams{chatType=" + this.chatType + ",peerUid=" + this.peerUid + ",searchFields=" + this.searchFields + ",pageLimit=" + this.pageLimit + ",}"; } public SearchMsgWithKeywordsParams(int i2, String str, int i3, int i4) { this.peerUid = ""; this.chatType = i2; this.peerUid = str; this.searchFields = i3; this.pageLimit = i4; } }
1,017
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IGProFetchGuildListCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IGProFetchGuildListCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public interface IGProFetchGuildListCallback { void onFetchGuildList(int code, String reason, boolean z, byte[] cookie, ArrayList<Long> arrayList, ArrayList<GProGuild> arrayList2, ArrayList<Long> arrayList3); }
293
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
CommentForRead.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CommentForRead.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class CommentForRead { String content; long createTime; String id; Like likeInfo; User postUser; Integer replyCount; RichText richContents; long sequence; ArrayList<Reply> vecReply; public CommentForRead() { this.id = ""; this.postUser = new User(); this.content = ""; } public String getContent() { return this.content; } public long getCreateTime() { return this.createTime; } public String getId() { return this.id; } public Like getLikeInfo() { return this.likeInfo; } public User getPostUser() { return this.postUser; } public Integer getReplyCount() { return this.replyCount; } public RichText getRichContents() { return this.richContents; } public long getSequence() { return this.sequence; } public ArrayList<Reply> getVecReply() { return this.vecReply; } public String toString() { return "CommentForRead{id=" + this.id + ",postUser=" + this.postUser + ",createTime=" + this.createTime + ",content=" + this.content + ",replyCount=" + this.replyCount + ",vecReply=" + this.vecReply + ",likeInfo=" + this.likeInfo + ",richContents=" + this.richContents + ",sequence=" + this.sequence + ",}"; } public CommentForRead(String str, User user, long j2, String str2, Integer num, ArrayList<Reply> arrayList, Like like, RichText richText, long j3) { this.id = ""; this.postUser = new User(); this.content = ""; this.id = str; this.postUser = user; this.createTime = j2; this.content = str2; this.replyCount = num; this.vecReply = arrayList; this.likeInfo = like; this.richContents = richText; this.sequence = j3; } }
2,008
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserDevState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserDevState.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProUserDevState implements Serializable { int cameraState; String currentRoomId; int micState; int networkQuality; int screenState; long serialVersionUID; int sysMicBusy; public GProUserDevState() { this.serialVersionUID = 1L; this.currentRoomId = ""; } public int getCameraState() { return this.cameraState; } public String getCurrentRoomId() { return this.currentRoomId; } public int getMicState() { return this.micState; } public int getNetworkQuality() { return this.networkQuality; } public int getScreenState() { return this.screenState; } public int getSysMicBusy() { return this.sysMicBusy; } public void setCameraState(int i2) { this.cameraState = i2; } public void setCurrentRoomId(String str) { this.currentRoomId = str; } public void setMicState(int i2) { this.micState = i2; } public void setNetworkQuality(int i2) { this.networkQuality = i2; } public void setScreenState(int i2) { this.screenState = i2; } public void setSysMicBusy(int i2) { this.sysMicBusy = i2; } public String toString() { return "GProUserDevState{micState=" + this.micState + ",cameraState=" + this.cameraState + ",screenState=" + this.screenState + ",networkQuality=" + this.networkQuality + ",sysMicBusy=" + this.sysMicBusy + ",currentRoomId=" + this.currentRoomId + ",}"; } public GProUserDevState(int i2, int i3, int i4, int i5, int i6, String str) { this.serialVersionUID = 1L; this.currentRoomId = ""; this.micState = i2; this.cameraState = i3; this.screenState = i4; this.networkQuality = i5; this.sysMicBusy = i6; this.currentRoomId = str; } }
2,016
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ITransGroupFileCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ITransGroupFileCallback.java
package com.tencent.qqnt.kernel.nativeinterface; public interface ITransGroupFileCallback { void onResult(int i2, String str, TransGroupFileResult transGroupFileResult); }
176
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupDetailInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupDetailInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupDetailInfo implements IKernelModel { int appealDeadline; int certType; int classExt; int cmdUinFlagEx2; int cmdUinJoinTime; GroupMsgMask cmdUinMsgMask; int cmdUinMsgSeq; MemberRole cmdUinPrivilege; int cmdUinUinFlag; String fingerMemo; long groupCode; int groupFlag; int groupFlagExt; int groupFlagExt3; int groupFlagExt4; String groupMemo; String groupName; int groupOption; String groupQuestion; int groupSecLevel; int groupSecLevelInfo; int groupTypeFlag; int isConfGroup; int isModifyConfGroupFace; int isModifyConfGroupName; boolean isTop; int maxMemberNum; int memberNum; String ownerUid; int privilegeFlag; String remarkName; String richFingerMemo; int shutUpAllTimestamp; int shutUpMeTimestamp; ArrayList<GroupTagRecord> tagRecord; public GroupDetailInfo() { this.ownerUid = ""; this.groupName = ""; this.fingerMemo = ""; this.groupQuestion = ""; this.richFingerMemo = ""; this.tagRecord = new ArrayList<>(); this.groupMemo = ""; this.cmdUinMsgMask = GroupMsgMask.values()[0]; this.cmdUinPrivilege = MemberRole.values()[0]; this.remarkName = ""; } public int getAppealDeadline() { return this.appealDeadline; } public int getCertType() { return this.certType; } public int getClassExt() { return this.classExt; } public int getCmdUinFlagEx2() { return this.cmdUinFlagEx2; } public int getCmdUinJoinTime() { return this.cmdUinJoinTime; } public GroupMsgMask getCmdUinMsgMask() { return this.cmdUinMsgMask; } public int getCmdUinMsgSeq() { return this.cmdUinMsgSeq; } public MemberRole getCmdUinPrivilege() { return this.cmdUinPrivilege; } public int getCmdUinUinFlag() { return this.cmdUinUinFlag; } public String getFingerMemo() { return this.fingerMemo; } public long getGroupCode() { return this.groupCode; } public int getGroupFlag() { return this.groupFlag; } public int getGroupFlagExt() { return this.groupFlagExt; } public int getGroupFlagExt3() { return this.groupFlagExt3; } public int getGroupFlagExt4() { return this.groupFlagExt4; } public String getGroupMemo() { return this.groupMemo; } public String getGroupName() { return this.groupName; } public int getGroupOption() { return this.groupOption; } public String getGroupQuestion() { return this.groupQuestion; } public int getGroupSecLevel() { return this.groupSecLevel; } public int getGroupSecLevelInfo() { return this.groupSecLevelInfo; } public int getGroupTypeFlag() { return this.groupTypeFlag; } public int getIsConfGroup() { return this.isConfGroup; } public int getIsModifyConfGroupFace() { return this.isModifyConfGroupFace; } public int getIsModifyConfGroupName() { return this.isModifyConfGroupName; } public boolean getIsTop() { return this.isTop; } public int getMaxMemberNum() { return this.maxMemberNum; } public int getMemberNum() { return this.memberNum; } public String getOwnerUid() { return this.ownerUid; } public int getPrivilegeFlag() { return this.privilegeFlag; } public String getRemarkName() { return this.remarkName; } public String getRichFingerMemo() { return this.richFingerMemo; } public int getShutUpAllTimestamp() { return this.shutUpAllTimestamp; } public int getShutUpMeTimestamp() { return this.shutUpMeTimestamp; } public ArrayList<GroupTagRecord> getTagRecord() { return this.tagRecord; } public void setAppealDeadline(int i2) { this.appealDeadline = i2; } public void setCertType(int i2) { this.certType = i2; } public void setClassExt(int i2) { this.classExt = i2; } public void setCmdUinFlagEx2(int i2) { this.cmdUinFlagEx2 = i2; } public void setCmdUinJoinTime(int i2) { this.cmdUinJoinTime = i2; } public void setCmdUinMsgMask(GroupMsgMask groupMsgMask) { this.cmdUinMsgMask = groupMsgMask; } public void setCmdUinMsgSeq(int i2) { this.cmdUinMsgSeq = i2; } public void setCmdUinPrivilege(MemberRole memberRole) { this.cmdUinPrivilege = memberRole; } public void setCmdUinUinFlag(int i2) { this.cmdUinUinFlag = i2; } public void setFingerMemo(String str) { this.fingerMemo = str; } public void setGroupCode(long j2) { this.groupCode = j2; } public void setGroupFlag(int i2) { this.groupFlag = i2; } public void setGroupFlagExt(int i2) { this.groupFlagExt = i2; } public void setGroupFlagExt3(int i2) { this.groupFlagExt3 = i2; } public void setGroupFlagExt4(int i2) { this.groupFlagExt4 = i2; } public void setGroupMemo(String str) { this.groupMemo = str; } public void setGroupName(String str) { this.groupName = str; } public void setGroupOption(int i2) { this.groupOption = i2; } public void setGroupQuestion(String str) { this.groupQuestion = str; } public void setGroupSecLevel(int i2) { this.groupSecLevel = i2; } public void setGroupSecLevelInfo(int i2) { this.groupSecLevelInfo = i2; } public void setGroupTypeFlag(int i2) { this.groupTypeFlag = i2; } public void setIsConfGroup(int i2) { this.isConfGroup = i2; } public void setIsModifyConfGroupFace(int i2) { this.isModifyConfGroupFace = i2; } public void setIsModifyConfGroupName(int i2) { this.isModifyConfGroupName = i2; } public void setIsTop(boolean z) { this.isTop = z; } public void setMaxMemberNum(int i2) { this.maxMemberNum = i2; } public void setMemberNum(int i2) { this.memberNum = i2; } public void setOwnerUid(String str) { this.ownerUid = str; } public void setPrivilegeFlag(int i2) { this.privilegeFlag = i2; } public void setRemarkName(String str) { this.remarkName = str; } public void setRichFingerMemo(String str) { this.richFingerMemo = str; } public void setShutUpAllTimestamp(int i2) { this.shutUpAllTimestamp = i2; } public void setShutUpMeTimestamp(int i2) { this.shutUpMeTimestamp = i2; } public void setTagRecord(ArrayList<GroupTagRecord> arrayList) { this.tagRecord = arrayList; } public String toString() { return "GroupDetailInfo{groupCode=" + this.groupCode + ",ownerUid=" + this.ownerUid + ",groupFlag=" + this.groupFlag + ",groupFlagExt=" + this.groupFlagExt + ",maxMemberNum=" + this.maxMemberNum + ",memberNum=" + this.memberNum + ",groupOption=" + this.groupOption + ",classExt=" + this.classExt + ",groupName=" + this.groupName + ",fingerMemo=" + this.fingerMemo + ",groupQuestion=" + this.groupQuestion + ",certType=" + this.certType + ",richFingerMemo=" + this.richFingerMemo + ",tagRecord=" + this.tagRecord + ",shutUpAllTimestamp=" + this.shutUpAllTimestamp + ",shutUpMeTimestamp=" + this.shutUpMeTimestamp + ",groupTypeFlag=" + this.groupTypeFlag + ",privilegeFlag=" + this.privilegeFlag + ",groupSecLevel=" + this.groupSecLevel + ",groupFlagExt3=" + this.groupFlagExt3 + ",isConfGroup=" + this.isConfGroup + ",isModifyConfGroupFace=" + this.isModifyConfGroupFace + ",isModifyConfGroupName=" + this.isModifyConfGroupName + ",groupFlagExt4=" + this.groupFlagExt4 + ",groupMemo=" + this.groupMemo + ",cmdUinMsgSeq=" + this.cmdUinMsgSeq + ",cmdUinJoinTime=" + this.cmdUinJoinTime + ",cmdUinUinFlag=" + this.cmdUinUinFlag + ",cmdUinMsgMask=" + this.cmdUinMsgMask + ",groupSecLevelInfo=" + this.groupSecLevelInfo + ",cmdUinPrivilege=" + this.cmdUinPrivilege + ",cmdUinFlagEx2=" + this.cmdUinFlagEx2 + ",appealDeadline=" + this.appealDeadline + ",remarkName=" + this.remarkName + ",isTop=" + this.isTop + ",}"; } public GroupDetailInfo(long j2, String str, int i2, int i3, int i4, int i5, int i6, int i7, String str2, String str3, String str4, int i8, String str5, ArrayList<GroupTagRecord> arrayList, int i9, int i10, int i11, int i12, int i13, int i14, int i15, int i16, int i17, int i18, String str6, int i19, int i20, int i21, GroupMsgMask groupMsgMask, int i22, MemberRole memberRole, int i23, int i24, String str7, boolean z) { this.ownerUid = ""; this.groupName = ""; this.fingerMemo = ""; this.groupQuestion = ""; this.richFingerMemo = ""; this.tagRecord = new ArrayList<>(); this.groupMemo = ""; this.cmdUinMsgMask = GroupMsgMask.values()[0]; this.cmdUinPrivilege = MemberRole.values()[0]; this.remarkName = ""; this.groupCode = j2; this.ownerUid = str; this.groupFlag = i2; this.groupFlagExt = i3; this.maxMemberNum = i4; this.memberNum = i5; this.groupOption = i6; this.classExt = i7; this.groupName = str2; this.fingerMemo = str3; this.groupQuestion = str4; this.certType = i8; this.richFingerMemo = str5; this.tagRecord = arrayList; this.shutUpAllTimestamp = i9; this.shutUpMeTimestamp = i10; this.groupTypeFlag = i11; this.privilegeFlag = i12; this.groupSecLevel = i13; this.groupFlagExt3 = i14; this.isConfGroup = i15; this.isModifyConfGroupFace = i16; this.isModifyConfGroupName = i17; this.groupFlagExt4 = i18; this.groupMemo = str6; this.cmdUinMsgSeq = i19; this.cmdUinJoinTime = i20; this.cmdUinUinFlag = i21; this.cmdUinMsgMask = groupMsgMask; this.groupSecLevelInfo = i22; this.cmdUinPrivilege = memberRole; this.cmdUinFlagEx2 = i23; this.appealDeadline = i24; this.remarkName = str7; this.isTop = z; } }
10,603
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProJoinGuildsResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProJoinGuildsResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProJoinGuildsResult implements Serializable { long guildId; GProGuild guildInfo; GProGuildInit guildInit; int isOpenTab; int qqMsgInList; int resultCode; GProSecurityResult secResult; long serialVersionUID; public GProJoinGuildsResult() { this.serialVersionUID = 1L; this.secResult = new GProSecurityResult(); this.guildInfo = new GProGuild(); this.guildInit = new GProGuildInit(); } public long getGuildId() { return this.guildId; } public GProGuild getGuildInfo() { return this.guildInfo; } public GProGuildInit getGuildInit() { return this.guildInit; } public int getIsOpenTab() { return this.isOpenTab; } public int getQqMsgInList() { return this.qqMsgInList; } public int getResultCode() { return this.resultCode; } public GProSecurityResult getSecResult() { return this.secResult; } public String toString() { return "GProJoinGuildsResult{resultCode=" + this.resultCode + ",secResult=" + this.secResult + ",guildId=" + this.guildId + ",guildInfo=" + this.guildInfo + ",guildInit=" + this.guildInit + ",qqMsgInList=" + this.qqMsgInList + ",isOpenTab=" + this.isOpenTab + ",}"; } public GProJoinGuildsResult(int i2, GProSecurityResult gProSecurityResult, long j2, GProGuild gProGuild, GProGuildInit gProGuildInit, int i3, int i4) { this.serialVersionUID = 1L; this.secResult = new GProSecurityResult(); this.guildInfo = new GProGuild(); this.guildInit = new GProGuildInit(); this.resultCode = i2; this.secResult = gProSecurityResult; this.guildId = j2; this.guildInfo = gProGuild; this.guildInit = gProGuildInit; this.qqMsgInList = i3; this.isOpenTab = i4; } }
2,003
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPAReportExecuteReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPAReportExecuteReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProPAReportExecuteReq implements Serializable { long execTime; String instrTraceId; ArrayList<String> ruleNameList; long serialVersionUID; public GProPAReportExecuteReq() { this.serialVersionUID = 1L; this.ruleNameList = new ArrayList<>(); this.instrTraceId = ""; } public long getExecTime() { return this.execTime; } public String getInstrTraceId() { return this.instrTraceId; } public ArrayList<String> getRuleNameList() { return this.ruleNameList; } public void setExecTime(long j2) { this.execTime = j2; } public void setInstrTraceId(String str) { this.instrTraceId = str; } public void setRuleNameList(ArrayList<String> arrayList) { this.ruleNameList = arrayList; } public String toString() { return "GProPAReportExecuteReq{ruleNameList=" + this.ruleNameList + ",instrTraceId=" + this.instrTraceId + ",execTime=" + this.execTime + ",}"; } public GProPAReportExecuteReq(ArrayList<String> arrayList, String str, long j2) { this.serialVersionUID = 1L; this.ruleNameList = new ArrayList<>(); this.instrTraceId = ""; this.ruleNameList = arrayList; this.instrTraceId = str; this.execTime = j2; } }
1,482
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
JsonGrayBusiId.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/JsonGrayBusiId.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class JsonGrayBusiId { public static final int AIO_AV_C2C_NOTICE = 2021; public static final int AIO_AV_GROUP_NOTICE = 2022; public static final int AIO_C2C_DONT_DISTURB = 2100; public static final int AIO_CRM_FLAGS_TIPS = 2050; public static final int AIO_GROUP_ESSENCE_MSG_TIP = 2401; public static final int AIO_NUDGE_CUSTOM_GUIDE = 2041; public static final int AIO_RECALL_MSGCUSTOM_WORDINGGUIDE = 2000; public static final int AIO_ROBOT_SAFETY_TIP = 2201; public static final int AIO_ZPLAN_EMOTICON_GUIDE = 2301; public static final int AIO_ZPLAN_SEND_MEME = 2300; public static final int DISBAND_DISCUSSION_GRAY_TIP_ID = 2603; public static final int GROUP_AIO_CONFIGURABLE_GRAY_TIPS = 2407; public static final int GROUP_AIO_HOME_SCHOOL_WELCOME_GRAY_TIP_ID = 2404; public static final int GROUP_AIO_MSG_FREQUENCY_GRAY_TIP_ID = 2406; public static final int GROUP_AIO_SHUTUP_GRAY_TIP_ID = 2402; public static final int GROUP_AIO_TEMPORARY_GRAY_TIP_ID = 2405; public static final int GROUP_AIO_UNREAD_MSG_AI_SUMMARY = 2408; public static final int GROUP_AIO_UPLOAD_PERMISSIONS_GRAY_TIP_ID = 2403; public static final int ONLINE_FILE_CANCEL_RECV_ON_RECVING = 4; public static final int ONLINE_FILE_GO_OFFLINE = 11; public static final int ONLINE_FILE_GO_OFFLINE_ALL = 12; public static final int ONLINE_FILE_RECV_BY_MOBILE = 13; public static final int ONLINE_FILE_RECV_ERROR = 10; public static final int ONLINE_FILE_REFUSE_ALL_RECV = 7; public static final int ONLINE_FILE_REFUSE_ALL_RECV_ON_RECVING = 8; public static final int ONLINE_FILE_REFUSE_RECV = 3; public static final int ONLINE_FILE_SEND_ERROR = 9; public static final int ONLINE_FILE_STOP_ALL_SEND = 5; public static final int ONLINE_FILE_STOP_ALL_SEND_ON_SENDING = 6; public static final int ONLINE_FILE_STOP_SEND = 1; public static final int ONLINE_FILE_STOP_SEND_ON_SENDING = 2; public static final long ONLINE_GROUP_HOME_WORK = 51; public static final int PTT_AUTO_CHANGE_GUIDE = 2060; public static final int QCIRCLE_SHOW_FULE_TIPS = 2601; public static final int QWALLET_GRAY_TIP_ID = 2602; public static final long RED_BAG = 81; public static final int RELATION_C2C_GROUP_AIO_SETUP_GROUP_AND_REMARK = 1005; public static final int RELATION_C2C_LOVER_BONUS = 1003; public static final int RELATION_C2C_MEMBER_ADD = 1017; public static final int RELATION_C2C_REACTIVE_DEGRADE_MSG = 1019; public static final int RELATION_C2C_REACTIVE_UPGRADE_MSG = 1018; public static final int RELATION_C2C_SAY_HELLO = 1004; public static final int RELATION_CHAIN_BLACKED = 1000; public static final int RELATION_CHAIN_MATCH_FRIEND = 1007; public static final int RELATION_CREATE_GROUP_GRAY_TIP_ID = 1009; public static final int RELATION_EMOJIEGG_SHOW = 1001; public static final int RELATION_EMOJIEGG_WILL_DEGRADE = 1002; public static final int RELATION_FRIEND_CLONE_INFO = 1006; public static final int RELATION_GROUP_BATCH_ADD_FRIEND = 1020; public static final int RELATION_GROUP_MEMBER_ADD_WITH_MODIFY_NAME = 1015; public static final int RELATION_GROUP_MEMBER_ADD_WITH_WELCOME = 1016; public static final int RELATION_GROUP_MEMBER_RECOMMEND = 1021; public static final int RELATION_GROUP_SHUT_UP = 1014; public static final int RELATION_LIMIT_TMP_CONVERSATION_SET = 1011; public static final int RELATION_NEARBY_GOTO_VERIFY = 1008; public static final int RELATION_ONEWAY_FRIEND_GRAY_TIP_ID = 1012; public static final int RELATION_ONEWAY_FRIEND_NEW_GRAY_TIP_ID = 1013; public static final int RELATION_YQT = 1010; public static final long UI_RESERVE_100000_110000 = 100000; public String toString() { return "JsonGrayBusiId{}"; } }
3,969
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
LocalAVRecordElementMainType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LocalAVRecordElementMainType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum LocalAVRecordElementMainType { KUNKNOWN, KAUDIO, KVIDEO, KSCREENSHARE, KGROUPCLASS, KGROUPLIVE, KREMOTING }
253
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupInviteType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupInviteType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum GroupInviteType { BYBUDDY, BYGROUPMEMBER, BYDISCUSSMEMBER }
189
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProCategoryChannelIdList.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProCategoryChannelIdList.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProCategoryChannelIdList { long categoryId; ArrayList<Long> channelList; boolean folded; String name; public GProCategoryChannelIdList() { this.name = ""; this.channelList = new ArrayList<>(); } public long getCategoryId() { return this.categoryId; } public ArrayList<Long> getChannelList() { return this.channelList; } public boolean getFolded() { return this.folded; } public String getName() { return this.name; } public String toString() { return "GProCategoryChannelIdList{name=" + this.name + ",categoryId=" + this.categoryId + ",channelList=" + this.channelList + ",folded=" + this.folded + ",}"; } public GProCategoryChannelIdList(String str, long j2, ArrayList<Long> arrayList, boolean z) { this.name = ""; this.channelList = new ArrayList<>(); this.name = str; this.categoryId = j2; this.channelList = arrayList; this.folded = z; } }
1,158
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupNotifyMsg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupNotifyMsg.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupNotifyMsg implements IKernelModel, Serializable { long actionTime; GroupNotifyUser actionUser; GroupNotifyGroup group; GroupInviteExt invitationExt; String postscript; ArrayList<Long> repeatSeqs; long seq; long serialVersionUID; GroupNotifyMsgStatus status; GroupNotifyMsgType type; GroupNotifyUser user1; GroupNotifyUser user2; String warningTips; public GroupNotifyMsg() { this.serialVersionUID = 1L; this.type = GroupNotifyMsgType.values()[0]; this.status = GroupNotifyMsgStatus.values()[0]; this.group = new GroupNotifyGroup(); this.user1 = new GroupNotifyUser(); this.user2 = new GroupNotifyUser(); this.actionUser = new GroupNotifyUser(); this.invitationExt = new GroupInviteExt(); this.postscript = ""; this.repeatSeqs = new ArrayList<>(); this.warningTips = ""; } public long getActionTime() { return this.actionTime; } public GroupNotifyUser getActionUser() { return this.actionUser; } public GroupNotifyGroup getGroup() { return this.group; } public GroupInviteExt getInvitationExt() { return this.invitationExt; } public String getPostscript() { return this.postscript; } public ArrayList<Long> getRepeatSeqs() { return this.repeatSeqs; } public long getSeq() { return this.seq; } public GroupNotifyMsgStatus getStatus() { return this.status; } public GroupNotifyMsgType getType() { return this.type; } public GroupNotifyUser getUser1() { return this.user1; } public GroupNotifyUser getUser2() { return this.user2; } public String getWarningTips() { return this.warningTips; } public void setActionTime(long j2) { this.actionTime = j2; } public void setActionUser(GroupNotifyUser groupNotifyUser) { this.actionUser = groupNotifyUser; } public void setGroup(GroupNotifyGroup groupNotifyGroup) { this.group = groupNotifyGroup; } public void setInvitationExt(GroupInviteExt groupInviteExt) { this.invitationExt = groupInviteExt; } public void setPostscript(String str) { this.postscript = str; } public void setRepeatSeqs(ArrayList<Long> arrayList) { this.repeatSeqs = arrayList; } public void setSeq(long j2) { this.seq = j2; } public void setStatus(GroupNotifyMsgStatus groupNotifyMsgStatus) { this.status = groupNotifyMsgStatus; } public void setType(GroupNotifyMsgType groupNotifyMsgType) { this.type = groupNotifyMsgType; } public void setUser1(GroupNotifyUser groupNotifyUser) { this.user1 = groupNotifyUser; } public void setUser2(GroupNotifyUser groupNotifyUser) { this.user2 = groupNotifyUser; } public void setWarningTips(String str) { this.warningTips = str; } public String toString() { return "GroupNotifyMsg{seq=" + this.seq + ",type=" + this.type + ",status=" + this.status + ",group=" + this.group + ",user1=" + this.user1 + ",user2=" + this.user2 + ",actionUser=" + this.actionUser + ",actionTime=" + this.actionTime + ",invitationExt=" + this.invitationExt + ",postscript=" + this.postscript + ",repeatSeqs=" + this.repeatSeqs + ",warningTips=" + this.warningTips + ",}"; } public GroupNotifyMsg(long j2, GroupNotifyMsgType groupNotifyMsgType, GroupNotifyMsgStatus groupNotifyMsgStatus, GroupNotifyGroup groupNotifyGroup, GroupNotifyUser groupNotifyUser, GroupNotifyUser groupNotifyUser2, GroupNotifyUser groupNotifyUser3, long j3, GroupInviteExt groupInviteExt, String str, ArrayList<Long> arrayList, String str2) { this.serialVersionUID = 1L; this.type = GroupNotifyMsgType.values()[0]; this.status = GroupNotifyMsgStatus.values()[0]; this.group = new GroupNotifyGroup(); this.user1 = new GroupNotifyUser(); this.user2 = new GroupNotifyUser(); this.actionUser = new GroupNotifyUser(); this.invitationExt = new GroupInviteExt(); this.postscript = ""; this.repeatSeqs = new ArrayList<>(); this.warningTips = ""; this.seq = j2; this.type = groupNotifyMsgType; this.status = groupNotifyMsgStatus; this.group = groupNotifyGroup; this.user1 = groupNotifyUser; this.user2 = groupNotifyUser2; this.actionUser = groupNotifyUser3; this.actionTime = j3; this.invitationExt = groupInviteExt; this.postscript = str; this.repeatSeqs = arrayList; this.warningTips = str2; } }
4,943
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ReplyFeedReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ReplyFeedReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class ReplyFeedReq { CommentForRead comment; int commentType; Feed feed; String jsonReply; Reply reply; public ReplyFeedReq() { this.reply = new Reply(); this.comment = new CommentForRead(); this.feed = new Feed(); this.jsonReply = ""; } public CommentForRead getComment() { return this.comment; } public int getCommentType() { return this.commentType; } public Feed getFeed() { return this.feed; } public String getJsonReply() { return this.jsonReply; } public Reply getReply() { return this.reply; } public String toString() { return "ReplyFeedReq{commentType=" + this.commentType + ",reply=" + this.reply + ",comment=" + this.comment + ",feed=" + this.feed + ",jsonReply=" + this.jsonReply + ",}"; } public ReplyFeedReq(int i2, Reply reply, CommentForRead commentForRead, Feed feed, String str) { this.reply = new Reply(); this.comment = new CommentForRead(); this.feed = new Feed(); this.jsonReply = ""; this.commentType = i2; this.reply = reply; this.comment = commentForRead; this.feed = feed; this.jsonReply = str; } }
1,388
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendResult.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecommendResult { GProRecommendCardInfo recommendCardInfo; GProRecommendGroupInfo recommendGroupInfo; GProRecommendInfo recommendInfo; int type; public GProRecommendResult() { this.recommendInfo = new GProRecommendInfo(); this.recommendGroupInfo = new GProRecommendGroupInfo(); this.recommendCardInfo = new GProRecommendCardInfo(); } public GProRecommendCardInfo getRecommendCardInfo() { return this.recommendCardInfo; } public GProRecommendGroupInfo getRecommendGroupInfo() { return this.recommendGroupInfo; } public GProRecommendInfo getRecommendInfo() { return this.recommendInfo; } public int getType() { return this.type; } public String toString() { return "GProRecommendResult{recommendInfo=" + this.recommendInfo + ",recommendGroupInfo=" + this.recommendGroupInfo + ",type=" + this.type + ",recommendCardInfo=" + this.recommendCardInfo + ",}"; } public GProRecommendResult(GProRecommendInfo gProRecommendInfo, GProRecommendGroupInfo gProRecommendGroupInfo, int i2, GProRecommendCardInfo gProRecommendCardInfo) { this.recommendInfo = new GProRecommendInfo(); this.recommendGroupInfo = new GProRecommendGroupInfo(); this.recommendCardInfo = new GProRecommendCardInfo(); this.recommendInfo = gProRecommendInfo; this.recommendGroupInfo = gProRecommendGroupInfo; this.type = i2; this.recommendCardInfo = gProRecommendCardInfo; } }
1,638
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendV2Color.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendV2Color.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendV2Color implements Serializable { long serialVersionUID = 1; int uint32B; int uint32G; int uint32R; public GProRecommendV2Color() { } public int getUint32B() { return this.uint32B; } public int getUint32G() { return this.uint32G; } public int getUint32R() { return this.uint32R; } public String toString() { return "GProRecommendV2Color{uint32R=" + this.uint32R + ",uint32G=" + this.uint32G + ",uint32B=" + this.uint32B + ",}"; } public GProRecommendV2Color(int i2, int i3, int i4) { this.uint32R = i2; this.uint32G = i3; this.uint32B = i4; } }
815
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPollingInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPollingInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProPollingInfo { long channelId; long guildId; int pollingType; int source; public GProPollingInfo() { } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public int getPollingType() { return this.pollingType; } public int getSource() { return this.source; } public String toString() { return "GProPollingInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",pollingType=" + this.pollingType + ",source=" + this.source + ",}"; } public GProPollingInfo(long j2, long j3, int i2, int i3) { this.guildId = j2; this.channelId = j3; this.pollingType = i2; this.source = i3; } }
893
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendItem implements Serializable { GProStickyFeedChannel activeFeedChannel; GProStickyTextChannel activeTextChannel; byte[] adFeedModel; GProAdInfo adInfo; ArrayList<GProRecommendCategory> categories; GProRecommendChannelInfo channelInfo; GProRecommendExtra extra; GProRecommendMyFeed feed; GProRecommendItemForumChannel forumChannel; GProRecommendH5GameChannel h5gameChannel; String itemId; long itemIdUint64; int itemType; GProQuickJoinBlock quickJoinBlock; GProRecommendLiveChannel recommendLiveChannel; GProRecommendRobotDrawCard robotDrawCard; GProRecommendRobotGameCard robotGameCard; long serialVersionUID; int templateType; GProRecommendTextChannel textChannel; GProRecommendVoiceChannel voiceChannel; GProVoiceTemplateChannel voiceTemplate; GProRecommendWorldChannel worldChannel; public GProRecommendItem() { this.serialVersionUID = 1L; this.itemId = ""; this.channelInfo = new GProRecommendChannelInfo(); this.recommendLiveChannel = new GProRecommendLiveChannel(); this.voiceChannel = new GProRecommendVoiceChannel(); this.feed = new GProRecommendMyFeed(); this.worldChannel = new GProRecommendWorldChannel(); this.categories = new ArrayList<>(); this.h5gameChannel = new GProRecommendH5GameChannel(); this.adInfo = new GProAdInfo(); this.forumChannel = new GProRecommendItemForumChannel(); this.extra = new GProRecommendExtra(); this.voiceTemplate = new GProVoiceTemplateChannel(); this.quickJoinBlock = new GProQuickJoinBlock(); this.textChannel = new GProRecommendTextChannel(); this.robotDrawCard = new GProRecommendRobotDrawCard(); this.robotGameCard = new GProRecommendRobotGameCard(); this.adFeedModel = new byte[0]; this.activeTextChannel = new GProStickyTextChannel(); this.activeFeedChannel = new GProStickyFeedChannel(); } public GProStickyFeedChannel getActiveFeedChannel() { return this.activeFeedChannel; } public GProStickyTextChannel getActiveTextChannel() { return this.activeTextChannel; } public byte[] getAdFeedModel() { return this.adFeedModel; } public GProAdInfo getAdInfo() { return this.adInfo; } public ArrayList<GProRecommendCategory> getCategories() { return this.categories; } public GProRecommendChannelInfo getChannelInfo() { return this.channelInfo; } public GProRecommendExtra getExtra() { return this.extra; } public GProRecommendMyFeed getFeed() { return this.feed; } public GProRecommendItemForumChannel getForumChannel() { return this.forumChannel; } public GProRecommendH5GameChannel getH5gameChannel() { return this.h5gameChannel; } public String getItemId() { return this.itemId; } public long getItemIdUint64() { return this.itemIdUint64; } public int getItemType() { return this.itemType; } public GProQuickJoinBlock getQuickJoinBlock() { return this.quickJoinBlock; } public GProRecommendLiveChannel getRecommendLiveChannel() { return this.recommendLiveChannel; } public GProRecommendRobotDrawCard getRobotDrawCard() { return this.robotDrawCard; } public GProRecommendRobotGameCard getRobotGameCard() { return this.robotGameCard; } public int getTemplateType() { return this.templateType; } public GProRecommendTextChannel getTextChannel() { return this.textChannel; } public GProRecommendVoiceChannel getVoiceChannel() { return this.voiceChannel; } public GProVoiceTemplateChannel getVoiceTemplate() { return this.voiceTemplate; } public GProRecommendWorldChannel getWorldChannel() { return this.worldChannel; } public String toString() { return "GProRecommendItem{itemId=" + this.itemId + ",itemType=" + this.itemType + ",channelInfo=" + this.channelInfo + ",recommendLiveChannel=" + this.recommendLiveChannel + ",voiceChannel=" + this.voiceChannel + ",feed=" + this.feed + ",worldChannel=" + this.worldChannel + ",itemIdUint64=" + this.itemIdUint64 + ",categories=" + this.categories + ",h5gameChannel=" + this.h5gameChannel + ",adInfo=" + this.adInfo + ",forumChannel=" + this.forumChannel + ",extra=" + this.extra + ",voiceTemplate=" + this.voiceTemplate + ",quickJoinBlock=" + this.quickJoinBlock + ",textChannel=" + this.textChannel + ",robotDrawCard=" + this.robotDrawCard + ",robotGameCard=" + this.robotGameCard + ",adFeedModel=" + this.adFeedModel + ",templateType=" + this.templateType + ",activeTextChannel=" + this.activeTextChannel + ",activeFeedChannel=" + this.activeFeedChannel + ",}"; } public GProRecommendItem(String str, int i2, GProRecommendChannelInfo gProRecommendChannelInfo, GProRecommendLiveChannel gProRecommendLiveChannel, GProRecommendVoiceChannel gProRecommendVoiceChannel, GProRecommendMyFeed gProRecommendMyFeed, GProRecommendWorldChannel gProRecommendWorldChannel, long j2, ArrayList<GProRecommendCategory> arrayList, GProRecommendH5GameChannel gProRecommendH5GameChannel, GProAdInfo gProAdInfo, GProRecommendItemForumChannel gProRecommendItemForumChannel, GProRecommendExtra gProRecommendExtra, GProVoiceTemplateChannel gProVoiceTemplateChannel, GProQuickJoinBlock gProQuickJoinBlock, GProRecommendTextChannel gProRecommendTextChannel, GProRecommendRobotDrawCard gProRecommendRobotDrawCard, GProRecommendRobotGameCard gProRecommendRobotGameCard, byte[] bArr, int i3, GProStickyTextChannel gProStickyTextChannel, GProStickyFeedChannel gProStickyFeedChannel) { this.serialVersionUID = 1L; this.itemId = ""; this.channelInfo = new GProRecommendChannelInfo(); this.recommendLiveChannel = new GProRecommendLiveChannel(); this.voiceChannel = new GProRecommendVoiceChannel(); this.feed = new GProRecommendMyFeed(); this.worldChannel = new GProRecommendWorldChannel(); this.categories = new ArrayList<>(); this.h5gameChannel = new GProRecommendH5GameChannel(); this.adInfo = new GProAdInfo(); this.forumChannel = new GProRecommendItemForumChannel(); this.extra = new GProRecommendExtra(); this.voiceTemplate = new GProVoiceTemplateChannel(); this.quickJoinBlock = new GProQuickJoinBlock(); this.textChannel = new GProRecommendTextChannel(); this.robotDrawCard = new GProRecommendRobotDrawCard(); this.robotGameCard = new GProRecommendRobotGameCard(); this.adFeedModel = new byte[0]; this.activeTextChannel = new GProStickyTextChannel(); this.activeFeedChannel = new GProStickyFeedChannel(); this.itemId = str; this.itemType = i2; this.channelInfo = gProRecommendChannelInfo; this.recommendLiveChannel = gProRecommendLiveChannel; this.voiceChannel = gProRecommendVoiceChannel; this.feed = gProRecommendMyFeed; this.worldChannel = gProRecommendWorldChannel; this.itemIdUint64 = j2; this.categories = arrayList; this.h5gameChannel = gProRecommendH5GameChannel; this.adInfo = gProAdInfo; this.forumChannel = gProRecommendItemForumChannel; this.extra = gProRecommendExtra; this.voiceTemplate = gProVoiceTemplateChannel; this.quickJoinBlock = gProQuickJoinBlock; this.textChannel = gProRecommendTextChannel; this.robotDrawCard = gProRecommendRobotDrawCard; this.robotGameCard = gProRecommendRobotGameCard; this.adFeedModel = bArr; this.templateType = i3; this.activeTextChannel = gProStickyTextChannel; this.activeFeedChannel = gProStickyFeedChannel; } }
8,096
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveEnterRoomRequest.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveEnterRoomRequest.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProLiveEnterRoomRequest { String bypassData; String channelId; String extData; ArrayList<String> formats; String fromSource; String machineCode; String programId; String programNewId; Long roomId; public GProLiveEnterRoomRequest() { } public String getBypassData() { return this.bypassData; } public String getChannelId() { return this.channelId; } public String getExtData() { return this.extData; } public ArrayList<String> getFormats() { return this.formats; } public String getFromSource() { return this.fromSource; } public String getMachineCode() { return this.machineCode; } public String getProgramId() { return this.programId; } public String getProgramNewId() { return this.programNewId; } public Long getRoomId() { return this.roomId; } public String toString() { return "GProLiveEnterRoomRequest{roomId=" + this.roomId + ",machineCode=" + this.machineCode + ",fromSource=" + this.fromSource + ",formats=" + this.formats + ",extData=" + this.extData + ",programId=" + this.programId + ",channelId=" + this.channelId + ",bypassData=" + this.bypassData + ",programNewId=" + this.programNewId + ",}"; } public GProLiveEnterRoomRequest(Long l2, String str, String str2, ArrayList<String> arrayList, String str3, String str4, String str5, String str6, String str7) { this.roomId = l2; this.machineCode = str; this.fromSource = str2; this.formats = arrayList; this.extData = str3; this.programId = str4; this.channelId = str5; this.bypassData = str6; this.programNewId = str7; } }
1,913
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSendGiftEventData.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSendGiftEventData.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes22.dex */ public final class GProSendGiftEventData implements Serializable { long channelId; String eventId; GProGiftInfo giftInfo; long guildId; GProUser receiverMember; GProUser senderMember; long serialVersionUID; public GProSendGiftEventData() { this.serialVersionUID = 1L; this.eventId = ""; this.senderMember = new GProUser(); this.receiverMember = new GProUser(); this.giftInfo = new GProGiftInfo(); } public long getChannelId() { return this.channelId; } public String getEventId() { return this.eventId; } public GProGiftInfo getGiftInfo() { return this.giftInfo; } public long getGuildId() { return this.guildId; } public GProUser getReceiverMember() { return this.receiverMember; } public GProUser getSenderMember() { return this.senderMember; } public String toString() { return "GProSendGiftEventData{guildId=" + this.guildId + ",channelId=" + this.channelId + ",eventId=" + this.eventId + ",senderMember=" + this.senderMember + ",receiverMember=" + this.receiverMember + ",giftInfo=" + this.giftInfo + ",}"; } public GProSendGiftEventData(long j2, long j3, String str, GProUser gProUser, GProUser gProUser2, GProGiftInfo gProGiftInfo) { this.serialVersionUID = 1L; this.eventId = ""; this.senderMember = new GProUser(); this.receiverMember = new GProUser(); this.giftInfo = new GProGiftInfo(); this.guildId = j2; this.channelId = j3; this.eventId = str; this.senderMember = gProUser; this.receiverMember = gProUser2; this.giftInfo = gProGiftInfo; } }
1,861
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
HitRelatedEmojiWordsResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/HitRelatedEmojiWordsResult.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class HitRelatedEmojiWordsResult { boolean isHit; /* renamed from: msg reason: collision with root package name */ String f305542msg; int result; String word; public HitRelatedEmojiWordsResult() { this.f305542msg = ""; this.word = ""; } public boolean getIsHit() { return this.isHit; } public String getMsg() { return this.f305542msg; } public int getResult() { return this.result; } public String getWord() { return this.word; } public String toString() { return "HitRelatedEmojiWordsResult{result=" + this.result + ",msg=" + this.f305542msg + ",isHit=" + this.isHit + ",word=" + this.word + ",}"; } public HitRelatedEmojiWordsResult(int i2, String str, boolean z, String str2) { this.f305542msg = ""; this.word = ""; this.result = i2; this.f305542msg = str; this.isHit = z; this.word = str2; } }
1,105
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProScheduleSearchInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleSearchInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProScheduleSearchInfo { int acceptedNums; long channelId; String channelName; String content; GProSearchUser creator; long endTimeMs; String guildHeadUrl; long guildId; String guildName; int inviteStatus; String joinGuildSig; GProRecallInfo recallInfo; long scheduleId; long startTimeMs; ArrayList<String> tags; String title; public GProScheduleSearchInfo() { this.title = ""; this.content = ""; this.creator = new GProSearchUser(); this.guildName = ""; this.guildHeadUrl = ""; this.joinGuildSig = ""; this.channelName = ""; this.tags = new ArrayList<>(); this.recallInfo = new GProRecallInfo(); } public int getAcceptedNums() { return this.acceptedNums; } public long getChannelId() { return this.channelId; } public String getChannelName() { return this.channelName; } public String getContent() { return this.content; } public GProSearchUser getCreator() { return this.creator; } public long getEndTimeMs() { return this.endTimeMs; } public String getGuildHeadUrl() { return this.guildHeadUrl; } public long getGuildId() { return this.guildId; } public String getGuildName() { return this.guildName; } public int getInviteStatus() { return this.inviteStatus; } public String getJoinGuildSig() { return this.joinGuildSig; } public GProRecallInfo getRecallInfo() { return this.recallInfo; } public long getScheduleId() { return this.scheduleId; } public long getStartTimeMs() { return this.startTimeMs; } public ArrayList<String> getTags() { return this.tags; } public String getTitle() { return this.title; } public String toString() { return "GProScheduleSearchInfo{scheduleId=" + this.scheduleId + ",title=" + this.title + ",startTimeMs=" + this.startTimeMs + ",endTimeMs=" + this.endTimeMs + ",content=" + this.content + ",creator=" + this.creator + ",acceptedNums=" + this.acceptedNums + ",guildId=" + this.guildId + ",guildName=" + this.guildName + ",guildHeadUrl=" + this.guildHeadUrl + ",channelId=" + this.channelId + ",joinGuildSig=" + this.joinGuildSig + ",channelName=" + this.channelName + ",tags=" + this.tags + ",recallInfo=" + this.recallInfo + ",inviteStatus=" + this.inviteStatus + ",}"; } public GProScheduleSearchInfo(long j2, String str, long j3, long j4, String str2, GProSearchUser gProSearchUser, int i2, long j5, String str3, String str4, long j6, String str5, String str6, ArrayList<String> arrayList, GProRecallInfo gProRecallInfo, int i3) { this.title = ""; this.content = ""; this.creator = new GProSearchUser(); this.guildName = ""; this.guildHeadUrl = ""; this.joinGuildSig = ""; this.channelName = ""; this.tags = new ArrayList<>(); this.recallInfo = new GProRecallInfo(); this.scheduleId = j2; this.title = str; this.startTimeMs = j3; this.endTimeMs = j4; this.content = str2; this.creator = gProSearchUser; this.acceptedNums = i2; this.guildId = j5; this.guildName = str3; this.guildHeadUrl = str4; this.channelId = j6; this.joinGuildSig = str5; this.channelName = str6; this.tags = arrayList; this.recallInfo = gProRecallInfo; this.inviteStatus = i3; } }
3,765
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IKernelGuildListener.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IKernelGuildListener.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; import java.util.HashMap; public interface IKernelGuildListener { void onAVChannelThemeUpdate(long j2, long j3, GProAVChannelConfig gProAVChannelConfig); void onAVUserInfoChangeNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onAllGuildChannelListFetchCompleted(); void onAnchorStatusChange(long j2, long j3, int i2); void onAppChannelPreInfosUpdated(long j2, ArrayList<Long> arrayList, ArrayList<Long> arrayList2); void onAppInfosUpdated(); void onBatchChannelListUpdated(ArrayList<Long> arrayList); void onBatchFetchRoleListUpdate(long j2, ArrayList<GProGuildRole> arrayList); void onBroadcastRoomClose(long j2, int i2, String str); void onBroadcastUserCountUpdate(long j2, int i2); void onChangeGuildNumber(long j2, String str, int i2); void onChannelInfoUpdated(int i2, String str, GProChannel gProChannel); void onChannelListUpdated(int i2, String str, long j2, int i3, HashMap<Long, GProChannel> hashMap, GProCategoryChannelIdList gProCategoryChannelIdList, ArrayList<GProCategoryChannelIdList> arrayList); void onChannelUserPermissionChange(long j2, ArrayList<Long> arrayList); void onDiscoveryStateChanged(GProDiscoveryStateChangedMsg gProDiscoveryStateChangedMsg); void onEnterSpeakQueueNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onGetSelfTinyId(long j2); void onGlobalBannerRemoved(GProGlobalBanner gProGlobalBanner); void onGlobalBannerUpdated(GProGlobalBanner gProGlobalBanner); void onGuildCreatorGuideUpdated(GProCreateGuildGuideInfo gProCreateGuildGuideInfo); void onGuildInfoUpdated(int i2, String str, GProGuild gProGuild, boolean z); void onGuildListUpdated(int i2, String str, boolean z, ArrayList<Long> arrayList, ArrayList<GProGuild> arrayList2, GProGuildListSortInfo gProGuildListSortInfo); void onGuildUserAvatarMetasUpdated(long j2, ArrayList<Long> arrayList); void onGuildUserAvatarPendantsUpdated(HashMap<Long, String> hashMap); void onGuildUserChannelCategoryAdminListUpdated(long j2, ArrayList<Long> arrayList); void onGuildUserClientIdentitiesUpdated(long j2, ArrayList<Long> arrayList); void onGuildUserLevelRolesChanged(long j2, HashMap<Long, Integer> hashMap); void onGuildUserMedalsUpdated(HashMap<Long, String> hashMap); void onGuildUserMemberNamesUpdated(long j2, HashMap<Long, String> hashMap); void onGuildUserNicknamesUpdated(HashMap<Long, String> hashMap); void onGuildUserTopRolesChanged(long j2, ArrayList<Long> arrayList); void onLocalMemberCountUpdate(long j2, long j3); void onMemberCountUpdate(GProGuildMemberCountInfo gProGuildMemberCountInfo); void onNativeUpdateSimpleProfileByMsg(long j2, long j3, long j4, long j5, long j6, long j7, int i2, String str, String str2, String str3, GProClientIdentity gProClientIdentity, long j8, String str4, GProMedal gProMedal); void onNoticeListUpdate(GProNoticeRedPoint gProNoticeRedPoint, byte[] bArr); void onOpenTelemetryMetricCountReport(String str, HashMap<String, String> hashMap, boolean z); void onOpenTelemetryMetricTimeCostReport(String str, HashMap<String, String> hashMap, long j2); void onOpenTelemetryTraceReport(String str, HashMap<String, String> hashMap); void onPollingResult(ArrayList<GProPollingChannelState> arrayList); void onPollingYLGameTeamInfo(GProYLGameTeamInfo gProYLGameTeamInfo); void onPushAVChannelAppMsg(String str); void onPushAVChannelConfigUpdate(long j2, long j3, GProAVChannelConfig gProAVChannelConfig); void onPushAVChannelPlayListChange(long j2, long j3, String str, int i2, String str2); void onPushAVHeartbeatRsp(int i2, String str, GProHeartbeatRsq gProHeartbeatRsq); void onPushAVRoomOptChange(GProAVRoomOptPushInfo gProAVRoomOptPushInfo); void onPushAVUserStateChange(GProAVUserStateChangeInfo gProAVUserStateChangeInfo); void onPushAddChannelSpeakPermission(long j2, long j3); void onPushAdminChanged(long j2, boolean z, long j3, long j4); void onPushAllowScreenShareInGuild(long j2, long j3, boolean z, long j4); void onPushAudioChannelUserEnter(long j2, long j3, GProUser gProUser, long j4); void onPushAudioChannelUserExit(long j2, long j3, long j4, long j5); void onPushAudioChannelUserPlatSwitch(long j2, long j3, long j4, int i2, int i3, String str, long j5); void onPushBannedStatusChanged(long j2, boolean z, boolean z2, boolean z3, long j3); void onPushBatchJoinChannel(long j2, ArrayList<Long> arrayList); void onPushBatchLeaveChannel(long j2, ArrayList<Long> arrayList); void onPushBussinessConfig(int i2, byte[] bArr); void onPushCanceledSpeak(GProAVUserStateChangeInfo gProAVUserStateChangeInfo); void onPushChangeRoleMember(long j2, ArrayList<GProRoleMemberChangeInfo> arrayList); void onPushChannelAdminChange(long j2, long j3, int i2, ArrayList<Long> arrayList); void onPushChannelCategoryChanged(GProGuildInit gProGuildInit); void onPushChannelCreated(long j2, long j3, GProGuildInit gProGuildInit); void onPushChannelDestroy(long j2, ArrayList<Long> arrayList, long j3); void onPushChannelStateChange(ArrayList<GProChannelState> arrayList); void onPushChannelTopMsgUpdated(long j2, long j3, long j4, ArrayList<GProTopMsg> arrayList, ArrayList<GProTopMsg> arrayList2); void onPushChannelVisibleChanged(long j2, long j3, int i2, int i3); void onPushCreateGuild(long j2, GProGuild gProGuild, HashMap<Long, GProChannel> hashMap, GProCategoryChannelIdList gProCategoryChannelIdList, ArrayList<GProCategoryChannelIdList> arrayList); void onPushCreateRole(long j2, ArrayList<GProGuildRole> arrayList); void onPushDeleteRole(long j2, ArrayList<GProGuildRole> arrayList); void onPushDestroyGuild(long j2); void onPushDirectMsgSwitchUpdate(int i2); void onPushGuildPermissionChanged(long j2, ArrayList<Integer> arrayList); void onPushGuildStateChange(int i2, String str, GProGuildStateRspInfo gProGuildStateRspInfo); void onPushInvitationRefused(long j2, long j3, long j4, String str); void onPushInviteMemberEvent(long j2, long j3, long j4, GProSchemeConfig gProSchemeConfig); void onPushInvitedToSpeak(GProAVUserStateChangeInfo gProAVUserStateChangeInfo); void onPushJoinChannel(long j2, long j3, ArrayList<Long> arrayList); void onPushJoinGuild(long j2, long j3, long j4, int i2, GProGuild gProGuild, HashMap<Long, GProChannel> hashMap, GProCategoryChannelIdList gProCategoryChannelIdList, ArrayList<GProCategoryChannelIdList> arrayList, int i3); void onPushJoinGuildFail(long j2, long j3, int i2, int i3, String str); void onPushKickOffGuild(long j2, long j3, long j4, int i2); void onPushKickOutAudioChannel(long j2, long j3, long j4, long j5, int i2, String str, int i3, long j6); void onPushLeaveChannel(long j2, long j3, ArrayList<Long> arrayList); void onPushLiveChannelAnchorIdentityChange(long j2, long j3, int i2); void onPushLiveRoomInfoChange(long j2, long j3, String str, String str2); void onPushLiveRoomStatusChangeMsg(long j2, long j3, long j4, String str, long j5, int i2, int i3, GProProgramInfo gProProgramInfo, long j6, GProLiveRoomInfo gProLiveRoomInfo); void onPushMemberTopRoleChanged(long j2, long j3, GProGuildRole gProGuildRole); void onPushMemberTopRoleInChannelChanged(long j2, long j3, long j4, GProGuildRole gProGuildRole); void onPushModifyRole(long j2, long j3, GProGuildRole gProGuildRole); void onPushMsgRecvTypeChanged(long j2, long j3, long j4, int i2); void onPushNotifySwitchUpdate(long j2, long j3, int i2); void onPushPermissionInGuild(long j2, long j3, boolean z, long j4); void onPushPreventAddictionInstructions(GProPreventAddictionPushInfo gProPreventAddictionPushInfo); void onPushQuitGuild(long j2, long j3); void onPushRemoveChannelSpeakPermission(long j2, long j3); void onPushSecurityResult(GProSecurityResult gProSecurityResult); void onPushSelfBannedSpeakChange(long j2, long j3, long j4, int i2); void onPushSendGiftEventNotify(GProSendGiftEventData gProSendGiftEventData); void onPushShutUpStateChanged(long j2, long j3); void onPushSortRole(long j2); void onPushSwitchLiveRoom(long j2, long j3, ArrayList<GProMember> arrayList, int i2); void onPushUserChannelStateChange(GProUserChannelState gProUserChannelState); void onPushUserGiftRankChangeNotify(GProUserGiftRankInfo gProUserGiftRankInfo); void onPushUserHandUpResult(GProAVUserStateChangeInfo gProAVUserStateChangeInfo); void onPushUserMuteSeatInGuild(long j2, long j3, boolean z, long j4); void onPushUserScreenShare(long j2, long j3, ArrayList<GProScreenShareUser> arrayList, byte[] bArr); void onPushWorldStateChange(GProWorldState gProWorldState); void onQQMsgListChannelDataReady(); void onQQMsgListChannelUpdated(ArrayList<Integer> arrayList, ArrayList<GProQQMsgListChannel> arrayList2); void onQQMsgListGuildUpdated(ArrayList<Integer> arrayList, ArrayList<GProQQMsgListGuild> arrayList2); void onRecommendGuildChannelListUpdate(GProGuildData gProGuildData); void onRecommendGuildEntryUpdateNotify(); void onRecommendGuildInfoUpdate(GProRecommendGuildInfo gProRecommendGuildInfo); void onRecommendGuildJumpChannelNotify(GProDailyRecommendPush gProDailyRecommendPush); void onRecommendGuildPersonalSettingUpdate(GProRecommendGuildPersonalSetting gProRecommendGuildPersonalSetting); void onRecommendGuildPollingResult(ArrayList<GProPollingData> arrayList); void onRecommendGuildStickyTopUpdated(ArrayList<GProStickyChannel> arrayList, ArrayList<GProStickyChannel> arrayList2, ArrayList<GProStickyChannel> arrayList3); void onRefreshGuildUserProfileInfo(int i2, String str, long j2, long j3, GProGuildUserProfile gProGuildUserProfile); void onReportSqliteError(int i2, String str); void onRobotStateChangeNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onSessionInitComplete(int i2, long j2); void onSmobaGameUserChangeNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onSpeakableThresholdUpdate(ArrayList<Long> arrayList, ArrayList<GProGuildSpeakableThreshold> arrayList2); void onStickyChannelUpdated(long j2, ArrayList<GProStickyChannel> arrayList, ArrayList<GProStickyChannel> arrayList2, ArrayList<GProStickyChannel> arrayList3); void onTabRedPointPollingResult(boolean z, String str); void onUserAVStateResetNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onUserEnterListNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onUserHandUpRequestNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onUserLeaveListNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onUserListFetchFinish(int i2, String str, long j2); void onUserSpeakingNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onUserWaitingToSpeakNotifyForAll(GProChannelUserChangeInfo gProChannelUserChangeInfo); void onVoiceHeartbeatTimeout(long j2, long j3); void onVoiceSmobaGameRooManageUpdate(GProVoiceSmobaGameRoomManageSysMsg gProVoiceSmobaGameRoomManageSysMsg); void onVoiceSmobaGameUserActionUpdate(GProVoiceSmobaGameUserActionPush gProVoiceSmobaGameUserActionPush); }
11,542
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBlackList.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBlackList.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProBlackList { int listId; String listName; ArrayList<GProBlackUserInfo> memberList; public GProBlackList() { this.listName = ""; this.memberList = new ArrayList<>(); } public int getListId() { return this.listId; } public String getListName() { return this.listName; } public ArrayList<GProBlackUserInfo> getMemberList() { return this.memberList; } public String toString() { return "GProBlackList{listId=" + this.listId + ",listName=" + this.listName + ",memberList=" + this.memberList + ",}"; } public GProBlackList(int i2, String str, ArrayList<GProBlackUserInfo> arrayList) { this.listName = ""; this.memberList = new ArrayList<>(); this.listId = i2; this.listName = str; this.memberList = arrayList; } }
995
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProDirectMsgDetailSession.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDirectMsgDetailSession.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProDirectMsgDetailSession { long channelId; long createTime; long guildId; long lastCntSeq; long lastCntTime; long lastMsgSeq; long lastMsgTime; long msgEventTime; int msgNotifyType; long myReadCntSeq; long myReadCntTime; long myReadMsgSeq; long myReadMsgTime; long srcGuildId; String srcGuildName; String srcMemberName; int srcMemberType; String srcNickName; long srcTinyId; public GProDirectMsgDetailSession() { this.srcGuildName = ""; this.srcMemberName = ""; this.srcNickName = ""; } public long getChannelId() { return this.channelId; } public long getCreateTime() { return this.createTime; } public long getGuildId() { return this.guildId; } public long getLastCntSeq() { return this.lastCntSeq; } public long getLastCntTime() { return this.lastCntTime; } public long getLastMsgSeq() { return this.lastMsgSeq; } public long getLastMsgTime() { return this.lastMsgTime; } public long getMsgEventTime() { return this.msgEventTime; } public int getMsgNotifyType() { return this.msgNotifyType; } public long getMyReadCntSeq() { return this.myReadCntSeq; } public long getMyReadCntTime() { return this.myReadCntTime; } public long getMyReadMsgSeq() { return this.myReadMsgSeq; } public long getMyReadMsgTime() { return this.myReadMsgTime; } public long getSrcGuildId() { return this.srcGuildId; } public String getSrcGuildName() { return this.srcGuildName; } public String getSrcMemberName() { return this.srcMemberName; } public int getSrcMemberType() { return this.srcMemberType; } public String getSrcNickName() { return this.srcNickName; } public long getSrcTinyId() { return this.srcTinyId; } public String toString() { return "GProDirectMsgDetailSession{guildId=" + this.guildId + ",channelId=" + this.channelId + ",msgNotifyType=" + this.msgNotifyType + ",myReadMsgSeq=" + this.myReadMsgSeq + ",myReadMsgTime=" + this.myReadMsgTime + ",myReadCntSeq=" + this.myReadCntSeq + ",myReadCntTime=" + this.myReadCntTime + ",lastMsgSeq=" + this.lastMsgSeq + ",lastMsgTime=" + this.lastMsgTime + ",lastCntSeq=" + this.lastCntSeq + ",lastCntTime=" + this.lastCntTime + ",srcTinyId=" + this.srcTinyId + ",srcGuildId=" + this.srcGuildId + ",srcGuildName=" + this.srcGuildName + ",srcMemberName=" + this.srcMemberName + ",srcNickName=" + this.srcNickName + ",srcMemberType=" + this.srcMemberType + ",msgEventTime=" + this.msgEventTime + ",createTime=" + this.createTime + ",}"; } public GProDirectMsgDetailSession(long j2, long j3, int i2, long j4, long j5, long j6, long j7, long j8, long j9, long j10, long j11, long j12, long j13, String str, String str2, String str3, int i3, long j14, long j15) { this.srcGuildName = ""; this.srcMemberName = ""; this.srcNickName = ""; this.guildId = j2; this.channelId = j3; this.msgNotifyType = i2; this.myReadMsgSeq = j4; this.myReadMsgTime = j5; this.myReadCntSeq = j6; this.myReadCntTime = j7; this.lastMsgSeq = j8; this.lastMsgTime = j9; this.lastCntSeq = j10; this.lastCntTime = j11; this.srcTinyId = j12; this.srcGuildId = j13; this.srcGuildName = str; this.srcMemberName = str2; this.srcNickName = str3; this.srcMemberType = i3; this.msgEventTime = j14; this.createTime = j15; } }
3,857
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSelectChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSelectChannel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProSelectChannel { ArrayList<Long> guildIds; String labelName; public GProSelectChannel() { this.labelName = ""; this.guildIds = new ArrayList<>(); } public ArrayList<Long> getGuildIds() { return this.guildIds; } public String getLabelName() { return this.labelName; } public String toString() { return "GProSelectChannel{labelName=" + this.labelName + ",guildIds=" + this.guildIds + ",}"; } public GProSelectChannel(String str, ArrayList<Long> arrayList) { this.labelName = ""; this.guildIds = new ArrayList<>(); this.labelName = str; this.guildIds = arrayList; } }
823
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchGroupChatInfoResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupChatInfoResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchGroupChatInfoResult { boolean hasMore; int resultId; ArrayList<SearchGroupItem> resultItems; int searchId; public SearchGroupChatInfoResult() { this.resultItems = new ArrayList<>(); } public boolean getHasMore() { return this.hasMore; } public int getResultId() { return this.resultId; } public ArrayList<SearchGroupItem> getResultItems() { return this.resultItems; } public int getSearchId() { return this.searchId; } public String toString() { return "SearchGroupChatInfoResult{searchId=" + this.searchId + ",resultId=" + this.resultId + ",hasMore=" + this.hasMore + ",resultItems=" + this.resultItems + ",}"; } public SearchGroupChatInfoResult(int i2, int i3, boolean z, ArrayList<SearchGroupItem> arrayList) { this.resultItems = new ArrayList<>(); this.searchId = i2; this.resultId = i3; this.hasMore = z; this.resultItems = arrayList; } }
1,169
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProJoinGuildResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProJoinGuildResult.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProJoinGuildResult { GProGuild guildInfo; GProGuildInit guildInit; int isOpenTab; int qqMsgInList; GProSecurityResult secResult; public GProJoinGuildResult() { this.secResult = new GProSecurityResult(); this.guildInfo = new GProGuild(); this.guildInit = new GProGuildInit(); } public GProGuild getGuildInfo() { return this.guildInfo; } public GProGuildInit getGuildInit() { return this.guildInit; } public int getIsOpenTab() { return this.isOpenTab; } public int getQqMsgInList() { return this.qqMsgInList; } public GProSecurityResult getSecResult() { return this.secResult; } public String toString() { return "GProJoinGuildResult{secResult=" + this.secResult + ",guildInfo=" + this.guildInfo + ",guildInit=" + this.guildInit + ",qqMsgInList=" + this.qqMsgInList + ",isOpenTab=" + this.isOpenTab + ",}"; } public GProJoinGuildResult(GProSecurityResult gProSecurityResult, GProGuild gProGuild, GProGuildInit gProGuildInit, int i2, int i3) { this.secResult = new GProSecurityResult(); this.guildInfo = new GProGuild(); this.guildInit = new GProGuildInit(); this.secResult = gProSecurityResult; this.guildInfo = gProGuild; this.guildInit = gProGuildInit; this.qqMsgInList = i2; this.isOpenTab = i3; } }
1,531
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendGuildPersonalSetting.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendGuildPersonalSetting.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecommendGuildPersonalSetting { int exitOption; public GProRecommendGuildPersonalSetting() { } public int getExitOption() { return this.exitOption; } public String toString() { return "GProRecommendGuildPersonalSetting{exitOption=" + this.exitOption + ",}"; } public GProRecommendGuildPersonalSetting(int i2) { this.exitOption = i2; } }
506
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetPrefetchRecommendGuildsReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetPrefetchRecommendGuildsReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGetPrefetchRecommendGuildsReq implements Serializable { long serialVersionUID; GProBottomTabSourceInfo source; public GProGetPrefetchRecommendGuildsReq() { this.serialVersionUID = 1L; this.source = new GProBottomTabSourceInfo(); } public GProBottomTabSourceInfo getSource() { return this.source; } public String toString() { return "GProGetPrefetchRecommendGuildsReq{source=" + this.source + ",}"; } public GProGetPrefetchRecommendGuildsReq(GProBottomTabSourceInfo gProBottomTabSourceInfo) { this.serialVersionUID = 1L; this.source = new GProBottomTabSourceInfo(); this.source = gProBottomTabSourceInfo; } }
843
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupInviteStatus.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupInviteStatus.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum GroupInviteStatus { INIT, WAITTOAPPROVE, JOINED, REFUSEDBYADMINISTRATOR }
207
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VideoRequestWay.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VideoRequestWay.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes4.dex */ public enum VideoRequestWay { KUNKNOW, KHAND, KAUTO }
171
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveStreamInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveStreamInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProLiveStreamInfo implements Serializable { long anchorId; String flvUrl; long serialVersionUID; String url; public GProLiveStreamInfo() { this.serialVersionUID = 1L; this.url = ""; this.flvUrl = ""; } public long getAnchorId() { return this.anchorId; } public String getFlvUrl() { return this.flvUrl; } public String getUrl() { return this.url; } public String toString() { return "GProLiveStreamInfo{url=" + this.url + ",anchorId=" + this.anchorId + ",flvUrl=" + this.flvUrl + ",}"; } public GProLiveStreamInfo(String str, long j2, String str2) { this.serialVersionUID = 1L; this.url = ""; this.flvUrl = ""; this.url = str; this.anchorId = j2; this.flvUrl = str2; } }
976
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FoldingInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FoldingInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FoldingInfo { BeatTypeEnum beatType; String greyPrompt; String toast; public FoldingInfo() { this.beatType = BeatTypeEnum.values()[0]; this.greyPrompt = ""; this.toast = ""; } public BeatTypeEnum getBeatType() { return this.beatType; } public String getGreyPrompt() { return this.greyPrompt; } public String getToast() { return this.toast; } public String toString() { return "FoldingInfo{beatType=" + this.beatType + ",greyPrompt=" + this.greyPrompt + ",toast=" + this.toast + ",}"; } public FoldingInfo(BeatTypeEnum beatTypeEnum, String str, String str2) { this.beatType = BeatTypeEnum.values()[0]; this.greyPrompt = ""; this.toast = ""; this.beatType = beatTypeEnum; this.greyPrompt = str; this.toast = str2; } }
1,010
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserPublishedFeedSummary.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserPublishedFeedSummary.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProUserPublishedFeedSummary { ArrayList<byte[]> feedList; String publishedCountStr; public GProUserPublishedFeedSummary() { this.publishedCountStr = ""; this.feedList = new ArrayList<>(); } public ArrayList<byte[]> getFeedList() { return this.feedList; } public String getPublishedCountStr() { return this.publishedCountStr; } public String toString() { return "GProUserPublishedFeedSummary{publishedCountStr=" + this.publishedCountStr + ",feedList=" + this.feedList + ",}"; } public GProUserPublishedFeedSummary(String str, ArrayList<byte[]> arrayList) { this.publishedCountStr = ""; this.feedList = new ArrayList<>(); this.publishedCountStr = str; this.feedList = arrayList; } }
937
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProListenTogetherRspHead.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProListenTogetherRspHead.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProListenTogetherRspHead { GProConfirmOption confirmOption; int modCode; public GProListenTogetherRspHead() { this.confirmOption = new GProConfirmOption(); } public GProConfirmOption getConfirmOption() { return this.confirmOption; } public int getModCode() { return this.modCode; } public String toString() { return "GProListenTogetherRspHead{modCode=" + this.modCode + ",confirmOption=" + this.confirmOption + ",}"; } public GProListenTogetherRspHead(int i2, GProConfirmOption gProConfirmOption) { this.confirmOption = new GProConfirmOption(); this.modCode = i2; this.confirmOption = gProConfirmOption; } }
819
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchGroupChatInfoSortType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupChatInfoSortType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public enum SearchGroupChatInfoSortType { KSEARCHGROUPCHATINFOSORTTYPEUNKNOWN, KSEARCHGROUPCHATINFOSORTTYPEDEFAULT, KSEARCHGROUPCHATINFOSORTTYPELATESTCREATE, KSEARCHGROUPCHATINFOSORTTYPEFEWMEMBER }
318
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchGroupFileSortType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupFileSortType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public enum SearchGroupFileSortType { KUNKNOWN, KCOMPREHENSIVE, KUPLOADTIMEASC, KUPLOADTIMEDESC, KFILESIZEASC, KFILESIZEDESC }
255
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
PublicAccountAttrs.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PublicAccountAttrs.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class PublicAccountAttrs { Integer ack; Long bitmap; byte[] gdtCliData; byte[] gdtImpData; Integer op; Long pubMsgId; Integer report; Integer showTime; Long uniqueId; byte[] viewId; public PublicAccountAttrs() { } public Integer getAck() { return this.ack; } public Long getBitmap() { return this.bitmap; } public byte[] getGdtCliData() { return this.gdtCliData; } public byte[] getGdtImpData() { return this.gdtImpData; } public Integer getOp() { return this.op; } public Long getPubMsgId() { return this.pubMsgId; } public Integer getReport() { return this.report; } public Integer getShowTime() { return this.showTime; } public Long getUniqueId() { return this.uniqueId; } public byte[] getViewId() { return this.viewId; } public String toString() { return "PublicAccountAttrs{pubMsgId=" + this.pubMsgId + ",uniqueId=" + this.uniqueId + ",op=" + this.op + ",showTime=" + this.showTime + ",report=" + this.report + ",ack=" + this.ack + ",bitmap=" + this.bitmap + ",gdtImpData=" + this.gdtImpData + ",gdtCliData=" + this.gdtCliData + ",viewId=" + this.viewId + ",}"; } public PublicAccountAttrs(Long l2, Long l3, Integer num, Integer num2, Integer num3, Integer num4, Long l4, byte[] bArr, byte[] bArr2, byte[] bArr3) { this.pubMsgId = l2; this.uniqueId = l3; this.op = num; this.showTime = num2; this.report = num3; this.ack = num4; this.bitmap = l4; this.gdtImpData = bArr; this.gdtCliData = bArr2; this.viewId = bArr3; } }
1,847
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecallRspItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecallRspItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecallRspItem { long channelCode; String channelId; int directMsgFlag; String msgBytes; ArrayList<Long> msgSeqs; public GProRecallRspItem() { this.channelId = ""; this.msgSeqs = new ArrayList<>(); this.msgBytes = ""; } public long getChannelCode() { return this.channelCode; } public String getChannelId() { return this.channelId; } public int getDirectMsgFlag() { return this.directMsgFlag; } public String getMsgBytes() { return this.msgBytes; } public ArrayList<Long> getMsgSeqs() { return this.msgSeqs; } public String toString() { return "GProRecallRspItem{channelId=" + this.channelId + ",msgSeqs=" + this.msgSeqs + ",directMsgFlag=" + this.directMsgFlag + ",channelCode=" + this.channelCode + ",msgBytes=" + this.msgBytes + ",}"; } public GProRecallRspItem(String str, ArrayList<Long> arrayList, int i2, long j2, String str2) { this.channelId = ""; this.msgSeqs = new ArrayList<>(); this.msgBytes = ""; this.channelId = str; this.msgSeqs = arrayList; this.directMsgFlag = i2; this.channelCode = j2; this.msgBytes = str2; } }
1,394
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchChatSummaryItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchChatSummaryItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchChatSummaryItem { ArrayList<SearchBuddyChatInfo> buddyChatInfo; SearchChatInfo chatInfo; int chatType; ArrayList<SearchDataLineChatInfo> dataLineChatInfo; ArrayList<SearchDiscussChatInfo> discussChatInfo; ArrayList<SearchGroupChatInfo> groupChatInfo; int msgCount; ArrayList<SearchMsgItem> msgItem; long msgTime; String peerUid; ArrayList<TempChatGameSession> tmpChatInfo; public SearchChatSummaryItem() { this.peerUid = ""; this.chatInfo = new SearchChatInfo(); this.buddyChatInfo = new ArrayList<>(); this.discussChatInfo = new ArrayList<>(); this.groupChatInfo = new ArrayList<>(); this.dataLineChatInfo = new ArrayList<>(); this.tmpChatInfo = new ArrayList<>(); this.msgItem = new ArrayList<>(); } public ArrayList<SearchBuddyChatInfo> getBuddyChatInfo() { return this.buddyChatInfo; } public SearchChatInfo getChatInfo() { return this.chatInfo; } public int getChatType() { return this.chatType; } public ArrayList<SearchDataLineChatInfo> getDataLineChatInfo() { return this.dataLineChatInfo; } public ArrayList<SearchDiscussChatInfo> getDiscussChatInfo() { return this.discussChatInfo; } public ArrayList<SearchGroupChatInfo> getGroupChatInfo() { return this.groupChatInfo; } public int getMsgCount() { return this.msgCount; } public ArrayList<SearchMsgItem> getMsgItem() { return this.msgItem; } public long getMsgTime() { return this.msgTime; } public String getPeerUid() { return this.peerUid; } public ArrayList<TempChatGameSession> getTmpChatInfo() { return this.tmpChatInfo; } public String toString() { return "SearchChatSummaryItem{chatType=" + this.chatType + ",peerUid=" + this.peerUid + ",chatInfo=" + this.chatInfo + ",buddyChatInfo=" + this.buddyChatInfo + ",discussChatInfo=" + this.discussChatInfo + ",groupChatInfo=" + this.groupChatInfo + ",dataLineChatInfo=" + this.dataLineChatInfo + ",tmpChatInfo=" + this.tmpChatInfo + ",msgCount=" + this.msgCount + ",msgTime=" + this.msgTime + ",msgItem=" + this.msgItem + ",}"; } public SearchChatSummaryItem(int i2, String str, SearchChatInfo searchChatInfo, ArrayList<SearchBuddyChatInfo> arrayList, ArrayList<SearchDiscussChatInfo> arrayList2, ArrayList<SearchGroupChatInfo> arrayList3, ArrayList<SearchDataLineChatInfo> arrayList4, ArrayList<TempChatGameSession> arrayList5, int i3, long j2, ArrayList<SearchMsgItem> arrayList6) { this.peerUid = ""; this.chatInfo = new SearchChatInfo(); this.buddyChatInfo = new ArrayList<>(); this.discussChatInfo = new ArrayList<>(); this.groupChatInfo = new ArrayList<>(); this.dataLineChatInfo = new ArrayList<>(); this.tmpChatInfo = new ArrayList<>(); this.msgItem = new ArrayList<>(); this.chatType = i2; this.peerUid = str; this.chatInfo = searchChatInfo; this.buddyChatInfo = arrayList; this.discussChatInfo = arrayList2; this.groupChatInfo = arrayList3; this.dataLineChatInfo = arrayList4; this.tmpChatInfo = arrayList5; this.msgCount = i3; this.msgTime = j2; this.msgItem = arrayList6; } }
3,541
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RichTextChannelContent.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichTextChannelContent.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RichTextChannelContent { FeedChannelInfo channelInfo; public RichTextChannelContent() { this.channelInfo = new FeedChannelInfo(); } public FeedChannelInfo getChannelInfo() { return this.channelInfo; } public String toString() { return "RichTextChannelContent{channelInfo=" + this.channelInfo + ",}"; } public RichTextChannelContent(FeedChannelInfo feedChannelInfo) { this.channelInfo = new FeedChannelInfo(); this.channelInfo = feedChannelInfo; } }
653
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GrayTipElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GrayTipElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class GrayTipElement implements Serializable { AioOperateGrayTipElement aioOpGrayTipElement; BlockGrayTipElement blockGrayTipElement; BuddyGrayElement buddyElement; BuddyReq buddyNotifyElement; EmojiReplyElement emojiReplyElement; EssenceElement essenceElement; FeedMsgElement feedMsgElement; FileReceiptElement fileReceiptElement; GroupGrayElement groupElement; GroupNotifyMsg groupNotifyElement; JsonGrayElement jsonGrayTipElement; LocalGrayTipElement localGrayTipElement; ProclamationElement proclamationElement; RevokeElement revokeElement; int subElementType; WalletGrayTipElement walletGrayTipElement; XmlElement xmlElement; public GrayTipElement() { } public AioOperateGrayTipElement getAioOpGrayTipElement() { return this.aioOpGrayTipElement; } public BlockGrayTipElement getBlockGrayTipElement() { return this.blockGrayTipElement; } public BuddyGrayElement getBuddyElement() { return this.buddyElement; } public BuddyReq getBuddyNotifyElement() { return this.buddyNotifyElement; } public EmojiReplyElement getEmojiReplyElement() { return this.emojiReplyElement; } public EssenceElement getEssenceElement() { return this.essenceElement; } public FeedMsgElement getFeedMsgElement() { return this.feedMsgElement; } public FileReceiptElement getFileReceiptElement() { return this.fileReceiptElement; } public GroupGrayElement getGroupElement() { return this.groupElement; } public GroupNotifyMsg getGroupNotifyElement() { return this.groupNotifyElement; } public JsonGrayElement getJsonGrayTipElement() { return this.jsonGrayTipElement; } public LocalGrayTipElement getLocalGrayTipElement() { return this.localGrayTipElement; } public ProclamationElement getProclamationElement() { return this.proclamationElement; } public RevokeElement getRevokeElement() { return this.revokeElement; } public int getSubElementType() { return this.subElementType; } public WalletGrayTipElement getWalletGrayTipElement() { return this.walletGrayTipElement; } public XmlElement getXmlElement() { return this.xmlElement; } public String toString() { return "GrayTipElement{subElementType=" + this.subElementType + ",revokeElement=" + this.revokeElement + ",proclamationElement=" + this.proclamationElement + ",emojiReplyElement=" + this.emojiReplyElement + ",groupElement=" + this.groupElement + ",buddyElement=" + this.buddyElement + ",feedMsgElement=" + this.feedMsgElement + ",essenceElement=" + this.essenceElement + ",groupNotifyElement=" + this.groupNotifyElement + ",buddyNotifyElement=" + this.buddyNotifyElement + ",xmlElement=" + this.xmlElement + ",fileReceiptElement=" + this.fileReceiptElement + ",localGrayTipElement=" + this.localGrayTipElement + ",blockGrayTipElement=" + this.blockGrayTipElement + ",aioOpGrayTipElement=" + this.aioOpGrayTipElement + ",jsonGrayTipElement=" + this.jsonGrayTipElement + ",walletGrayTipElement=" + this.walletGrayTipElement + ",}"; } public GrayTipElement(int i2, RevokeElement revokeElement, ProclamationElement proclamationElement, EmojiReplyElement emojiReplyElement, GroupGrayElement groupGrayElement, BuddyGrayElement buddyGrayElement, FeedMsgElement feedMsgElement, EssenceElement essenceElement, GroupNotifyMsg groupNotifyMsg, BuddyReq buddyReq, XmlElement xmlElement, FileReceiptElement fileReceiptElement, LocalGrayTipElement localGrayTipElement, BlockGrayTipElement blockGrayTipElement, AioOperateGrayTipElement aioOperateGrayTipElement, JsonGrayElement jsonGrayElement, WalletGrayTipElement walletGrayTipElement) { this.subElementType = i2; this.revokeElement = revokeElement; this.proclamationElement = proclamationElement; this.emojiReplyElement = emojiReplyElement; this.groupElement = groupGrayElement; this.buddyElement = buddyGrayElement; this.feedMsgElement = feedMsgElement; this.essenceElement = essenceElement; this.groupNotifyElement = groupNotifyMsg; this.buddyNotifyElement = buddyReq; this.xmlElement = xmlElement; this.fileReceiptElement = fileReceiptElement; this.localGrayTipElement = localGrayTipElement; this.blockGrayTipElement = blockGrayTipElement; this.aioOpGrayTipElement = aioOperateGrayTipElement; this.jsonGrayTipElement = jsonGrayElement; this.walletGrayTipElement = walletGrayTipElement; } }
4,787
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
Order.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/Order.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum Order { KBYSIZEFORDESC, KBYSIZEFORASC, KBYTIMEFORDESC, KBYTIMEFORASC }
204
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IClickInlineKeyboardButtonCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IClickInlineKeyboardButtonCallback.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public interface IClickInlineKeyboardButtonCallback { void onResult(int i2, String str, int i3, String str2, int i4, int i5); }
237
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VASPersonalVipNumberInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASPersonalVipNumberInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes.dex */ public final class VASPersonalVipNumberInfo { Integer appId; Integer itemId; Integer numberIdx; Integer numberItemId; public VASPersonalVipNumberInfo() { } public Integer getAppId() { return this.appId; } public Integer getItemId() { return this.itemId; } public Integer getNumberIdx() { return this.numberIdx; } public Integer getNumberItemId() { return this.numberItemId; } public String toString() { return "VASPersonalVipNumberInfo{appId=" + this.appId + ",itemId=" + this.itemId + ",numberItemId=" + this.numberItemId + ",numberIdx=" + this.numberIdx + ",}"; } public VASPersonalVipNumberInfo(Integer num, Integer num2, Integer num3, Integer num4) { this.appId = num; this.itemId = num2; this.numberItemId = num3; this.numberIdx = num4; } }
978
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupFileCommonResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupFileCommonResult.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupFileCommonResult { String clientWording; int retCode; String retMsg; public GroupFileCommonResult() { this.retMsg = ""; this.clientWording = ""; } public String getClientWording() { return this.clientWording; } public int getRetCode() { return this.retCode; } public String getRetMsg() { return this.retMsg; } public String toString() { return "GroupFileCommonResult{retCode=" + this.retCode + ",retMsg=" + this.retMsg + ",clientWording=" + this.clientWording + ",}"; } public GroupFileCommonResult(int i2, String str, String str2) { this.retMsg = ""; this.clientWording = ""; this.retCode = i2; this.retMsg = str; this.clientWording = str2; } }
929
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMsgRouttingHead.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMsgRouttingHead.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProMsgRouttingHead { long channelId; int directMsgFlag; long fromTinyid; long fromUin; long guildCode; long guildId; public GProMsgRouttingHead() { } public long getChannelId() { return this.channelId; } public int getDirectMsgFlag() { return this.directMsgFlag; } public long getFromTinyid() { return this.fromTinyid; } public long getFromUin() { return this.fromUin; } public long getGuildCode() { return this.guildCode; } public long getGuildId() { return this.guildId; } public String toString() { return "GProMsgRouttingHead{guildId=" + this.guildId + ",channelId=" + this.channelId + ",fromUin=" + this.fromUin + ",fromTinyid=" + this.fromTinyid + ",guildCode=" + this.guildCode + ",directMsgFlag=" + this.directMsgFlag + ",}"; } public GProMsgRouttingHead(long j2, long j3, long j4, long j5, long j6, int i2) { this.guildId = j2; this.channelId = j3; this.fromUin = j4; this.fromTinyid = j5; this.guildCode = j6; this.directMsgFlag = i2; } }
1,260
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z