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
KickedInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/KickedInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class KickedInfo implements IKernelModel { int appId; int instanceId; KickedType kickedType; boolean sameDevice; int securityKickedType; String tipsDesc; String tipsTitle; public KickedInfo() { this.tipsDesc = ""; this.tipsTitle = ""; this.kickedType = KickedType.values()[0]; } public int getAppId() { return this.appId; } public int getInstanceId() { return this.instanceId; } public KickedType getKickedType() { return this.kickedType; } public boolean getSameDevice() { return this.sameDevice; } public int getSecurityKickedType() { return this.securityKickedType; } public String getTipsDesc() { return this.tipsDesc; } public String getTipsTitle() { return this.tipsTitle; } public void setAppId(int i2) { this.appId = i2; } public void setInstanceId(int i2) { this.instanceId = i2; } public void setKickedType(KickedType kickedType) { this.kickedType = kickedType; } public void setSameDevice(boolean z) { this.sameDevice = z; } public void setSecurityKickedType(int i2) { this.securityKickedType = i2; } public void setTipsDesc(String str) { this.tipsDesc = str; } public void setTipsTitle(String str) { this.tipsTitle = str; } public String toString() { return "KickedInfo{appId=" + this.appId + ",instanceId=" + this.instanceId + ",sameDevice=" + this.sameDevice + ",tipsDesc=" + this.tipsDesc + ",tipsTitle=" + this.tipsTitle + ",kickedType=" + this.kickedType + ",securityKickedType=" + this.securityKickedType + ",}"; } public KickedInfo(int i2, int i3, boolean z, String str, String str2, KickedType kickedType, int i4) { this.tipsDesc = ""; this.tipsTitle = ""; this.kickedType = KickedType.values()[0]; this.appId = i2; this.instanceId = i3; this.sameDevice = z; this.tipsDesc = str; this.tipsTitle = str2; this.kickedType = kickedType; this.securityKickedType = i4; } }
2,310
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUpdateChannelThemeReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUpdateChannelThemeReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProUpdateChannelThemeReq { String authMeta; int themeType; long uint64ChannelId; long uint64GuildId; public GProUpdateChannelThemeReq() { this.authMeta = ""; } public String getAuthMeta() { return this.authMeta; } public int getThemeType() { return this.themeType; } public long getUint64ChannelId() { return this.uint64ChannelId; } public long getUint64GuildId() { return this.uint64GuildId; } public String toString() { return "GProUpdateChannelThemeReq{uint64GuildId=" + this.uint64GuildId + ",uint64ChannelId=" + this.uint64ChannelId + ",authMeta=" + this.authMeta + ",themeType=" + this.themeType + ",}"; } public GProUpdateChannelThemeReq(long j2, long j3, String str, int i2) { this.authMeta = ""; this.uint64GuildId = j2; this.uint64ChannelId = j3; this.authMeta = str; this.themeType = i2; } }
1,072
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProILiveInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProILiveInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProILiveInfo { long anchorUid; ArrayList<GProLiveDataItem> metricsData; String programId; long roomId; public GProILiveInfo() { this.programId = ""; this.metricsData = new ArrayList<>(); } public long getAnchorUid() { return this.anchorUid; } public ArrayList<GProLiveDataItem> getMetricsData() { return this.metricsData; } public String getProgramId() { return this.programId; } public long getRoomId() { return this.roomId; } public String toString() { return "GProILiveInfo{programId=" + this.programId + ",anchorUid=" + this.anchorUid + ",roomId=" + this.roomId + ",metricsData=" + this.metricsData + ",}"; } public GProILiveInfo(String str, long j2, long j3, ArrayList<GProLiveDataItem> arrayList) { this.programId = ""; this.metricsData = new ArrayList<>(); this.programId = str; this.anchorUid = j2; this.roomId = j3; this.metricsData = arrayList; } }
1,173
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProStickyChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProStickyChannel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProStickyChannel implements Serializable { String channelId; int channelType; long createTime; GProStickyFeedChannel feedChannel; String guildId; GProLiveRoomInfo liveChannel; long serialVersionUID; GProStickyTextChannel textChannel; long updateTime; GProChannelMemberInfos voiceChannel; GProWorldChannelInfos worldChannel; GProChannelMemberInfos worldPresence; public GProStickyChannel() { this.serialVersionUID = 1L; this.guildId = ""; this.channelId = ""; this.textChannel = new GProStickyTextChannel(); this.liveChannel = new GProLiveRoomInfo(); this.voiceChannel = new GProChannelMemberInfos(); this.feedChannel = new GProStickyFeedChannel(); this.worldChannel = new GProWorldChannelInfos(); this.worldPresence = new GProChannelMemberInfos(); } public String getChannelId() { return this.channelId; } public int getChannelType() { return this.channelType; } public long getCreateTime() { return this.createTime; } public GProStickyFeedChannel getFeedChannel() { return this.feedChannel; } public String getGuildId() { return this.guildId; } public GProLiveRoomInfo getLiveChannel() { return this.liveChannel; } public GProStickyTextChannel getTextChannel() { return this.textChannel; } public long getUpdateTime() { return this.updateTime; } public GProChannelMemberInfos getVoiceChannel() { return this.voiceChannel; } public GProWorldChannelInfos getWorldChannel() { return this.worldChannel; } public GProChannelMemberInfos getWorldPresence() { return this.worldPresence; } public String toString() { return "GProStickyChannel{guildId=" + this.guildId + ",channelId=" + this.channelId + ",channelType=" + this.channelType + ",createTime=" + this.createTime + ",updateTime=" + this.updateTime + ",textChannel=" + this.textChannel + ",liveChannel=" + this.liveChannel + ",voiceChannel=" + this.voiceChannel + ",feedChannel=" + this.feedChannel + ",worldChannel=" + this.worldChannel + ",worldPresence=" + this.worldPresence + ",}"; } public GProStickyChannel(String str, String str2, int i2, long j2, long j3, GProStickyTextChannel gProStickyTextChannel, GProLiveRoomInfo gProLiveRoomInfo, GProChannelMemberInfos gProChannelMemberInfos, GProStickyFeedChannel gProStickyFeedChannel, GProWorldChannelInfos gProWorldChannelInfos, GProChannelMemberInfos gProChannelMemberInfos2) { this.serialVersionUID = 1L; this.guildId = ""; this.channelId = ""; this.textChannel = new GProStickyTextChannel(); this.liveChannel = new GProLiveRoomInfo(); this.voiceChannel = new GProChannelMemberInfos(); this.feedChannel = new GProStickyFeedChannel(); this.worldChannel = new GProWorldChannelInfos(); this.worldPresence = new GProChannelMemberInfos(); this.guildId = str; this.channelId = str2; this.channelType = i2; this.createTime = j2; this.updateTime = j3; this.textChannel = gProStickyTextChannel; this.liveChannel = gProLiveRoomInfo; this.voiceChannel = gProChannelMemberInfos; this.feedChannel = gProStickyFeedChannel; this.worldChannel = gProWorldChannelInfos; this.worldPresence = gProChannelMemberInfos2; } }
3,642
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
Like.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/Like.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class Like { Integer count; Integer hasLikedCount; String id; String jumpUrl; Integer ownerStatus; User postUser; Integer status; ArrayList<User> vecUser; public Like() { this.id = ""; } public Integer getCount() { return this.count; } public Integer getHasLikedCount() { return this.hasLikedCount; } public String getId() { return this.id; } public String getJumpUrl() { return this.jumpUrl; } public Integer getOwnerStatus() { return this.ownerStatus; } public User getPostUser() { return this.postUser; } public Integer getStatus() { return this.status; } public ArrayList<User> getVecUser() { return this.vecUser; } public String toString() { return "Like{id=" + this.id + ",count=" + this.count + ",status=" + this.status + ",vecUser=" + this.vecUser + ",postUser=" + this.postUser + ",hasLikedCount=" + this.hasLikedCount + ",ownerStatus=" + this.ownerStatus + ",jumpUrl=" + this.jumpUrl + ",}"; } public Like(String str, Integer num, Integer num2, ArrayList<User> arrayList, User user, Integer num3, Integer num4, String str2) { this.id = ""; this.id = str; this.count = num; this.status = num2; this.vecUser = arrayList; this.postUser = user; this.hasLikedCount = num3; this.ownerStatus = num4; this.jumpUrl = str2; } }
1,658
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendMsg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendMsg.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendMsg implements Serializable { String avatar; long msgSeq; String nickName; byte[] richText; long serialVersionUID; long tinyid; public GProRecommendMsg() { this.serialVersionUID = 1L; this.nickName = ""; this.avatar = ""; this.richText = new byte[0]; } public String getAvatar() { return this.avatar; } public long getMsgSeq() { return this.msgSeq; } public String getNickName() { return this.nickName; } public byte[] getRichText() { return this.richText; } public long getTinyid() { return this.tinyid; } public String toString() { return "GProRecommendMsg{tinyid=" + this.tinyid + ",nickName=" + this.nickName + ",avatar=" + this.avatar + ",msgSeq=" + this.msgSeq + ",richText=" + this.richText + ",}"; } public GProRecommendMsg(long j2, String str, String str2, long j3, byte[] bArr) { this.serialVersionUID = 1L; this.nickName = ""; this.avatar = ""; this.richText = new byte[0]; this.tinyid = j2; this.nickName = str; this.avatar = str2; this.msgSeq = j3; this.richText = bArr; } }
1,380
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SceneDetailInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SceneDetailInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class SceneDetailInfo { BasicPointInfo basicPoint; BubblePointInfo bubblePoint; NumericPointInfo numericPoint; PointType pointType; GuildGroupSceneType sceneType; public SceneDetailInfo() { this.sceneType = GuildGroupSceneType.values()[0]; this.pointType = PointType.values()[0]; this.basicPoint = new BasicPointInfo(); this.numericPoint = new NumericPointInfo(); this.bubblePoint = new BubblePointInfo(); } public BasicPointInfo getBasicPoint() { return this.basicPoint; } public BubblePointInfo getBubblePoint() { return this.bubblePoint; } public NumericPointInfo getNumericPoint() { return this.numericPoint; } public PointType getPointType() { return this.pointType; } public GuildGroupSceneType getSceneType() { return this.sceneType; } public String toString() { return "SceneDetailInfo{sceneType=" + this.sceneType + ",pointType=" + this.pointType + ",basicPoint=" + this.basicPoint + ",numericPoint=" + this.numericPoint + ",bubblePoint=" + this.bubblePoint + ",}"; } public SceneDetailInfo(GuildGroupSceneType guildGroupSceneType, PointType pointType, BasicPointInfo basicPointInfo, NumericPointInfo numericPointInfo, BubblePointInfo bubblePointInfo) { this.sceneType = GuildGroupSceneType.values()[0]; this.pointType = PointType.values()[0]; this.basicPoint = new BasicPointInfo(); this.numericPoint = new NumericPointInfo(); this.bubblePoint = new BubblePointInfo(); this.sceneType = guildGroupSceneType; this.pointType = pointType; this.basicPoint = basicPointInfo; this.numericPoint = numericPointInfo; this.bubblePoint = bubblePointInfo; } }
1,935
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupTagRecord.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupTagRecord.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupTagRecord { int badNum; String fromUid; int goodNum; long groupCode; long setTime; String tagId; int tagLen; String tagValue; public GroupTagRecord() { this.fromUid = ""; this.tagId = ""; this.tagValue = ""; } public int getBadNum() { return this.badNum; } public String getFromUid() { return this.fromUid; } public int getGoodNum() { return this.goodNum; } public long getGroupCode() { return this.groupCode; } public long getSetTime() { return this.setTime; } public String getTagId() { return this.tagId; } public int getTagLen() { return this.tagLen; } public String getTagValue() { return this.tagValue; } public String toString() { return "GroupTagRecord{fromUid=" + this.fromUid + ",groupCode=" + this.groupCode + ",tagId=" + this.tagId + ",setTime=" + this.setTime + ",goodNum=" + this.goodNum + ",badNum=" + this.badNum + ",tagLen=" + this.tagLen + ",tagValue=" + this.tagValue + ",}"; } public GroupTagRecord(String str, long j2, String str2, long j3, int i2, int i3, int i4, String str3) { this.fromUid = ""; this.tagId = ""; this.tagValue = ""; this.fromUid = str; this.groupCode = j2; this.tagId = str2; this.setTime = j3; this.goodNum = i2; this.badNum = i3; this.tagLen = i4; this.tagValue = str3; } }
1,661
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FeedForComment.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FeedForComment.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FeedForComment { long createTime; String id; String posterId; public FeedForComment() { this.id = ""; this.posterId = ""; } public long getCreateTime() { return this.createTime; } public String getId() { return this.id; } public String getPosterId() { return this.posterId; } public String toString() { return "FeedForComment{id=" + this.id + ",posterId=" + this.posterId + ",createTime=" + this.createTime + ",}"; } public FeedForComment(String str, String str2, long j2) { this.id = ""; this.posterId = ""; this.id = str; this.posterId = str2; this.createTime = j2; } }
850
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
UnreadCnt.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/UnreadCnt.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class UnreadCnt { int cnt; int type; public UnreadCnt() { } public int getCnt() { return this.cnt; } public int getType() { return this.type; } public String toString() { return "UnreadCnt{type=" + this.type + ",cnt=" + this.cnt + ",}"; } public UnreadCnt(int i2, int i3) { this.type = i2; this.cnt = i3; } }
519
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
LinkInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LinkInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class LinkInfo { String icon; Integer tencentDocType; String title; public LinkInfo() { } public String getIcon() { return this.icon; } public Integer getTencentDocType() { return this.tencentDocType; } public String getTitle() { return this.title; } public String toString() { return "LinkInfo{title=" + this.title + ",icon=" + this.icon + ",tencentDocType=" + this.tencentDocType + ",}"; } public LinkInfo(String str, String str2, Integer num) { this.title = str; this.icon = str2; this.tencentDocType = num; } }
699
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MsgAttributeInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MsgAttributeInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class MsgAttributeInfo { long attrId; int attrType; TempChatGameSession gameChatSession; GroupHonor groupHonor; KingHonor kingHonor; LongMsgAttr longMsgAttr; PublicAccountAttrs publicAccountAttrs; RobotMsgExt robotExt; SharedMsgInfo sharedMsgInfo; UinInfoAttr uinInfoAttr; VASMsgElement vasMsgInfo; VASAIOPersonalElement vasPersonalInfo; public MsgAttributeInfo() { } public long getAttrId() { return this.attrId; } public int getAttrType() { return this.attrType; } public TempChatGameSession getGameChatSession() { return this.gameChatSession; } public GroupHonor getGroupHonor() { return this.groupHonor; } public KingHonor getKingHonor() { return this.kingHonor; } public LongMsgAttr getLongMsgAttr() { return this.longMsgAttr; } public PublicAccountAttrs getPublicAccountAttrs() { return this.publicAccountAttrs; } public RobotMsgExt getRobotExt() { return this.robotExt; } public SharedMsgInfo getSharedMsgInfo() { return this.sharedMsgInfo; } public UinInfoAttr getUinInfoAttr() { return this.uinInfoAttr; } public VASMsgElement getVasMsgInfo() { return this.vasMsgInfo; } public VASAIOPersonalElement getVasPersonalInfo() { return this.vasPersonalInfo; } public String toString() { return "MsgAttributeInfo{attrType=" + this.attrType + ",attrId=" + this.attrId + ",vasMsgInfo=" + this.vasMsgInfo + ",vasPersonalInfo=" + this.vasPersonalInfo + ",groupHonor=" + this.groupHonor + ",kingHonor=" + this.kingHonor + ",publicAccountAttrs=" + this.publicAccountAttrs + ",sharedMsgInfo=" + this.sharedMsgInfo + ",gameChatSession=" + this.gameChatSession + ",uinInfoAttr=" + this.uinInfoAttr + ",longMsgAttr=" + this.longMsgAttr + ",robotExt=" + this.robotExt + ",}"; } public MsgAttributeInfo(int i2, long j2, VASMsgElement vASMsgElement, VASAIOPersonalElement vASAIOPersonalElement, GroupHonor groupHonor, KingHonor kingHonor, PublicAccountAttrs publicAccountAttrs, SharedMsgInfo sharedMsgInfo, TempChatGameSession tempChatGameSession, UinInfoAttr uinInfoAttr, LongMsgAttr longMsgAttr, RobotMsgExt robotMsgExt) { this.attrType = i2; this.attrId = j2; this.vasMsgInfo = vASMsgElement; this.vasPersonalInfo = vASAIOPersonalElement; this.groupHonor = groupHonor; this.kingHonor = kingHonor; this.publicAccountAttrs = publicAccountAttrs; this.sharedMsgInfo = sharedMsgInfo; this.gameChatSession = tempChatGameSession; this.uinInfoAttr = uinInfoAttr; this.longMsgAttr = longMsgAttr; this.robotExt = robotMsgExt; } }
2,913
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAVDevOptInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVDevOptInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProAVDevOptInfo implements Serializable { int cameraOpt; int micOpt; int screenOpt; long serialVersionUID = 1; public GProAVDevOptInfo() { } public int getCameraOpt() { return this.cameraOpt; } public int getMicOpt() { return this.micOpt; } public int getScreenOpt() { return this.screenOpt; } public String toString() { return "GProAVDevOptInfo{micOpt=" + this.micOpt + ",cameraOpt=" + this.cameraOpt + ",screenOpt=" + this.screenOpt + ",}"; } public GProAVDevOptInfo(int i2, int i3, int i4) { this.micOpt = i2; this.cameraOpt = i3; this.screenOpt = i4; } }
817
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendQuickJoinItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendQuickJoinItem.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes4.dex */ public final class GProRecommendQuickJoinItem { long channelId; long guildId; String joinSig; String mainSource; String subSource; public GProRecommendQuickJoinItem() { this.mainSource = ""; this.subSource = ""; this.joinSig = ""; } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public String getJoinSig() { return this.joinSig; } public String getMainSource() { return this.mainSource; } public String getSubSource() { return this.subSource; } public String toString() { return "GProRecommendQuickJoinItem{guildId=" + this.guildId + ",channelId=" + this.channelId + ",mainSource=" + this.mainSource + ",subSource=" + this.subSource + ",joinSig=" + this.joinSig + ",}"; } public GProRecommendQuickJoinItem(long j2, long j3, String str, String str2, String str3) { this.mainSource = ""; this.subSource = ""; this.joinSig = ""; this.guildId = j2; this.channelId = j3; this.mainSource = str; this.subSource = str2; this.joinSig = str3; } }
1,305
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupBulletinPicInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupBulletinPicInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class GroupBulletinPicInfo { int height; String id; int width; public GroupBulletinPicInfo() { this.id = ""; } public int getHeight() { return this.height; } public String getId() { return this.id; } public int getWidth() { return this.width; } public String toString() { return "GroupBulletinPicInfo{id=" + this.id + ",width=" + this.width + ",height=" + this.height + ",}"; } public GroupBulletinPicInfo(String str, int i2, int i3) { this.id = ""; this.id = str; this.width = i2; this.height = i3; } }
704
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchDiscussChatInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchDiscussChatInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchDiscussChatInfo { long discussCode; String discussName; public SearchDiscussChatInfo() { this.discussName = ""; } public long getDiscussCode() { return this.discussCode; } public String getDiscussName() { return this.discussName; } public String toString() { return "SearchDiscussChatInfo{discussCode=" + this.discussCode + ",discussName=" + this.discussName + ",}"; } public SearchDiscussChatInfo(long j2, String str) { this.discussName = ""; this.discussCode = j2; this.discussName = str; } }
733
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MultiTransInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MultiTransInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes4.dex */ public final class MultiTransInfo { int friendFlag; byte[] fromAnonId; String fromFaceUrl; int msgId; int status; public MultiTransInfo() { this.fromAnonId = new byte[0]; this.fromFaceUrl = ""; } public int getFriendFlag() { return this.friendFlag; } public byte[] getFromAnonId() { return this.fromAnonId; } public String getFromFaceUrl() { return this.fromFaceUrl; } public int getMsgId() { return this.msgId; } public int getStatus() { return this.status; } public String toString() { return "MultiTransInfo{status=" + this.status + ",msgId=" + this.msgId + ",friendFlag=" + this.friendFlag + ",fromAnonId=" + this.fromAnonId + ",fromFaceUrl=" + this.fromFaceUrl + ",}"; } public MultiTransInfo(int i2, int i3, int i4, byte[] bArr, String str) { this.fromAnonId = new byte[0]; this.fromFaceUrl = ""; this.status = i2; this.msgId = i3; this.friendFlag = i4; this.fromAnonId = bArr; this.fromFaceUrl = str; } }
1,229
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPAReportExecuteRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPAReportExecuteRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProPAReportExecuteRsp { /* renamed from: msg reason: collision with root package name */ String f305537msg; int ret; public GProPAReportExecuteRsp() { this.f305537msg = ""; } public String getMsg() { return this.f305537msg; } public int getRet() { return this.ret; } public String toString() { return "GProPAReportExecuteRsp{ret=" + this.ret + ",msg=" + this.f305537msg + ",}"; } public GProPAReportExecuteRsp(int i2, String str) { this.f305537msg = ""; this.ret = i2; this.f305537msg = str; } }
713
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAppInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAppInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProAppInfo { String appDescription; long appId; String appName; int appQyyFlag; String iconUrl; ArrayList<String> preViewList; public GProAppInfo() { this.iconUrl = ""; this.appName = ""; this.appDescription = ""; this.preViewList = new ArrayList<>(); } public String getAppDescription() { return this.appDescription; } public long getAppId() { return this.appId; } public String getAppName() { return this.appName; } public int getAppQyyFlag() { return this.appQyyFlag; } public String getIconUrl() { return this.iconUrl; } public ArrayList<String> getPreViewList() { return this.preViewList; } public String toString() { return "GProAppInfo{appId=" + this.appId + ",iconUrl=" + this.iconUrl + ",appName=" + this.appName + ",appDescription=" + this.appDescription + ",preViewList=" + this.preViewList + ",appQyyFlag=" + this.appQyyFlag + ",}"; } public GProAppInfo(long j2, String str, String str2, String str3, ArrayList<String> arrayList, int i2) { this.iconUrl = ""; this.appName = ""; this.appDescription = ""; this.preViewList = new ArrayList<>(); this.appId = j2; this.iconUrl = str; this.appName = str2; this.appDescription = str3; this.preViewList = arrayList; this.appQyyFlag = i2; } }
1,600
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecommendInfo { GProRecommendChannel channel; GProRecommendFeed feed; GProRecommendShareInfo shareInfo; int type; public GProRecommendInfo() { this.feed = new GProRecommendFeed(); this.channel = new GProRecommendChannel(); this.shareInfo = new GProRecommendShareInfo(); } public GProRecommendChannel getChannel() { return this.channel; } public GProRecommendFeed getFeed() { return this.feed; } public GProRecommendShareInfo getShareInfo() { return this.shareInfo; } public int getType() { return this.type; } public String toString() { return "GProRecommendInfo{feed=" + this.feed + ",channel=" + this.channel + ",shareInfo=" + this.shareInfo + ",type=" + this.type + ",}"; } public GProRecommendInfo(GProRecommendFeed gProRecommendFeed, GProRecommendChannel gProRecommendChannel, GProRecommendShareInfo gProRecommendShareInfo, int i2) { this.feed = new GProRecommendFeed(); this.channel = new GProRecommendChannel(); this.shareInfo = new GProRecommendShareInfo(); this.feed = gProRecommendFeed; this.channel = gProRecommendChannel; this.shareInfo = gProRecommendShareInfo; this.type = i2; } }
1,399
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetGuildLabelReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetGuildLabelReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGetGuildLabelReq { String code; public GProGetGuildLabelReq() { this.code = ""; } public String getCode() { return this.code; } public String toString() { return "GProGetGuildLabelReq{code=" + this.code + ",}"; } public GProGetGuildLabelReq(String str) { this.code = ""; this.code = str; } }
477
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBottomTabExpReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBottomTabExpReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes22.dex */ public final class GProBottomTabExpReq { int businessType; GProBottomTabSourceInfo source; public GProBottomTabExpReq() { this.source = new GProBottomTabSourceInfo(); } public int getBusinessType() { return this.businessType; } public GProBottomTabSourceInfo getSource() { return this.source; } public String toString() { return "GProBottomTabExpReq{businessType=" + this.businessType + ",source=" + this.source + ",}"; } public GProBottomTabExpReq(int i2, GProBottomTabSourceInfo gProBottomTabSourceInfo) { this.source = new GProBottomTabSourceInfo(); this.businessType = i2; this.source = gProBottomTabSourceInfo; } }
812
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FirstViewGroupGuildInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FirstViewGroupGuildInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes22.dex */ public final class FirstViewGroupGuildInfo { int groupGuildSwitch; String groupId; String guildId; public FirstViewGroupGuildInfo() { this.groupId = ""; this.guildId = ""; } public int getGroupGuildSwitch() { return this.groupGuildSwitch; } public String getGroupId() { return this.groupId; } public String getGuildId() { return this.guildId; } public String toString() { return "FirstViewGroupGuildInfo{groupId=" + this.groupId + ",guildId=" + this.guildId + ",groupGuildSwitch=" + this.groupGuildSwitch + ",}"; } public FirstViewGroupGuildInfo(String str, String str2, int i2) { this.groupId = ""; this.guildId = ""; this.groupId = str; this.guildId = str2; this.groupGuildSwitch = i2; } }
952
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuild.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuild.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuild implements Serializable { int QRCodePeriod; ArrayList<Long> adminList; int adminMaxNum; boolean allowSearch; long avatarSeq; long bannedTimeLimit; long changeNameInterval; boolean channelListChange; int clientId; int coverFontColorId; long coverSeq; long createTime; long creatorTinyId; String errMsg; long groupId; int guildCanShare; long guildId; long guildNameChangeTime; String guildNumber; int guildType; boolean isBanned; boolean isFrozen; boolean isInteractiveForVisitor; boolean isInvisibleForVisitor; int isMember; int isOpenMsgPush; boolean isTop; boolean isValid; long joinTime; long jumpChannelId; boolean jumpChannelSwitch; ArrayList<GProMedalInfo> medalInfoList; int medalLevel; long myShutUpExpireTime; String name; ArrayList<GProNavigationInfo> navigationInfoList; boolean needRealNameForVisitor; String profile; int qrCodeSwitch; int result; ArrayList<Long> robotList; int robotMaxNum; String searchJoinSig; long serialVersionUID; long showNumber; boolean showWeakNotify; long shutUpExpireTime; GProGuildSpeakableThreshold speakThreshold; String tagDesc; long tagId; boolean topicSquareSwitch; long u64channelSeq; long u64guildSeq; int userMaxNum; int userNum; int userType; int visibleChannelMaxNum; int weakNotifyDisplay; public GProGuild() { this.serialVersionUID = 1L; this.name = ""; this.profile = ""; this.adminList = new ArrayList<>(); this.robotList = new ArrayList<>(); this.searchJoinSig = ""; this.errMsg = ""; this.guildNumber = ""; this.navigationInfoList = new ArrayList<>(); this.speakThreshold = new GProGuildSpeakableThreshold(); this.medalInfoList = new ArrayList<>(); this.tagDesc = ""; } public ArrayList<Long> getAdminList() { return this.adminList; } public int getAdminMaxNum() { return this.adminMaxNum; } public boolean getAllowSearch() { return this.allowSearch; } public long getAvatarSeq() { return this.avatarSeq; } public long getBannedTimeLimit() { return this.bannedTimeLimit; } public long getChangeNameInterval() { return this.changeNameInterval; } public boolean getChannelListChange() { return this.channelListChange; } public int getClientId() { return this.clientId; } public int getCoverFontColorId() { return this.coverFontColorId; } public long getCoverSeq() { return this.coverSeq; } public long getCreateTime() { return this.createTime; } public long getCreatorTinyId() { return this.creatorTinyId; } public String getErrMsg() { return this.errMsg; } public long getGroupId() { return this.groupId; } public int getGuildCanShare() { return this.guildCanShare; } public long getGuildId() { return this.guildId; } public long getGuildNameChangeTime() { return this.guildNameChangeTime; } public String getGuildNumber() { return this.guildNumber; } public int getGuildType() { return this.guildType; } public boolean getIsBanned() { return this.isBanned; } public boolean getIsFrozen() { return this.isFrozen; } public boolean getIsInteractiveForVisitor() { return this.isInteractiveForVisitor; } public boolean getIsInvisibleForVisitor() { return this.isInvisibleForVisitor; } public int getIsMember() { return this.isMember; } public int getIsOpenMsgPush() { return this.isOpenMsgPush; } public boolean getIsTop() { return this.isTop; } public boolean getIsValid() { return this.isValid; } public long getJoinTime() { return this.joinTime; } public long getJumpChannelId() { return this.jumpChannelId; } public boolean getJumpChannelSwitch() { return this.jumpChannelSwitch; } public ArrayList<GProMedalInfo> getMedalInfoList() { return this.medalInfoList; } public int getMedalLevel() { return this.medalLevel; } public long getMyShutUpExpireTime() { return this.myShutUpExpireTime; } public String getName() { return this.name; } public ArrayList<GProNavigationInfo> getNavigationInfoList() { return this.navigationInfoList; } public boolean getNeedRealNameForVisitor() { return this.needRealNameForVisitor; } public String getProfile() { return this.profile; } public int getQRCodePeriod() { return this.QRCodePeriod; } public int getQrCodeSwitch() { return this.qrCodeSwitch; } public int getResult() { return this.result; } public ArrayList<Long> getRobotList() { return this.robotList; } public int getRobotMaxNum() { return this.robotMaxNum; } public String getSearchJoinSig() { return this.searchJoinSig; } public long getShowNumber() { return this.showNumber; } public boolean getShowWeakNotify() { return this.showWeakNotify; } public long getShutUpExpireTime() { return this.shutUpExpireTime; } public GProGuildSpeakableThreshold getSpeakThreshold() { return this.speakThreshold; } public String getTagDesc() { return this.tagDesc; } public long getTagId() { return this.tagId; } public boolean getTopicSquareSwitch() { return this.topicSquareSwitch; } public long getU64channelSeq() { return this.u64channelSeq; } public long getU64guildSeq() { return this.u64guildSeq; } public int getUserMaxNum() { return this.userMaxNum; } public int getUserNum() { return this.userNum; } public int getUserType() { return this.userType; } public int getVisibleChannelMaxNum() { return this.visibleChannelMaxNum; } public int getWeakNotifyDisplay() { return this.weakNotifyDisplay; } public void setAdminList(ArrayList<Long> arrayList) { this.adminList = arrayList; } public void setAdminMaxNum(int i2) { this.adminMaxNum = i2; } public void setAllowSearch(boolean z) { this.allowSearch = z; } public void setAvatarSeq(long j2) { this.avatarSeq = j2; } public void setBannedTimeLimit(long j2) { this.bannedTimeLimit = j2; } public void setChangeNameInterval(long j2) { this.changeNameInterval = j2; } public void setChannelListChange(boolean z) { this.channelListChange = z; } public void setClientId(int i2) { this.clientId = i2; } public void setCoverFontColorId(int i2) { this.coverFontColorId = i2; } public void setCoverSeq(long j2) { this.coverSeq = j2; } public void setCreateTime(long j2) { this.createTime = j2; } public void setCreatorTinyId(long j2) { this.creatorTinyId = j2; } public void setErrMsg(String str) { this.errMsg = str; } public void setGroupId(long j2) { this.groupId = j2; } public void setGuildCanShare(int i2) { this.guildCanShare = i2; } public void setGuildId(long j2) { this.guildId = j2; } public void setGuildNameChangeTime(long j2) { this.guildNameChangeTime = j2; } public void setGuildNumber(String str) { this.guildNumber = str; } public void setGuildType(int i2) { this.guildType = i2; } public void setIsBanned(boolean z) { this.isBanned = z; } public void setIsFrozen(boolean z) { this.isFrozen = z; } public void setIsInteractiveForVisitor(boolean z) { this.isInteractiveForVisitor = z; } public void setIsInvisibleForVisitor(boolean z) { this.isInvisibleForVisitor = z; } public void setIsMember(int i2) { this.isMember = i2; } public void setIsOpenMsgPush(int i2) { this.isOpenMsgPush = i2; } public void setIsTop(boolean z) { this.isTop = z; } public void setIsValid(boolean z) { this.isValid = z; } public void setJoinTime(long j2) { this.joinTime = j2; } public void setJumpChannelId(long j2) { this.jumpChannelId = j2; } public void setJumpChannelSwitch(boolean z) { this.jumpChannelSwitch = z; } public void setMedalInfoList(ArrayList<GProMedalInfo> arrayList) { this.medalInfoList = arrayList; } public void setMedalLevel(int i2) { this.medalLevel = i2; } public void setMyShutUpExpireTime(long j2) { this.myShutUpExpireTime = j2; } public void setName(String str) { this.name = str; } public void setNavigationInfoList(ArrayList<GProNavigationInfo> arrayList) { this.navigationInfoList = arrayList; } public void setNeedRealNameForVisitor(boolean z) { this.needRealNameForVisitor = z; } public void setProfile(String str) { this.profile = str; } public void setQRCodePeriod(int i2) { this.QRCodePeriod = i2; } public void setQrCodeSwitch(int i2) { this.qrCodeSwitch = i2; } public void setResult(int i2) { this.result = i2; } public void setRobotList(ArrayList<Long> arrayList) { this.robotList = arrayList; } public void setRobotMaxNum(int i2) { this.robotMaxNum = i2; } public void setSearchJoinSig(String str) { this.searchJoinSig = str; } public void setShowNumber(long j2) { this.showNumber = j2; } public void setShowWeakNotify(boolean z) { this.showWeakNotify = z; } public void setShutUpExpireTime(long j2) { this.shutUpExpireTime = j2; } public void setSpeakThreshold(GProGuildSpeakableThreshold gProGuildSpeakableThreshold) { this.speakThreshold = gProGuildSpeakableThreshold; } public void setTagDesc(String str) { this.tagDesc = str; } public void setTagId(long j2) { this.tagId = j2; } public void setTopicSquareSwitch(boolean z) { this.topicSquareSwitch = z; } public void setU64channelSeq(long j2) { this.u64channelSeq = j2; } public void setU64guildSeq(long j2) { this.u64guildSeq = j2; } public void setUserMaxNum(int i2) { this.userMaxNum = i2; } public void setUserNum(int i2) { this.userNum = i2; } public void setUserType(int i2) { this.userType = i2; } public void setVisibleChannelMaxNum(int i2) { this.visibleChannelMaxNum = i2; } public void setWeakNotifyDisplay(int i2) { this.weakNotifyDisplay = i2; } public String toString() { return "GProGuild{guildId=" + this.guildId + ",showNumber=" + this.showNumber + ",guildType=" + this.guildType + ",name=" + this.name + ",profile=" + this.profile + ",avatarSeq=" + this.avatarSeq + ",creatorTinyId=" + this.creatorTinyId + ",createTime=" + this.createTime + ",joinTime=" + this.joinTime + ",userType=" + this.userType + ",isTop=" + this.isTop + ",userNum=" + this.userNum + ",u64guildSeq=" + this.u64guildSeq + ",u64channelSeq=" + this.u64channelSeq + ",adminList=" + this.adminList + ",adminMaxNum=" + this.adminMaxNum + ",robotList=" + this.robotList + ",robotMaxNum=" + this.robotMaxNum + ",userMaxNum=" + this.userMaxNum + ",isBanned=" + this.isBanned + ",isFrozen=" + this.isFrozen + ",isValid=" + this.isValid + ",searchJoinSig=" + this.searchJoinSig + ",channelListChange=" + this.channelListChange + ",coverSeq=" + this.coverSeq + ",isMember=" + this.isMember + ",result=" + this.result + ",errMsg=" + this.errMsg + ",clientId=" + this.clientId + ",visibleChannelMaxNum=" + this.visibleChannelMaxNum + ",medalLevel=" + this.medalLevel + ",weakNotifyDisplay=" + this.weakNotifyDisplay + ",isOpenMsgPush=" + this.isOpenMsgPush + ",shutUpExpireTime=" + this.shutUpExpireTime + ",myShutUpExpireTime=" + this.myShutUpExpireTime + ",bannedTimeLimit=" + this.bannedTimeLimit + ",coverFontColorId=" + this.coverFontColorId + ",guildCanShare=" + this.guildCanShare + ",QRCodePeriod=" + this.QRCodePeriod + ",guildNumber=" + this.guildNumber + ",guildNameChangeTime=" + this.guildNameChangeTime + ",allowSearch=" + this.allowSearch + ",isInvisibleForVisitor=" + this.isInvisibleForVisitor + ",needRealNameForVisitor=" + this.needRealNameForVisitor + ",isInteractiveForVisitor=" + this.isInteractiveForVisitor + ",changeNameInterval=" + this.changeNameInterval + ",showWeakNotify=" + this.showWeakNotify + ",jumpChannelSwitch=" + this.jumpChannelSwitch + ",jumpChannelId=" + this.jumpChannelId + ",navigationInfoList=" + this.navigationInfoList + ",speakThreshold=" + this.speakThreshold + ",medalInfoList=" + this.medalInfoList + ",topicSquareSwitch=" + this.topicSquareSwitch + ",groupId=" + this.groupId + ",tagId=" + this.tagId + ",tagDesc=" + this.tagDesc + ",qrCodeSwitch=" + this.qrCodeSwitch + ",}"; } public GProGuild(long j2, long j3, int i2, String str, String str2, long j4, long j5, long j6, long j7, int i3, boolean z, int i4, long j8, long j9, ArrayList<Long> arrayList, int i5, ArrayList<Long> arrayList2, int i6, int i7, boolean z2, boolean z3, boolean z4, String str3, boolean z5, long j10, int i8, int i9, String str4, int i10, int i11, int i12, int i13, int i14, long j11, long j12, long j13, int i15, int i16, int i17, String str5, long j14, boolean z6, boolean z7, boolean z8, boolean z9, long j15, boolean z10, boolean z11, long j16, ArrayList<GProNavigationInfo> arrayList3, GProGuildSpeakableThreshold gProGuildSpeakableThreshold, ArrayList<GProMedalInfo> arrayList4, boolean z12, long j17, long j18, String str6, int i18) { this.serialVersionUID = 1L; this.name = ""; this.profile = ""; this.adminList = new ArrayList<>(); this.robotList = new ArrayList<>(); this.searchJoinSig = ""; this.errMsg = ""; this.guildNumber = ""; this.navigationInfoList = new ArrayList<>(); this.speakThreshold = new GProGuildSpeakableThreshold(); this.medalInfoList = new ArrayList<>(); this.tagDesc = ""; this.guildId = j2; this.showNumber = j3; this.guildType = i2; this.name = str; this.profile = str2; this.avatarSeq = j4; this.creatorTinyId = j5; this.createTime = j6; this.joinTime = j7; this.userType = i3; this.isTop = z; this.userNum = i4; this.u64guildSeq = j8; this.u64channelSeq = j9; this.adminList = arrayList; this.adminMaxNum = i5; this.robotList = arrayList2; this.robotMaxNum = i6; this.userMaxNum = i7; this.isBanned = z2; this.isFrozen = z3; this.isValid = z4; this.searchJoinSig = str3; this.channelListChange = z5; this.coverSeq = j10; this.isMember = i8; this.result = i9; this.errMsg = str4; this.clientId = i10; this.visibleChannelMaxNum = i11; this.medalLevel = i12; this.weakNotifyDisplay = i13; this.isOpenMsgPush = i14; this.shutUpExpireTime = j11; this.myShutUpExpireTime = j12; this.bannedTimeLimit = j13; this.coverFontColorId = i15; this.guildCanShare = i16; this.QRCodePeriod = i17; this.guildNumber = str5; this.guildNameChangeTime = j14; this.allowSearch = z6; this.isInvisibleForVisitor = z7; this.needRealNameForVisitor = z8; this.isInteractiveForVisitor = z9; this.changeNameInterval = j15; this.showWeakNotify = z10; this.jumpChannelSwitch = z11; this.jumpChannelId = j16; this.navigationInfoList = arrayList3; this.speakThreshold = gProGuildSpeakableThreshold; this.medalInfoList = arrayList4; this.topicSquareSwitch = z12; this.groupId = j17; this.tagId = j18; this.tagDesc = str6; this.qrCodeSwitch = i18; } }
16,860
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MsgBoxNecessaryMsgInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MsgBoxNecessaryMsgInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class MsgBoxNecessaryMsgInfo { String highlightDigest; long msgSeq; long msgTime; public MsgBoxNecessaryMsgInfo() { this.highlightDigest = ""; } public String getHighlightDigest() { return this.highlightDigest; } public long getMsgSeq() { return this.msgSeq; } public long getMsgTime() { return this.msgTime; } public String toString() { return "MsgBoxNecessaryMsgInfo{msgSeq=" + this.msgSeq + ",msgTime=" + this.msgTime + ",highlightDigest=" + this.highlightDigest + ",}"; } public MsgBoxNecessaryMsgInfo(long j2, long j3, String str) { this.highlightDigest = ""; this.msgSeq = j2; this.msgTime = j3; this.highlightDigest = str; } }
890
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VASAIOPersonalElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASAIOPersonalElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes.dex */ public final class VASAIOPersonalElement { Long troopNameColorId; Integer vaDataChangeRand; VASPersonalNamePlate vasPersonalNamePlate; ArrayList<VASPersonalVipNumberInfo> vipNumbers; public VASAIOPersonalElement() { this.vipNumbers = new ArrayList<>(); } public Long getTroopNameColorId() { return this.troopNameColorId; } public Integer getVaDataChangeRand() { return this.vaDataChangeRand; } public VASPersonalNamePlate getVasPersonalNamePlate() { return this.vasPersonalNamePlate; } public ArrayList<VASPersonalVipNumberInfo> getVipNumbers() { return this.vipNumbers; } public String toString() { return "VASAIOPersonalElement{troopNameColorId=" + this.troopNameColorId + ",vipNumbers=" + this.vipNumbers + ",vaDataChangeRand=" + this.vaDataChangeRand + ",vasPersonalNamePlate=" + this.vasPersonalNamePlate + ",}"; } public VASAIOPersonalElement(Long l2, ArrayList<VASPersonalVipNumberInfo> arrayList, Integer num, VASPersonalNamePlate vASPersonalNamePlate) { this.vipNumbers = new ArrayList<>(); this.troopNameColorId = l2; this.vipNumbers = arrayList; this.vaDataChangeRand = num; this.vasPersonalNamePlate = vASPersonalNamePlate; } }
1,417
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
PointType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PointType.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public enum PointType { KDEFAULT, KNUMBER, KBASIC }
146
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
TargetFileInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/TargetFileInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class TargetFileInfo { CommonFileInfo commonFileInfo; long targetElemId; long targetMsgId; public TargetFileInfo() { this.commonFileInfo = new CommonFileInfo(); } public CommonFileInfo getCommonFileInfo() { return this.commonFileInfo; } public long getTargetElemId() { return this.targetElemId; } public long getTargetMsgId() { return this.targetMsgId; } public String toString() { return "TargetFileInfo{targetMsgId=" + this.targetMsgId + ",targetElemId=" + this.targetElemId + ",commonFileInfo=" + this.commonFileInfo + ",}"; } public TargetFileInfo(long j2, long j3, CommonFileInfo commonFileInfo) { this.commonFileInfo = new CommonFileInfo(); this.targetMsgId = j2; this.targetElemId = j3; this.commonFileInfo = commonFileInfo; } }
936
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetSelectChannelIDReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetSelectChannelIDReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetSelectChannelIDReq { String code; ArrayList<GProSelectChannel> selectChannels; public GProGetSelectChannelIDReq() { this.code = ""; this.selectChannels = new ArrayList<>(); } public String getCode() { return this.code; } public ArrayList<GProSelectChannel> getSelectChannels() { return this.selectChannels; } public String toString() { return "GProGetSelectChannelIDReq{code=" + this.code + ",selectChannels=" + this.selectChannels + ",}"; } public GProGetSelectChannelIDReq(String str, ArrayList<GProSelectChannel> arrayList) { this.code = ""; this.selectChannels = new ArrayList<>(); this.code = str; this.selectChannels = arrayList; } }
902
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProProfileRoomState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProProfileRoomState.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProProfileRoomState { long channelId; int channelType; GProProfileChannelState feedChannelState; long guildId; GProLiveRoomInfo liveRoomState; GProProfileChannelState textChannelState; GProChannelMemberInfos voiceRoomState; public GProProfileRoomState() { } public long getChannelId() { return this.channelId; } public int getChannelType() { return this.channelType; } public GProProfileChannelState getFeedChannelState() { return this.feedChannelState; } public long getGuildId() { return this.guildId; } public GProLiveRoomInfo getLiveRoomState() { return this.liveRoomState; } public GProProfileChannelState getTextChannelState() { return this.textChannelState; } public GProChannelMemberInfos getVoiceRoomState() { return this.voiceRoomState; } public String toString() { return "GProProfileRoomState{guildId=" + this.guildId + ",channelId=" + this.channelId + ",channelType=" + this.channelType + ",voiceRoomState=" + this.voiceRoomState + ",liveRoomState=" + this.liveRoomState + ",textChannelState=" + this.textChannelState + ",feedChannelState=" + this.feedChannelState + ",}"; } public GProProfileRoomState(long j2, long j3, int i2, GProChannelMemberInfos gProChannelMemberInfos, GProLiveRoomInfo gProLiveRoomInfo, GProProfileChannelState gProProfileChannelState, GProProfileChannelState gProProfileChannelState2) { this.guildId = j2; this.channelId = j3; this.channelType = i2; this.voiceRoomState = gProChannelMemberInfos; this.liveRoomState = gProLiveRoomInfo; this.textChannelState = gProProfileChannelState; this.feedChannelState = gProProfileChannelState2; } }
1,916
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
WeChatOcrBox.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/WeChatOcrBox.java
package com.tencent.qqnt.kernel.nativeinterface; public final class WeChatOcrBox { OCRPoint pt1; OCRPoint pt2; OCRPoint pt3; OCRPoint pt4; public WeChatOcrBox() { this.pt1 = new OCRPoint(); this.pt2 = new OCRPoint(); this.pt3 = new OCRPoint(); this.pt4 = new OCRPoint(); } public OCRPoint getPt1() { return this.pt1; } public OCRPoint getPt2() { return this.pt2; } public OCRPoint getPt3() { return this.pt3; } public OCRPoint getPt4() { return this.pt4; } public String toString() { return "WeChatOcrBox{pt1=" + this.pt1 + ",pt2=" + this.pt2 + ",pt3=" + this.pt3 + ",pt4=" + this.pt4 + ",}"; } public WeChatOcrBox(OCRPoint oCRPoint, OCRPoint oCRPoint2, OCRPoint oCRPoint3, OCRPoint oCRPoint4) { this.pt1 = new OCRPoint(); this.pt2 = new OCRPoint(); this.pt3 = new OCRPoint(); this.pt4 = new OCRPoint(); this.pt1 = oCRPoint; this.pt2 = oCRPoint2; this.pt3 = oCRPoint3; this.pt4 = oCRPoint4; } }
1,111
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
CHANNELMEMBERTYPE.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CHANNELMEMBERTYPE.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public enum CHANNELMEMBERTYPE { NOT_WHITE_LIST_USER, NOT_MEMBER, NORMAL_MEMBER, ADMIN_MEMBER }
193
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPopupConfig.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPopupConfig.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProPopupConfig { String picUrl; String wording1; String wording2; public GProPopupConfig() { this.wording1 = ""; this.wording2 = ""; this.picUrl = ""; } public String getPicUrl() { return this.picUrl; } public String getWording1() { return this.wording1; } public String getWording2() { return this.wording2; } public String toString() { return "GProPopupConfig{wording1=" + this.wording1 + ",wording2=" + this.wording2 + ",picUrl=" + this.picUrl + ",}"; } public GProPopupConfig(String str, String str2, String str3) { this.wording1 = ""; this.wording2 = ""; this.picUrl = ""; this.wording1 = str; this.wording2 = str2; this.picUrl = str3; } }
917
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendCategoryInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendCategoryInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendCategoryInfo { long categoryId; int categoryIndex; String categoryName; ArrayList<GProChannel> channelInfoList; public GProRecommendCategoryInfo() { this.channelInfoList = new ArrayList<>(); this.categoryName = ""; } public long getCategoryId() { return this.categoryId; } public int getCategoryIndex() { return this.categoryIndex; } public String getCategoryName() { return this.categoryName; } public ArrayList<GProChannel> getChannelInfoList() { return this.channelInfoList; } public String toString() { return "GProRecommendCategoryInfo{categoryIndex=" + this.categoryIndex + ",channelInfoList=" + this.channelInfoList + ",categoryName=" + this.categoryName + ",categoryId=" + this.categoryId + ",}"; } public GProRecommendCategoryInfo(int i2, ArrayList<GProChannel> arrayList, String str, long j2) { this.channelInfoList = new ArrayList<>(); this.categoryName = ""; this.categoryIndex = i2; this.channelInfoList = arrayList; this.categoryName = str; this.categoryId = j2; } }
1,307
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FaceElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FaceElement.java
package com.tencent.qqnt.kernel.nativeinterface; public final class FaceElement implements IKernelModel { Integer doubleHit; Integer faceBubbleCount; int faceIndex; String faceText; int faceType; Integer imageType; Integer msgType; String oldVersionStr; String packId; Integer pokeFlag; Integer pokeStrength; Integer pokeType; Integer randomType; String resultId; Integer sourceType; String spokeSummary; String stickerId; Integer stickerType; String surpriseId; Integer vaspokeId; String vaspokeMinver; String vaspokeName; public FaceElement() { } public Integer getDoubleHit() { return this.doubleHit; } public Integer getFaceBubbleCount() { return this.faceBubbleCount; } public int getFaceIndex() { return this.faceIndex; } public String getFaceText() { return this.faceText; } public int getFaceType() { return this.faceType; } public Integer getImageType() { return this.imageType; } public Integer getMsgType() { return this.msgType; } public String getOldVersionStr() { return this.oldVersionStr; } public String getPackId() { return this.packId; } public Integer getPokeFlag() { return this.pokeFlag; } public Integer getPokeStrength() { return this.pokeStrength; } public Integer getPokeType() { return this.pokeType; } public Integer getRandomType() { return this.randomType; } public String getResultId() { return this.resultId; } public Integer getSourceType() { return this.sourceType; } public String getSpokeSummary() { return this.spokeSummary; } public String getStickerId() { return this.stickerId; } public Integer getStickerType() { return this.stickerType; } public String getSurpriseId() { return this.surpriseId; } public Integer getVaspokeId() { return this.vaspokeId; } public String getVaspokeMinver() { return this.vaspokeMinver; } public String getVaspokeName() { return this.vaspokeName; } public void setDoubleHit(Integer num) { this.doubleHit = num; } public void setFaceBubbleCount(Integer num) { this.faceBubbleCount = num; } public void setFaceIndex(int i2) { this.faceIndex = i2; } public void setFaceText(String str) { this.faceText = str; } public void setFaceType(int i2) { this.faceType = i2; } public void setImageType(Integer num) { this.imageType = num; } public void setMsgType(Integer num) { this.msgType = num; } public void setOldVersionStr(String str) { this.oldVersionStr = str; } public void setPackId(String str) { this.packId = str; } public void setPokeFlag(Integer num) { this.pokeFlag = num; } public void setPokeStrength(Integer num) { this.pokeStrength = num; } public void setPokeType(Integer num) { this.pokeType = num; } public void setRandomType(Integer num) { this.randomType = num; } public void setResultId(String str) { this.resultId = str; } public void setSourceType(Integer num) { this.sourceType = num; } public void setSpokeSummary(String str) { this.spokeSummary = str; } public void setStickerId(String str) { this.stickerId = str; } public void setStickerType(Integer num) { this.stickerType = num; } public void setSurpriseId(String str) { this.surpriseId = str; } public void setVaspokeId(Integer num) { this.vaspokeId = num; } public void setVaspokeMinver(String str) { this.vaspokeMinver = str; } public void setVaspokeName(String str) { this.vaspokeName = str; } public String toString() { return "FaceElement{faceIndex=" + this.faceIndex + ",faceText=" + this.faceText + ",faceType=" + this.faceType + ",packId=" + this.packId + ",stickerId=" + this.stickerId + ",sourceType=" + this.sourceType + ",stickerType=" + this.stickerType + ",resultId=" + this.resultId + ",surpriseId=" + this.surpriseId + ",randomType=" + this.randomType + ",imageType=" + this.imageType + ",pokeType=" + this.pokeType + ",spokeSummary=" + this.spokeSummary + ",doubleHit=" + this.doubleHit + ",vaspokeId=" + this.vaspokeId + ",vaspokeName=" + this.vaspokeName + ",vaspokeMinver=" + this.vaspokeMinver + ",pokeStrength=" + this.pokeStrength + ",msgType=" + this.msgType + ",faceBubbleCount=" + this.faceBubbleCount + ",oldVersionStr=" + this.oldVersionStr + ",pokeFlag=" + this.pokeFlag + ",}"; } public FaceElement(int i2, String str, int i3, String str2, String str3, Integer num, Integer num2, String str4, String str5, Integer num3, Integer num4, Integer num5, String str6, Integer num6, Integer num7, String str7, String str8, Integer num8, Integer num9, Integer num10, String str9, Integer num11) { this.faceIndex = i2; this.faceText = str; this.faceType = i3; this.packId = str2; this.stickerId = str3; this.sourceType = num; this.stickerType = num2; this.resultId = str4; this.surpriseId = str5; this.randomType = num3; this.imageType = num4; this.pokeType = num5; this.spokeSummary = str6; this.doubleHit = num6; this.vaspokeId = num7; this.vaspokeName = str7; this.vaspokeMinver = str8; this.pokeStrength = num8; this.msgType = num9; this.faceBubbleCount = num10; this.oldVersionStr = str9; this.pokeFlag = num11; } }
5,933
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildOnlineUsers.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildOnlineUsers.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildOnlineUsers { long channelId; int channelType; String totalOnline; ArrayList<GProUser> users; public GProGuildOnlineUsers() { this.totalOnline = ""; this.users = new ArrayList<>(); } public long getChannelId() { return this.channelId; } public int getChannelType() { return this.channelType; } public String getTotalOnline() { return this.totalOnline; } public ArrayList<GProUser> getUsers() { return this.users; } public String toString() { return "GProGuildOnlineUsers{channelType=" + this.channelType + ",channelId=" + this.channelId + ",totalOnline=" + this.totalOnline + ",users=" + this.users + ",}"; } public GProGuildOnlineUsers(int i2, long j2, String str, ArrayList<GProUser> arrayList) { this.totalOnline = ""; this.users = new ArrayList<>(); this.channelType = i2; this.channelId = j2; this.totalOnline = str; this.users = arrayList; } }
1,172
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBlockItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBlockItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProBlockItem implements Serializable { String blockId; String blockName; int blockType; ArrayList<GProItemIdInfo> itemList; long serialVersionUID; public GProBlockItem() { this.serialVersionUID = 1L; this.blockId = ""; this.blockName = ""; this.itemList = new ArrayList<>(); } public String getBlockId() { return this.blockId; } public String getBlockName() { return this.blockName; } public int getBlockType() { return this.blockType; } public ArrayList<GProItemIdInfo> getItemList() { return this.itemList; } public String toString() { return "GProBlockItem{blockId=" + this.blockId + ",blockType=" + this.blockType + ",blockName=" + this.blockName + ",itemList=" + this.itemList + ",}"; } public GProBlockItem(String str, int i2, String str2, ArrayList<GProItemIdInfo> arrayList) { this.serialVersionUID = 1L; this.blockId = ""; this.blockName = ""; this.itemList = new ArrayList<>(); this.blockId = str; this.blockType = i2; this.blockName = str2; this.itemList = arrayList; } }
1,362
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendFeed.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendFeed.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendFeed implements Serializable { String cardBottomColor; long channelId; String channelInfoColor; long createTime; String feedCoverUrl; String feedId; String feedSubTitle; String feedTitle; String feedVideoCoverUrl; long guildId; long posterTinyId; long serialVersionUID; String titleColor; public GProRecommendFeed() { this.serialVersionUID = 1L; this.feedId = ""; this.feedTitle = ""; this.feedCoverUrl = ""; this.feedSubTitle = ""; this.titleColor = ""; this.cardBottomColor = ""; this.channelInfoColor = ""; this.feedVideoCoverUrl = ""; } public String getCardBottomColor() { return this.cardBottomColor; } public long getChannelId() { return this.channelId; } public String getChannelInfoColor() { return this.channelInfoColor; } public long getCreateTime() { return this.createTime; } public String getFeedCoverUrl() { return this.feedCoverUrl; } public String getFeedId() { return this.feedId; } public String getFeedSubTitle() { return this.feedSubTitle; } public String getFeedTitle() { return this.feedTitle; } public String getFeedVideoCoverUrl() { return this.feedVideoCoverUrl; } public long getGuildId() { return this.guildId; } public long getPosterTinyId() { return this.posterTinyId; } public String getTitleColor() { return this.titleColor; } public String toString() { return "GProRecommendFeed{feedId=" + this.feedId + ",feedTitle=" + this.feedTitle + ",feedCoverUrl=" + this.feedCoverUrl + ",posterTinyId=" + this.posterTinyId + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",createTime=" + this.createTime + ",feedSubTitle=" + this.feedSubTitle + ",titleColor=" + this.titleColor + ",cardBottomColor=" + this.cardBottomColor + ",channelInfoColor=" + this.channelInfoColor + ",feedVideoCoverUrl=" + this.feedVideoCoverUrl + ",}"; } public GProRecommendFeed(String str, String str2, String str3, long j2, long j3, long j4, long j5, String str4, String str5, String str6, String str7, String str8) { this.serialVersionUID = 1L; this.feedId = ""; this.feedTitle = ""; this.feedCoverUrl = ""; this.feedSubTitle = ""; this.titleColor = ""; this.cardBottomColor = ""; this.channelInfoColor = ""; this.feedVideoCoverUrl = ""; this.feedId = str; this.feedTitle = str2; this.feedCoverUrl = str3; this.posterTinyId = j2; this.guildId = j3; this.channelId = j4; this.createTime = j5; this.feedSubTitle = str4; this.titleColor = str5; this.cardBottomColor = str6; this.channelInfoColor = str7; this.feedVideoCoverUrl = str8; } }
3,128
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProFeedReportData.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFeedReportData.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProFeedReportData { GProFeed feed; public GProFeedReportData() { this.feed = new GProFeed(); } public GProFeed getFeed() { return this.feed; } public String toString() { return "GProFeedReportData{feed=" + this.feed + ",}"; } public GProFeedReportData(GProFeed gProFeed) { this.feed = new GProFeed(); this.feed = gProFeed; } }
509
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProVoiceSmobaGameSmobaRoomParams.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameSmobaRoomParams.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProVoiceSmobaGameSmobaRoomParams { int gameMode; public GProVoiceSmobaGameSmobaRoomParams() { } public int getGameMode() { return this.gameMode; } public String toString() { return "GProVoiceSmobaGameSmobaRoomParams{gameMode=" + this.gameMode + ",}"; } public GProVoiceSmobaGameSmobaRoomParams(int i2) { this.gameMode = i2; } }
494
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecallInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecallInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecallInfo { float qualityScore; String query; String recallName; float relevanceScore; float score; String traceId; public GProRecallInfo() { this.query = ""; this.recallName = ""; this.traceId = ""; } public float getQualityScore() { return this.qualityScore; } public String getQuery() { return this.query; } public String getRecallName() { return this.recallName; } public float getRelevanceScore() { return this.relevanceScore; } public float getScore() { return this.score; } public String getTraceId() { return this.traceId; } public String toString() { return "GProRecallInfo{query=" + this.query + ",recallName=" + this.recallName + ",relevanceScore=" + this.relevanceScore + ",qualityScore=" + this.qualityScore + ",score=" + this.score + ",traceId=" + this.traceId + ",}"; } public GProRecallInfo(String str, String str2, float f2, float f3, float f4, String str3) { this.query = ""; this.recallName = ""; this.traceId = ""; this.query = str; this.recallName = str2; this.relevanceScore = f2; this.qualityScore = f3; this.score = f4; this.traceId = str3; } }
1,432
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBriefAppInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBriefAppInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProBriefAppInfo { String appAvatarUrl; String appId; String appName; public GProBriefAppInfo() { this.appId = ""; this.appName = ""; this.appAvatarUrl = ""; } public String getAppAvatarUrl() { return this.appAvatarUrl; } public String getAppId() { return this.appId; } public String getAppName() { return this.appName; } public String toString() { return "GProBriefAppInfo{appId=" + this.appId + ",appName=" + this.appName + ",appAvatarUrl=" + this.appAvatarUrl + ",}"; } public GProBriefAppInfo(String str, String str2, String str3) { this.appId = ""; this.appName = ""; this.appAvatarUrl = ""; this.appId = str; this.appName = str2; this.appAvatarUrl = str3; } }
937
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GrayTipMember.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GrayTipMember.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class GrayTipMember implements Serializable { String name; long serialVersionUID; String uid; public GrayTipMember() { this.serialVersionUID = 1L; this.uid = ""; this.name = ""; } public String getName() { return this.name; } public String getUid() { return this.uid; } public String toString() { return "GrayTipMember{uid=" + this.uid + ",name=" + this.name + ",}"; } public GrayTipMember(String str, String str2) { this.serialVersionUID = 1L; this.uid = ""; this.name = ""; this.uid = str; this.name = str2; } }
751
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserChannelState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserChannelState.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProUserChannelState { long channelId; long guildId; int platform; long tinyId; int userState; long userStateSeq; public GProUserChannelState() { } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public int getPlatform() { return this.platform; } public long getTinyId() { return this.tinyId; } public int getUserState() { return this.userState; } public long getUserStateSeq() { return this.userStateSeq; } public String toString() { return "GProUserChannelState{tinyId=" + this.tinyId + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",userStateSeq=" + this.userStateSeq + ",userState=" + this.userState + ",platform=" + this.platform + ",}"; } public GProUserChannelState(long j2, long j3, long j4, long j5, int i2, int i3) { this.tinyId = j2; this.guildId = j3; this.channelId = j4; this.userStateSeq = j5; this.userState = i2; this.platform = i3; } }
1,237
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildEssenceSvrReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildEssenceSvrReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGuildEssenceSvrReq implements Serializable { long guildId; long serialVersionUID = 1; GProUnifiedEssenceInfo unifiedEssenceInfo; public GProGuildEssenceSvrReq() { } public long getGuildId() { return this.guildId; } public GProUnifiedEssenceInfo getUnifiedEssenceInfo() { return this.unifiedEssenceInfo; } public String toString() { return "GProGuildEssenceSvrReq{guildId=" + this.guildId + ",unifiedEssenceInfo=" + this.unifiedEssenceInfo + ",}"; } public GProGuildEssenceSvrReq(long j2, GProUnifiedEssenceInfo gProUnifiedEssenceInfo) { this.guildId = j2; this.unifiedEssenceInfo = gProUnifiedEssenceInfo; } }
842
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchLocalBusinessType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchLocalBusinessType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public enum SearchLocalBusinessType { KSEARCHLOCALBUSINESSTYPEUNKNOWN, KSEARCHLOCALBUSINESSTYPEALL, KSEARCHLOCALBUSINESSTYPECREATEGROUP, KSEARCHLOCALBUSINESSTYPEFORWARD, KSEARCHLOCALBUSINESSTYPEDESKTOPALL, KSEARCHLOCALBUSINESSTYPEDESKTOPBUDDY, KSEARCHLOCALBUSINESSTYPEDESKTOPGROUP, KSEARCHLOCALBUSINESSTYPEMQQALL }
451
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGlobalBanner.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGlobalBanner.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGlobalBanner { GProGuildBannerGameDownloadInfo bannerGameDownloadeInfo; String bannerId; GProGuildBannerBizId bizId; byte[] content; String guildId; long operateTime; long operatorTinyId; public GProGlobalBanner() { this.guildId = ""; this.bannerId = ""; this.bizId = new GProGuildBannerBizId(); this.content = new byte[0]; this.bannerGameDownloadeInfo = new GProGuildBannerGameDownloadInfo(); } public GProGuildBannerGameDownloadInfo getBannerGameDownloadeInfo() { return this.bannerGameDownloadeInfo; } public String getBannerId() { return this.bannerId; } public GProGuildBannerBizId getBizId() { return this.bizId; } public byte[] getContent() { return this.content; } public String getGuildId() { return this.guildId; } public long getOperateTime() { return this.operateTime; } public long getOperatorTinyId() { return this.operatorTinyId; } public String toString() { return "GProGlobalBanner{guildId=" + this.guildId + ",operateTime=" + this.operateTime + ",operatorTinyId=" + this.operatorTinyId + ",bannerId=" + this.bannerId + ",bizId=" + this.bizId + ",content=" + this.content + ",bannerGameDownloadeInfo=" + this.bannerGameDownloadeInfo + ",}"; } public GProGlobalBanner(String str, long j2, long j3, String str2, GProGuildBannerBizId gProGuildBannerBizId, byte[] bArr, GProGuildBannerGameDownloadInfo gProGuildBannerGameDownloadInfo) { this.guildId = ""; this.bannerId = ""; this.bizId = new GProGuildBannerBizId(); this.content = new byte[0]; this.bannerGameDownloadeInfo = new GProGuildBannerGameDownloadInfo(); this.guildId = str; this.operateTime = j2; this.operatorTinyId = j3; this.bannerId = str2; this.bizId = gProGuildBannerBizId; this.content = bArr; this.bannerGameDownloadeInfo = gProGuildBannerGameDownloadInfo; } }
2,166
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MsgEmojiLikes.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MsgEmojiLikes.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class MsgEmojiLikes { String emojiId; long emojiType; boolean isClicked; long likesCnt; public MsgEmojiLikes() { this.emojiId = ""; } public String getEmojiId() { return this.emojiId; } public long getEmojiType() { return this.emojiType; } public boolean getIsClicked() { return this.isClicked; } public long getLikesCnt() { return this.likesCnt; } public String toString() { return "MsgEmojiLikes{emojiId=" + this.emojiId + ",emojiType=" + this.emojiType + ",likesCnt=" + this.likesCnt + ",isClicked=" + this.isClicked + ",}"; } public MsgEmojiLikes(String str, long j2, long j3, boolean z) { this.emojiId = ""; this.emojiId = str; this.emojiType = j2; this.likesCnt = j3; this.isClicked = z; } }
983
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSearchRankInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchRankInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes4.dex */ public final class GProSearchRankInfo { String iconUrl; String text; public GProSearchRankInfo() { this.iconUrl = ""; this.text = ""; } public String getIconUrl() { return this.iconUrl; } public String getText() { return this.text; } public String toString() { return "GProSearchRankInfo{iconUrl=" + this.iconUrl + ",text=" + this.text + ",}"; } public GProSearchRankInfo(String str, String str2) { this.iconUrl = ""; this.text = ""; this.iconUrl = str; this.text = str2; } }
683
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRoomInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRoomInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; import java.util.HashMap; /* loaded from: classes2.dex */ public final class GProRoomInfo implements Serializable { GProViewerExt ViewerExt; ArrayList<GProAudienceInfo> audienceInfos; String programId; HashMap<String, String> roomIcons; long roomId; String roomName; String roomPv; int roomState; String screenShot; long serialVersionUID; long viewer; public GProRoomInfo() { this.serialVersionUID = 1L; this.roomName = ""; this.ViewerExt = new GProViewerExt(); this.programId = ""; this.roomIcons = new HashMap<>(); this.roomPv = ""; this.audienceInfos = new ArrayList<>(); this.screenShot = ""; } public ArrayList<GProAudienceInfo> getAudienceInfos() { return this.audienceInfos; } public String getProgramId() { return this.programId; } public HashMap<String, String> getRoomIcons() { return this.roomIcons; } public long getRoomId() { return this.roomId; } public String getRoomName() { return this.roomName; } public String getRoomPv() { return this.roomPv; } public int getRoomState() { return this.roomState; } public String getScreenShot() { return this.screenShot; } public long getViewer() { return this.viewer; } public GProViewerExt getViewerExt() { return this.ViewerExt; } public String toString() { return "GProRoomInfo{roomId=" + this.roomId + ",roomName=" + this.roomName + ",viewer=" + this.viewer + ",roomState=" + this.roomState + ",ViewerExt=" + this.ViewerExt + ",programId=" + this.programId + ",roomIcons=" + this.roomIcons + ",roomPv=" + this.roomPv + ",audienceInfos=" + this.audienceInfos + ",screenShot=" + this.screenShot + ",}"; } public GProRoomInfo(long j2, String str, long j3, int i2, GProViewerExt gProViewerExt, String str2, HashMap<String, String> hashMap, String str3, ArrayList<GProAudienceInfo> arrayList, String str4) { this.serialVersionUID = 1L; this.roomName = ""; this.ViewerExt = new GProViewerExt(); this.programId = ""; this.roomIcons = new HashMap<>(); this.roomPv = ""; this.audienceInfos = new ArrayList<>(); this.screenShot = ""; this.roomId = j2; this.roomName = str; this.viewer = j3; this.roomState = i2; this.ViewerExt = gProViewerExt; this.programId = str2; this.roomIcons = hashMap; this.roomPv = str3; this.audienceInfos = arrayList; this.screenShot = str4; } }
2,786
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildOnlineReportExtInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildOnlineReportExtInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildOnlineReportExtInfo { String key; String value; public GProGuildOnlineReportExtInfo() { this.key = ""; this.value = ""; } public String getKey() { return this.key; } public String getValue() { return this.value; } public String toString() { return "GProGuildOnlineReportExtInfo{key=" + this.key + ",value=" + this.value + ",}"; } public GProGuildOnlineReportExtInfo(String str, String str2) { this.key = ""; this.value = ""; this.key = str; this.value = str2; } }
699
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSaveMsgReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSaveMsgReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProSaveMsgReq implements Serializable { long adId; String content; long guildId; String headImage; String jumpText; String jumpUrl; long serialVersionUID; String title; public GProSaveMsgReq() { this.serialVersionUID = 1L; this.headImage = ""; this.title = ""; this.content = ""; this.jumpText = ""; this.jumpUrl = ""; } public long getAdId() { return this.adId; } public String getContent() { return this.content; } public long getGuildId() { return this.guildId; } public String getHeadImage() { return this.headImage; } public String getJumpText() { return this.jumpText; } public String getJumpUrl() { return this.jumpUrl; } public String getTitle() { return this.title; } public String toString() { return "GProSaveMsgReq{adId=" + this.adId + ",headImage=" + this.headImage + ",title=" + this.title + ",content=" + this.content + ",jumpText=" + this.jumpText + ",jumpUrl=" + this.jumpUrl + ",guildId=" + this.guildId + ",}"; } public GProSaveMsgReq(long j2, String str, String str2, String str3, String str4, String str5, long j3) { this.serialVersionUID = 1L; this.headImage = ""; this.title = ""; this.content = ""; this.jumpText = ""; this.jumpUrl = ""; this.adId = j2; this.headImage = str; this.title = str2; this.content = str3; this.jumpText = str4; this.jumpUrl = str5; this.guildId = j3; } }
1,776
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
EssenceElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EssenceElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class EssenceElement implements Serializable { int isSetEssence; long msgSeq; long serialVersionUID = 1; long tinyId; public EssenceElement() { } public int getIsSetEssence() { return this.isSetEssence; } public long getMsgSeq() { return this.msgSeq; } public long getTinyId() { return this.tinyId; } public String toString() { return "EssenceElement{tinyId=" + this.tinyId + ",msgSeq=" + this.msgSeq + ",isSetEssence=" + this.isSetEssence + ",}"; } public EssenceElement(long j2, long j3, int i2) { this.tinyId = j2; this.msgSeq = j3; this.isSetEssence = i2; } }
782
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUser.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUser.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProUser implements Serializable { int allowScreenShare; String avatarMeta; String avatarPendant; GProBusinessInfo businessInfo; int chnRole; GProClientIdentity clientIdentity; GProClientPresence clientPresence; byte[] cookie; int gender; long guildId; boolean guildMute; boolean inBlack; long joinTime; int levelRoleId; String memberName; ArrayList<Integer> myRoles; String nickName; int onlineState; GProMedal personalMedal; int platform; int robotMuteStatus; int robotPunishmentStatus; String robotTestGuilds; int robotType; GProRoleManagementTag roleManagementTag; long serialVersionUID; long shutUpExpireTime; long tinyId; int type; GProVoiceInfo voiceInfo; public GProUser() { this.serialVersionUID = 1L; this.memberName = ""; this.nickName = ""; this.cookie = new byte[0]; this.clientIdentity = new GProClientIdentity(); this.clientPresence = new GProClientPresence(); this.robotTestGuilds = ""; this.avatarMeta = ""; this.voiceInfo = new GProVoiceInfo(); this.businessInfo = new GProBusinessInfo(); this.myRoles = new ArrayList<>(); this.avatarPendant = ""; this.personalMedal = new GProMedal(); this.roleManagementTag = new GProRoleManagementTag(); } public int getAllowScreenShare() { return this.allowScreenShare; } public String getAvatarMeta() { return this.avatarMeta; } public String getAvatarPendant() { return this.avatarPendant; } public GProBusinessInfo getBusinessInfo() { return this.businessInfo; } public int getChnRole() { return this.chnRole; } public GProClientIdentity getClientIdentity() { return this.clientIdentity; } public GProClientPresence getClientPresence() { return this.clientPresence; } public byte[] getCookie() { return this.cookie; } public int getGender() { return this.gender; } public long getGuildId() { return this.guildId; } public boolean getGuildMute() { return this.guildMute; } public boolean getInBlack() { return this.inBlack; } public long getJoinTime() { return this.joinTime; } public int getLevelRoleId() { return this.levelRoleId; } public String getMemberName() { return this.memberName; } public ArrayList<Integer> getMyRoles() { return this.myRoles; } public String getNickName() { return this.nickName; } public int getOnlineState() { return this.onlineState; } public GProMedal getPersonalMedal() { return this.personalMedal; } public int getPlatform() { return this.platform; } public int getRobotMuteStatus() { return this.robotMuteStatus; } public int getRobotPunishmentStatus() { return this.robotPunishmentStatus; } public String getRobotTestGuilds() { return this.robotTestGuilds; } public int getRobotType() { return this.robotType; } public GProRoleManagementTag getRoleManagementTag() { return this.roleManagementTag; } public long getShutUpExpireTime() { return this.shutUpExpireTime; } public long getTinyId() { return this.tinyId; } public int getType() { return this.type; } public GProVoiceInfo getVoiceInfo() { return this.voiceInfo; } public void setAllowScreenShare(int i2) { this.allowScreenShare = i2; } public void setAvatarMeta(String str) { this.avatarMeta = str; } public void setAvatarPendant(String str) { this.avatarPendant = str; } public void setBusinessInfo(GProBusinessInfo gProBusinessInfo) { this.businessInfo = gProBusinessInfo; } public void setChnRole(int i2) { this.chnRole = i2; } public void setClientIdentity(GProClientIdentity gProClientIdentity) { this.clientIdentity = gProClientIdentity; } public void setClientPresence(GProClientPresence gProClientPresence) { this.clientPresence = gProClientPresence; } public void setCookie(byte[] bArr) { this.cookie = bArr; } public void setGender(int i2) { this.gender = i2; } public void setGuildId(long j2) { this.guildId = j2; } public void setGuildMute(boolean z) { this.guildMute = z; } public void setInBlack(boolean z) { this.inBlack = z; } public void setJoinTime(long j2) { this.joinTime = j2; } public void setLevelRoleId(int i2) { this.levelRoleId = i2; } public void setMemberName(String str) { this.memberName = str; } public void setMyRoles(ArrayList<Integer> arrayList) { this.myRoles = arrayList; } public void setNickName(String str) { this.nickName = str; } public void setOnlineState(int i2) { this.onlineState = i2; } public void setPersonalMedal(GProMedal gProMedal) { this.personalMedal = gProMedal; } public void setPlatform(int i2) { this.platform = i2; } public void setRobotMuteStatus(int i2) { this.robotMuteStatus = i2; } public void setRobotPunishmentStatus(int i2) { this.robotPunishmentStatus = i2; } public void setRobotTestGuilds(String str) { this.robotTestGuilds = str; } public void setRobotType(int i2) { this.robotType = i2; } public void setRoleManagementTag(GProRoleManagementTag gProRoleManagementTag) { this.roleManagementTag = gProRoleManagementTag; } public void setShutUpExpireTime(long j2) { this.shutUpExpireTime = j2; } public void setTinyId(long j2) { this.tinyId = j2; } public void setType(int i2) { this.type = i2; } public void setVoiceInfo(GProVoiceInfo gProVoiceInfo) { this.voiceInfo = gProVoiceInfo; } public String toString() { return "GProUser{tinyId=" + this.tinyId + ",guildId=" + this.guildId + ",memberName=" + this.memberName + ",nickName=" + this.nickName + ",type=" + this.type + ",joinTime=" + this.joinTime + ",robotType=" + this.robotType + ",chnRole=" + this.chnRole + ",guildMute=" + this.guildMute + ",inBlack=" + this.inBlack + ",platform=" + this.platform + ",cookie=" + this.cookie + ",clientIdentity=" + this.clientIdentity + ",clientPresence=" + this.clientPresence + ",shutUpExpireTime=" + this.shutUpExpireTime + ",robotMuteStatus=" + this.robotMuteStatus + ",robotPunishmentStatus=" + this.robotPunishmentStatus + ",robotTestGuilds=" + this.robotTestGuilds + ",avatarMeta=" + this.avatarMeta + ",voiceInfo=" + this.voiceInfo + ",gender=" + this.gender + ",allowScreenShare=" + this.allowScreenShare + ",businessInfo=" + this.businessInfo + ",onlineState=" + this.onlineState + ",levelRoleId=" + this.levelRoleId + ",myRoles=" + this.myRoles + ",avatarPendant=" + this.avatarPendant + ",personalMedal=" + this.personalMedal + ",roleManagementTag=" + this.roleManagementTag + ",}"; } public GProUser(long j2, long j3, String str, String str2, int i2, long j4, int i3, int i4, boolean z, boolean z2, int i5, byte[] bArr, GProClientIdentity gProClientIdentity, GProClientPresence gProClientPresence, long j5, int i6, int i7, String str3, String str4, GProVoiceInfo gProVoiceInfo, int i8, int i9, GProBusinessInfo gProBusinessInfo, int i10, int i11, ArrayList<Integer> arrayList, String str5, GProMedal gProMedal, GProRoleManagementTag gProRoleManagementTag) { this.serialVersionUID = 1L; this.memberName = ""; this.nickName = ""; this.cookie = new byte[0]; this.clientIdentity = new GProClientIdentity(); this.clientPresence = new GProClientPresence(); this.robotTestGuilds = ""; this.avatarMeta = ""; this.voiceInfo = new GProVoiceInfo(); this.businessInfo = new GProBusinessInfo(); this.myRoles = new ArrayList<>(); this.avatarPendant = ""; this.personalMedal = new GProMedal(); this.roleManagementTag = new GProRoleManagementTag(); this.tinyId = j2; this.guildId = j3; this.memberName = str; this.nickName = str2; this.type = i2; this.joinTime = j4; this.robotType = i3; this.chnRole = i4; this.guildMute = z; this.inBlack = z2; this.platform = i5; this.cookie = bArr; this.clientIdentity = gProClientIdentity; this.clientPresence = gProClientPresence; this.shutUpExpireTime = j5; this.robotMuteStatus = i6; this.robotPunishmentStatus = i7; this.robotTestGuilds = str3; this.avatarMeta = str4; this.voiceInfo = gProVoiceInfo; this.gender = i8; this.allowScreenShare = i9; this.businessInfo = gProBusinessInfo; this.onlineState = i10; this.levelRoleId = i11; this.myRoles = arrayList; this.avatarPendant = str5; this.personalMedal = gProMedal; this.roleManagementTag = gProRoleManagementTag; } }
9,576
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IQQNTWrapperSession.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IQQNTWrapperSession.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public interface IQQNTWrapperSession { final class CppProxy implements IQQNTWrapperSession { @Override public IKernelUixConvertService getUixConvertService() { return null; } @Override public IKernelGroupService getGroupService() { return null; } @Override public ArrayList<String> getCacheErrLog() { return null; } @Override public IKernelGuildService getGuildService() { return null; } @Override public IKernelMsgService getMsgService() { return null; } @Override public IKernelRichMediaService getRichMediaService() { return null; } @Override public String getSessionId() { return null; } @Override public ArrayList<String> getShortLinkBlacklist() { return null; } @Override public boolean offLineSync(boolean z) { return false; } @Override public void onDispatchPush(int i2, byte[] bArr) { } @Override public void onDispatchRequestReply(long j2, int i2, byte[] bArr) { } @Override public void switchToBackGround() { } @Override public void switchToFront() { } @Override public String startNT() { return null; } } //IKernelAvatarService getAvatarService(); //IKernelBuddyService getBuddyService(); IKernelUixConvertService getUixConvertService(); IKernelGroupService getGroupService(); ArrayList<String> getCacheErrLog(); //IKernelConfigMgrService getConfigMgrService(); //IKernelDirectSessionService getDirectSessionService(); //IKernelFeedService getFeedChannelService(); //IKernelGroupService getGroupService(); IKernelGuildService getGuildService(); IKernelMsgService getMsgService(); //IKernelProfileService getProfileService(); //IKernelRDeliveryService getRDeliveryService(); //IKernelRecentContactService getRecentContactService(); IKernelRichMediaService getRichMediaService(); // IKernelSearchService getSearchService(); String getSessionId(); //IKernelSettingService getSettingService(); ArrayList<String> getShortLinkBlacklist(); //IKernelStorageCleanService getStorageCleanService(); // IKernelTestPerformanceService getTestPerformanceService(); // IKernelTicketService getTicketService(); //IKernelTipOffService getTipOffService(); //IKernelUnitedConfigService getUnitedConfigService(); //IKernelYellowFaceService getYellowFaceService(); boolean offLineSync(boolean z); void onDispatchPush(int i2, byte[] bArr); void onDispatchRequestReply(long j2, int i2, byte[] bArr); void switchToBackGround(); void switchToFront(); String startNT(); }
3,068
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAVShowMsgInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVShowMsgInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProAVShowMsgInfo implements Serializable { ArrayList<String> buttonMsgs; long serialVersionUID; String showMsg; int showSeconds; int showType; public GProAVShowMsgInfo() { this.serialVersionUID = 1L; this.showMsg = ""; this.buttonMsgs = new ArrayList<>(); } public ArrayList<String> getButtonMsgs() { return this.buttonMsgs; } public String getShowMsg() { return this.showMsg; } public int getShowSeconds() { return this.showSeconds; } public int getShowType() { return this.showType; } public String toString() { return "GProAVShowMsgInfo{showType=" + this.showType + ",showMsg=" + this.showMsg + ",showSeconds=" + this.showSeconds + ",buttonMsgs=" + this.buttonMsgs + ",}"; } public GProAVShowMsgInfo(int i2, String str, int i3, ArrayList<String> arrayList) { this.serialVersionUID = 1L; this.showMsg = ""; this.buttonMsgs = new ArrayList<>(); this.showType = i2; this.showMsg = str; this.showSeconds = i3; this.buttonMsgs = arrayList; } }
1,305
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProItemIdInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProItemIdInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProItemIdInfo implements Serializable { long channelId; long guildId; long itemIdI64; String itemIdStr; int itemType; String originId; long serialVersionUID; public GProItemIdInfo() { this.serialVersionUID = 1L; this.itemIdStr = ""; this.originId = ""; } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public long getItemIdI64() { return this.itemIdI64; } public String getItemIdStr() { return this.itemIdStr; } public int getItemType() { return this.itemType; } public String getOriginId() { return this.originId; } public String toString() { return "GProItemIdInfo{itemIdStr=" + this.itemIdStr + ",itemIdI64=" + this.itemIdI64 + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",itemType=" + this.itemType + ",originId=" + this.originId + ",}"; } public GProItemIdInfo(String str, long j2, long j3, long j4, int i2, String str2) { this.serialVersionUID = 1L; this.itemIdStr = ""; this.originId = ""; this.itemIdStr = str; this.itemIdI64 = j2; this.guildId = j3; this.channelId = j4; this.itemType = i2; this.originId = str2; } }
1,495
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
TabStatusInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/TabStatusInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class TabStatusInfo { boolean isExistence; long tabId; public TabStatusInfo() { } public boolean getIsExistence() { return this.isExistence; } public long getTabId() { return this.tabId; } public String toString() { return "TabStatusInfo{tabId=" + this.tabId + ",isExistence=" + this.isExistence + ",}"; } public TabStatusInfo(long j2, boolean z) { this.tabId = j2; this.isExistence = z; } }
547
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendExtInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendExtInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRecommendExtInfo { String traceId; public GProRecommendExtInfo() { this.traceId = ""; } public String getTraceId() { return this.traceId; } public String toString() { return "GProRecommendExtInfo{traceId=" + this.traceId + ",}"; } public GProRecommendExtInfo(String str) { this.traceId = ""; this.traceId = str; } }
501
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
WalletAio.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/WalletAio.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class WalletAio { String actionsPriority; String aioImageLeft; String aioImageRight; int background; String blackStripe; String cftImage; String content; int contentBgcolor; int contentColor; int icon; String iconUrl; String jumpUrl; String linkUrl; String nativeAndroid; String nativeIOS; String notice; byte[] pbReserve; String subTitle; int subtitleColor; String title; int titleColor; public WalletAio() { this.title = ""; this.subTitle = ""; this.content = ""; this.linkUrl = ""; this.blackStripe = ""; this.notice = ""; this.actionsPriority = ""; this.jumpUrl = ""; this.nativeIOS = ""; this.nativeAndroid = ""; this.iconUrl = ""; this.aioImageLeft = ""; this.aioImageRight = ""; this.cftImage = ""; this.pbReserve = new byte[0]; } public String getActionsPriority() { return this.actionsPriority; } public String getAioImageLeft() { return this.aioImageLeft; } public String getAioImageRight() { return this.aioImageRight; } public int getBackground() { return this.background; } public String getBlackStripe() { return this.blackStripe; } public String getCftImage() { return this.cftImage; } public String getContent() { return this.content; } public int getContentBgcolor() { return this.contentBgcolor; } public int getContentColor() { return this.contentColor; } public int getIcon() { return this.icon; } public String getIconUrl() { return this.iconUrl; } public String getJumpUrl() { return this.jumpUrl; } public String getLinkUrl() { return this.linkUrl; } public String getNativeAndroid() { return this.nativeAndroid; } public String getNativeIOS() { return this.nativeIOS; } public String getNotice() { return this.notice; } public byte[] getPbReserve() { return this.pbReserve; } public String getSubTitle() { return this.subTitle; } public int getSubtitleColor() { return this.subtitleColor; } public String getTitle() { return this.title; } public int getTitleColor() { return this.titleColor; } public String toString() { return "WalletAio{background=" + this.background + ",icon=" + this.icon + ",title=" + this.title + ",subTitle=" + this.subTitle + ",content=" + this.content + ",linkUrl=" + this.linkUrl + ",blackStripe=" + this.blackStripe + ",notice=" + this.notice + ",titleColor=" + this.titleColor + ",subtitleColor=" + this.subtitleColor + ",actionsPriority=" + this.actionsPriority + ",jumpUrl=" + this.jumpUrl + ",nativeIOS=" + this.nativeIOS + ",nativeAndroid=" + this.nativeAndroid + ",iconUrl=" + this.iconUrl + ",contentColor=" + this.contentColor + ",contentBgcolor=" + this.contentBgcolor + ",aioImageLeft=" + this.aioImageLeft + ",aioImageRight=" + this.aioImageRight + ",cftImage=" + this.cftImage + ",pbReserve=" + this.pbReserve + ",}"; } public WalletAio(int i2, int i3, String str, String str2, String str3, String str4, String str5, String str6, int i4, int i5, String str7, String str8, String str9, String str10, String str11, int i6, int i7, String str12, String str13, String str14, byte[] bArr) { this.title = ""; this.subTitle = ""; this.content = ""; this.linkUrl = ""; this.blackStripe = ""; this.notice = ""; this.actionsPriority = ""; this.jumpUrl = ""; this.nativeIOS = ""; this.nativeAndroid = ""; this.iconUrl = ""; this.aioImageLeft = ""; this.aioImageRight = ""; this.cftImage = ""; this.pbReserve = new byte[0]; this.background = i2; this.icon = i3; this.title = str; this.subTitle = str2; this.content = str3; this.linkUrl = str4; this.blackStripe = str5; this.notice = str6; this.titleColor = i4; this.subtitleColor = i5; this.actionsPriority = str7; this.jumpUrl = str8; this.nativeIOS = str9; this.nativeAndroid = str10; this.iconUrl = str11; this.contentColor = i6; this.contentBgcolor = i7; this.aioImageLeft = str12; this.aioImageRight = str13; this.cftImage = str14; this.pbReserve = bArr; } }
4,767
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProExitAVChannelRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProExitAVChannelRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProExitAVChannelRsp { long channelId; long guildId; public GProExitAVChannelRsp() { } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public String toString() { return "GProExitAVChannelRsp{guildId=" + this.guildId + ",channelId=" + this.channelId + ",}"; } public GProExitAVChannelRsp(long j2, long j3) { this.guildId = j2; this.channelId = j3; } }
601
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
DownloadRelateEmojiResultInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/DownloadRelateEmojiResultInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class DownloadRelateEmojiResultInfo { int clickNum; String eId; int eIdHeight; int eIdIsAPNG; String eIdName; int eIdWeight; int emojiId; String encryptKey; int epId; int exposeNum; boolean isMarkFace; String md5; /* renamed from: msg reason: collision with root package name */ String f305529msg; String path; RecommentEmojiType recommentEmojiType; String resId; int result; String uin; String url; String word; public DownloadRelateEmojiResultInfo() { this.f305529msg = ""; this.path = ""; this.recommentEmojiType = RecommentEmojiType.values()[0]; this.resId = ""; this.uin = ""; this.url = ""; this.eId = ""; this.eIdName = ""; this.encryptKey = ""; this.md5 = ""; this.word = ""; } public int getClickNum() { return this.clickNum; } public String getEId() { return this.eId; } public int getEIdHeight() { return this.eIdHeight; } public int getEIdIsAPNG() { return this.eIdIsAPNG; } public String getEIdName() { return this.eIdName; } public int getEIdWeight() { return this.eIdWeight; } public int getEmojiId() { return this.emojiId; } public String getEncryptKey() { return this.encryptKey; } public int getEpId() { return this.epId; } public int getExposeNum() { return this.exposeNum; } public boolean getIsMarkFace() { return this.isMarkFace; } public String getMd5() { return this.md5; } public String getMsg() { return this.f305529msg; } public String getPath() { return this.path; } public RecommentEmojiType getRecommentEmojiType() { return this.recommentEmojiType; } public String getResId() { return this.resId; } public int getResult() { return this.result; } public String getUin() { return this.uin; } public String getUrl() { return this.url; } public String getWord() { return this.word; } public String toString() { return "DownloadRelateEmojiResultInfo{result=" + this.result + ",msg=" + this.f305529msg + ",path=" + this.path + ",recommentEmojiType=" + this.recommentEmojiType + ",emojiId=" + this.emojiId + ",resId=" + this.resId + ",uin=" + this.uin + ", url = " + this.url + ",isMarkFace=" + this.isMarkFace + ",exposeNum=" + this.exposeNum + ",clickNum=" + this.clickNum + ",epId=" + this.epId + ",eId=" + this.eId + ",eIdName=" + this.eIdName + ",encryptKey=" + this.encryptKey + ",eIdWeight=" + this.eIdWeight + ",eIdHeight=" + this.eIdHeight + ",eIdIsAPNG=" + this.eIdIsAPNG + ",md5=" + this.md5 + ",word=" + this.word + ",}"; } public DownloadRelateEmojiResultInfo(int i2, String str, String str2, RecommentEmojiType recommentEmojiType, int i3, String str3, String str4, String str5, boolean z, int i4, int i5, int i6, String str6, String str7, String str8, int i7, int i8, int i9, String str9, String str10) { this.f305529msg = ""; this.path = ""; this.recommentEmojiType = RecommentEmojiType.values()[0]; this.resId = ""; this.uin = ""; this.url = ""; this.eId = ""; this.eIdName = ""; this.encryptKey = ""; this.md5 = ""; this.word = ""; this.result = i2; this.f305529msg = str; this.path = str2; this.recommentEmojiType = recommentEmojiType; this.emojiId = i3; this.resId = str3; this.uin = str4; this.url = str5; this.isMarkFace = z; this.exposeNum = i4; this.clickNum = i5; this.epId = i6; this.eId = str6; this.eIdName = str7; this.encryptKey = str8; this.eIdWeight = i7; this.eIdHeight = i8; this.eIdIsAPNG = i9; this.md5 = str9; this.word = str10; } }
4,207
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildOnlineReportRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildOnlineReportRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildOnlineReportRsp { long nextReportInterval; public GProGuildOnlineReportRsp() { } public long getNextReportInterval() { return this.nextReportInterval; } public String toString() { return "GProGuildOnlineReportRsp{nextReportInterval=" + this.nextReportInterval + ",}"; } public GProGuildOnlineReportRsp(long j2) { this.nextReportInterval = j2; } }
521
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSearchCond.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchCond.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProSearchCond { ArrayList<Long> channelIds; ArrayList<Long> fromTinyIds; ArrayList<GProMsgTimeRange> timeRanges; public GProSearchCond() { this.channelIds = new ArrayList<>(); this.fromTinyIds = new ArrayList<>(); this.timeRanges = new ArrayList<>(); } public ArrayList<Long> getChannelIds() { return this.channelIds; } public ArrayList<Long> getFromTinyIds() { return this.fromTinyIds; } public ArrayList<GProMsgTimeRange> getTimeRanges() { return this.timeRanges; } public String toString() { return "GProSearchCond{channelIds=" + this.channelIds + ",fromTinyIds=" + this.fromTinyIds + ",timeRanges=" + this.timeRanges + ",}"; } public GProSearchCond(ArrayList<Long> arrayList, ArrayList<Long> arrayList2, ArrayList<GProMsgTimeRange> arrayList3) { this.channelIds = new ArrayList<>(); this.fromTinyIds = new ArrayList<>(); this.timeRanges = new ArrayList<>(); this.channelIds = arrayList; this.fromTinyIds = arrayList2; this.timeRanges = arrayList3; } }
1,257
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
PttVoiceChangeType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PttVoiceChangeType.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public enum PttVoiceChangeType { KNONE, KGIRL, KBOY, KHORRIBLE, KQUICK, KECHO, KKINDERGARTEN, KBEASTMACHINE, KOPTIMUSPRIME, KFLASHING, KSTUTTER, KPAPI, KTRAPPEDBEAST, KCATCHCOLD, KOUTOFDATE, KMEDAROT, KFATGUY }
361
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchChatMsgsParams.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchChatMsgsParams.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class SearchChatMsgsParams { ChatInfo chatInfo; long filterMsgFromTime; long filterMsgToTime; ArrayList<MsgTypeFilter> filterMsgType; ArrayList<String> filterSendersUid; int pageLimit; int searchFields; public SearchChatMsgsParams() { this.chatInfo = new ChatInfo(); this.filterMsgType = new ArrayList<>(); this.filterSendersUid = new ArrayList<>(); } public ChatInfo getChatInfo() { return this.chatInfo; } public long getFilterMsgFromTime() { return this.filterMsgFromTime; } public long getFilterMsgToTime() { return this.filterMsgToTime; } public ArrayList<MsgTypeFilter> getFilterMsgType() { return this.filterMsgType; } public ArrayList<String> getFilterSendersUid() { return this.filterSendersUid; } public int getPageLimit() { return this.pageLimit; } public int getSearchFields() { return this.searchFields; } public String toString() { return "SearchChatMsgsParams{chatInfo=" + this.chatInfo + ",searchFields=" + this.searchFields + ",filterMsgType=" + this.filterMsgType + ",filterSendersUid=" + this.filterSendersUid + ",filterMsgFromTime=" + this.filterMsgFromTime + ",filterMsgToTime=" + this.filterMsgToTime + ",pageLimit=" + this.pageLimit + ",}"; } public SearchChatMsgsParams(ChatInfo chatInfo, int i2, ArrayList<MsgTypeFilter> arrayList, ArrayList<String> arrayList2, long j2, long j3, int i3) { this.chatInfo = new ChatInfo(); this.filterMsgType = new ArrayList<>(); this.filterSendersUid = new ArrayList<>(); this.chatInfo = chatInfo; this.searchFields = i2; this.filterMsgType = arrayList; this.filterSendersUid = arrayList2; this.filterMsgFromTime = j2; this.filterMsgToTime = j3; this.pageLimit = i3; } }
2,039
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendV2Channel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendV2Channel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendV2Channel implements Serializable { long browseTimeStamp; String coverUrl; String guildIcon; long guildId; String guildName; String guildProfile; String joinGuildSig; int joinedGuild; ArrayList<GProRecommendV2Label> labelList; int memberRole; long ownerUin; long serialVersionUID; ArrayList<GProRecommendGuildState> stateList; ArrayList<String> tagList; long uniqueId; public GProRecommendV2Channel() { this.serialVersionUID = 1L; this.guildName = ""; this.guildProfile = ""; this.guildIcon = ""; this.stateList = new ArrayList<>(); this.tagList = new ArrayList<>(); this.coverUrl = ""; this.joinGuildSig = ""; this.labelList = new ArrayList<>(); } public long getBrowseTimeStamp() { return this.browseTimeStamp; } public String getCoverUrl() { return this.coverUrl; } public String getGuildIcon() { return this.guildIcon; } public long getGuildId() { return this.guildId; } public String getGuildName() { return this.guildName; } public String getGuildProfile() { return this.guildProfile; } public String getJoinGuildSig() { return this.joinGuildSig; } public int getJoinedGuild() { return this.joinedGuild; } public ArrayList<GProRecommendV2Label> getLabelList() { return this.labelList; } public int getMemberRole() { return this.memberRole; } public long getOwnerUin() { return this.ownerUin; } public ArrayList<GProRecommendGuildState> getStateList() { return this.stateList; } public ArrayList<String> getTagList() { return this.tagList; } public long getUniqueId() { return this.uniqueId; } public String toString() { return "GProRecommendV2Channel{guildId=" + this.guildId + ",guildName=" + this.guildName + ",guildProfile=" + this.guildProfile + ",guildIcon=" + this.guildIcon + ",stateList=" + this.stateList + ",tagList=" + this.tagList + ",joinedGuild=" + this.joinedGuild + ",coverUrl=" + this.coverUrl + ",joinGuildSig=" + this.joinGuildSig + ",memberRole=" + this.memberRole + ",browseTimeStamp=" + this.browseTimeStamp + ",ownerUin=" + this.ownerUin + ",uniqueId=" + this.uniqueId + ",labelList=" + this.labelList + ",}"; } public GProRecommendV2Channel(long j2, String str, String str2, String str3, ArrayList<GProRecommendGuildState> arrayList, ArrayList<String> arrayList2, int i2, String str4, String str5, int i3, long j3, long j4, long j5, ArrayList<GProRecommendV2Label> arrayList3) { this.serialVersionUID = 1L; this.guildName = ""; this.guildProfile = ""; this.guildIcon = ""; this.stateList = new ArrayList<>(); this.tagList = new ArrayList<>(); this.coverUrl = ""; this.joinGuildSig = ""; this.labelList = new ArrayList<>(); this.guildId = j2; this.guildName = str; this.guildProfile = str2; this.guildIcon = str3; this.stateList = arrayList; this.tagList = arrayList2; this.joinedGuild = i2; this.coverUrl = str4; this.joinGuildSig = str5; this.memberRole = i3; this.browseTimeStamp = j3; this.ownerUin = j4; this.uniqueId = j5; this.labelList = arrayList3; } }
3,652
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAnchorRoomInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorRoomInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProAnchorRoomInfo { ArrayList<GProAnchorRoomNoticeItem> beginRoomNoticeTime; Integer continueLiveStatus; String coverUrl169; String coverUrl34; Integer giftFlag; Integer goodsNum; String goodsUrl; Integer id; String logo; String name; String programId; Integer roomGameType; String roomPrepareNotify; String systemNotice; GProLiveRoomRichTitle tags; Boolean todayHasRoomNotice; public GProAnchorRoomInfo() { this.beginRoomNoticeTime = new ArrayList<>(); } public ArrayList<GProAnchorRoomNoticeItem> getBeginRoomNoticeTime() { return this.beginRoomNoticeTime; } public Integer getContinueLiveStatus() { return this.continueLiveStatus; } public String getCoverUrl169() { return this.coverUrl169; } public String getCoverUrl34() { return this.coverUrl34; } public Integer getGiftFlag() { return this.giftFlag; } public Integer getGoodsNum() { return this.goodsNum; } public String getGoodsUrl() { return this.goodsUrl; } public Integer getId() { return this.id; } public String getLogo() { return this.logo; } public String getName() { return this.name; } public String getProgramId() { return this.programId; } public Integer getRoomGameType() { return this.roomGameType; } public String getRoomPrepareNotify() { return this.roomPrepareNotify; } public String getSystemNotice() { return this.systemNotice; } public GProLiveRoomRichTitle getTags() { return this.tags; } public Boolean getTodayHasRoomNotice() { return this.todayHasRoomNotice; } public String toString() { return "GProAnchorRoomInfo{id=" + this.id + ",name=" + this.name + ",logo=" + this.logo + ",programId=" + this.programId + ",giftFlag=" + this.giftFlag + ",goodsUrl=" + this.goodsUrl + ",goodsNum=" + this.goodsNum + ",tags=" + this.tags + ",coverUrl169=" + this.coverUrl169 + ",coverUrl34=" + this.coverUrl34 + ",roomPrepareNotify=" + this.roomPrepareNotify + ",roomGameType=" + this.roomGameType + ",systemNotice=" + this.systemNotice + ",continueLiveStatus=" + this.continueLiveStatus + ",beginRoomNoticeTime=" + this.beginRoomNoticeTime + ",todayHasRoomNotice=" + this.todayHasRoomNotice + ",}"; } public GProAnchorRoomInfo(Integer num, String str, String str2, String str3, Integer num2, String str4, Integer num3, GProLiveRoomRichTitle gProLiveRoomRichTitle, String str5, String str6, String str7, Integer num4, String str8, Integer num5, ArrayList<GProAnchorRoomNoticeItem> arrayList, Boolean bool) { this.beginRoomNoticeTime = new ArrayList<>(); this.id = num; this.name = str; this.logo = str2; this.programId = str3; this.giftFlag = num2; this.goodsUrl = str4; this.goodsNum = num3; this.tags = gProLiveRoomRichTitle; this.coverUrl169 = str5; this.coverUrl34 = str6; this.roomPrepareNotify = str7; this.roomGameType = num4; this.systemNotice = str8; this.continueLiveStatus = num5; this.beginRoomNoticeTime = arrayList; this.todayHasRoomNotice = bool; } }
3,480
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProExposeRecommedsReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProExposeRecommedsReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProExposeRecommedsReq { ArrayList<GProExposeItem> exposeItems; String stage; String traceId; String user; public GProExposeRecommedsReq() { this.user = ""; this.traceId = ""; this.stage = ""; this.exposeItems = new ArrayList<>(); } public ArrayList<GProExposeItem> getExposeItems() { return this.exposeItems; } public String getStage() { return this.stage; } public String getTraceId() { return this.traceId; } public String getUser() { return this.user; } public String toString() { return "GProExposeRecommedsReq{user=" + this.user + ",traceId=" + this.traceId + ",stage=" + this.stage + ",exposeItems=" + this.exposeItems + ",}"; } public GProExposeRecommedsReq(String str, String str2, String str3, ArrayList<GProExposeItem> arrayList) { this.user = ""; this.traceId = ""; this.stage = ""; this.exposeItems = new ArrayList<>(); this.user = str; this.traceId = str2; this.stage = str3; this.exposeItems = arrayList; } }
1,269
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetDiscoverRecommendGuildsRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetDiscoverRecommendGuildsRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetDiscoverRecommendGuildsRsp { byte[] cookies; boolean isEnd; ArrayList<GProRecommendItem> items; /* renamed from: msg reason: collision with root package name */ String f305534msg; String requestId; public GProGetDiscoverRecommendGuildsRsp() { this.requestId = ""; this.items = new ArrayList<>(); this.f305534msg = ""; this.cookies = new byte[0]; } public byte[] getCookies() { return this.cookies; } public boolean getIsEnd() { return this.isEnd; } public ArrayList<GProRecommendItem> getItems() { return this.items; } public String getMsg() { return this.f305534msg; } public String getRequestId() { return this.requestId; } public String toString() { return "GProGetDiscoverRecommendGuildsRsp{requestId=" + this.requestId + ",items=" + this.items + ",msg=" + this.f305534msg + ",isEnd=" + this.isEnd + ",cookies=" + this.cookies + ",}"; } public GProGetDiscoverRecommendGuildsRsp(String str, ArrayList<GProRecommendItem> arrayList, String str2, boolean z, byte[] bArr) { this.requestId = ""; this.items = new ArrayList<>(); this.f305534msg = ""; this.cookies = new byte[0]; this.requestId = str; this.items = arrayList; this.f305534msg = str2; this.isEnd = z; this.cookies = bArr; } }
1,574
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchDataLineChatInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchDataLineChatInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchDataLineChatInfo { String uid; public SearchDataLineChatInfo() { this.uid = ""; } public String getUid() { return this.uid; } public String toString() { return "SearchDataLineChatInfo{uid=" + this.uid + ",}"; } public SearchDataLineChatInfo(String str) { this.uid = ""; this.uid = str; } }
499
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FileAssistantSession.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileAssistantSession.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FileAssistantSession { String context; int count; long groupCode; String groupName; String groupRemark; String memberCard; String nick; String remark; String uid; public FileAssistantSession() { this.uid = ""; this.nick = ""; this.remark = ""; this.memberCard = ""; this.groupName = ""; this.groupRemark = ""; } public String getContext() { return this.context; } public int getCount() { return this.count; } public long getGroupCode() { return this.groupCode; } public String getGroupName() { return this.groupName; } public String getGroupRemark() { return this.groupRemark; } public String getMemberCard() { return this.memberCard; } public String getNick() { return this.nick; } public String getRemark() { return this.remark; } public String getUid() { return this.uid; } public String toString() { return "FileAssistantSession{context=" + this.context + ",uid=" + this.uid + ",nick=" + this.nick + ",remark=" + this.remark + ",memberCard=" + this.memberCard + ",groupCode=" + this.groupCode + ",groupName=" + this.groupName + ",groupRemark=" + this.groupRemark + ",count=" + this.count + ",}"; } public FileAssistantSession(String str, String str2, String str3, String str4, String str5, long j2, String str6, String str7, int i2) { this.uid = ""; this.nick = ""; this.remark = ""; this.memberCard = ""; this.groupName = ""; this.groupRemark = ""; this.context = str; this.uid = str2; this.nick = str3; this.remark = str4; this.memberCard = str5; this.groupCode = j2; this.groupName = str6; this.groupRemark = str7; this.count = i2; } }
2,059
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetCategoryGuildsRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetCategoryGuildsRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetCategoryGuildsRsp implements Serializable { byte[] cookies; boolean isEnd; ArrayList<GProRecommendItem> items; /* renamed from: msg reason: collision with root package name */ String f305533msg; long serialVersionUID; String traceId; public GProGetCategoryGuildsRsp() { this.serialVersionUID = 1L; this.traceId = ""; this.items = new ArrayList<>(); this.f305533msg = ""; this.cookies = new byte[0]; } public byte[] getCookies() { return this.cookies; } public boolean getIsEnd() { return this.isEnd; } public ArrayList<GProRecommendItem> getItems() { return this.items; } public String getMsg() { return this.f305533msg; } public String getTraceId() { return this.traceId; } public String toString() { return "GProGetCategoryGuildsRsp{traceId=" + this.traceId + ",items=" + this.items + ",msg=" + this.f305533msg + ",isEnd=" + this.isEnd + ",cookies=" + this.cookies + ",}"; } public GProGetCategoryGuildsRsp(String str, ArrayList<GProRecommendItem> arrayList, String str2, boolean z, byte[] bArr) { this.serialVersionUID = 1L; this.traceId = ""; this.items = new ArrayList<>(); this.f305533msg = ""; this.cookies = new byte[0]; this.traceId = str; this.items = arrayList; this.f305533msg = str2; this.isEnd = z; this.cookies = bArr; } }
1,674
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPlayNodeInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPlayNodeInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProPlayNodeInfo implements Serializable { int accessFlag; long addTime; long addTinyId; String addUserAvatarMeta; String addUserName; ArrayList<String> backgroundColorList; long orderNum; String playNodeId; int playSourceDuration; String playSourceId; String playSourceName; String playSourcePic; String playSourceShowName; long serialVersionUID; String singerList; String thirdSourceIcon; String thirdSourceId; public GProPlayNodeInfo() { this.serialVersionUID = 1L; this.playSourceId = ""; this.thirdSourceId = ""; this.playSourceShowName = ""; this.playSourceName = ""; this.singerList = ""; this.playSourcePic = ""; this.thirdSourceIcon = ""; this.playNodeId = ""; this.backgroundColorList = new ArrayList<>(); this.addUserName = ""; this.addUserAvatarMeta = ""; } public int getAccessFlag() { return this.accessFlag; } public long getAddTime() { return this.addTime; } public long getAddTinyId() { return this.addTinyId; } public String getAddUserAvatarMeta() { return this.addUserAvatarMeta; } public String getAddUserName() { return this.addUserName; } public ArrayList<String> getBackgroundColorList() { return this.backgroundColorList; } public long getOrderNum() { return this.orderNum; } public String getPlayNodeId() { return this.playNodeId; } public int getPlaySourceDuration() { return this.playSourceDuration; } public String getPlaySourceId() { return this.playSourceId; } public String getPlaySourceName() { return this.playSourceName; } public String getPlaySourcePic() { return this.playSourcePic; } public String getPlaySourceShowName() { return this.playSourceShowName; } public String getSingerList() { return this.singerList; } public String getThirdSourceIcon() { return this.thirdSourceIcon; } public String getThirdSourceId() { return this.thirdSourceId; } public String toString() { return "GProPlayNodeInfo{playSourceId=" + this.playSourceId + ",thirdSourceId=" + this.thirdSourceId + ",playSourceShowName=" + this.playSourceShowName + ",playSourceName=" + this.playSourceName + ",singerList=" + this.singerList + ",playSourceDuration=" + this.playSourceDuration + ",playSourcePic=" + this.playSourcePic + ",thirdSourceIcon=" + this.thirdSourceIcon + ",playNodeId=" + this.playNodeId + ",backgroundColorList=" + this.backgroundColorList + ",accessFlag=" + this.accessFlag + ",addTinyId=" + this.addTinyId + ",addUserName=" + this.addUserName + ",addUserAvatarMeta=" + this.addUserAvatarMeta + ",addTime=" + this.addTime + ",orderNum=" + this.orderNum + ",}"; } public GProPlayNodeInfo(String str, String str2, String str3, String str4, String str5, int i2, String str6, String str7, String str8, ArrayList<String> arrayList, int i3, long j2, String str9, String str10, long j3, long j4) { this.serialVersionUID = 1L; this.playSourceId = ""; this.thirdSourceId = ""; this.playSourceShowName = ""; this.playSourceName = ""; this.singerList = ""; this.playSourcePic = ""; this.thirdSourceIcon = ""; this.playNodeId = ""; this.backgroundColorList = new ArrayList<>(); this.addUserName = ""; this.addUserAvatarMeta = ""; this.playSourceId = str; this.thirdSourceId = str2; this.playSourceShowName = str3; this.playSourceName = str4; this.singerList = str5; this.playSourceDuration = i2; this.playSourcePic = str6; this.thirdSourceIcon = str7; this.playNodeId = str8; this.backgroundColorList = arrayList; this.accessFlag = i3; this.addTinyId = j2; this.addUserName = str9; this.addUserAvatarMeta = str10; this.addTime = j3; this.orderNum = j4; } }
4,327
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchMsgItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchMsgItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchMsgItem { String fieldText; int fieldType; ArrayList<SearchHitInfo> hitsInfo; ArrayList<MsgAbstract> msgAbstract; long msgId; MsgRecord msgRecord; long msgSeq; long msgTime; int prefixLen; String senderCard; ArrayList<SearchHitInfo> senderCardHits; String senderNick; ArrayList<SearchHitInfo> senderNickHits; String senderRemark; ArrayList<SearchHitInfo> senderRemarkHits; String senderUid; long senderUin; public SearchMsgItem() { this.senderUid = ""; this.senderNick = ""; this.senderNickHits = new ArrayList<>(); this.senderRemark = ""; this.senderRemarkHits = new ArrayList<>(); this.senderCard = ""; this.senderCardHits = new ArrayList<>(); this.fieldText = ""; this.hitsInfo = new ArrayList<>(); this.msgAbstract = new ArrayList<>(); } public String getFieldText() { return this.fieldText; } public int getFieldType() { return this.fieldType; } public ArrayList<SearchHitInfo> getHitsInfo() { return this.hitsInfo; } public ArrayList<MsgAbstract> getMsgAbstract() { return this.msgAbstract; } public long getMsgId() { return this.msgId; } public MsgRecord getMsgRecord() { return this.msgRecord; } public long getMsgSeq() { return this.msgSeq; } public long getMsgTime() { return this.msgTime; } public int getPrefixLen() { return this.prefixLen; } public String getSenderCard() { return this.senderCard; } public ArrayList<SearchHitInfo> getSenderCardHits() { return this.senderCardHits; } public String getSenderNick() { return this.senderNick; } public ArrayList<SearchHitInfo> getSenderNickHits() { return this.senderNickHits; } public String getSenderRemark() { return this.senderRemark; } public ArrayList<SearchHitInfo> getSenderRemarkHits() { return this.senderRemarkHits; } public String getSenderUid() { return this.senderUid; } public long getSenderUin() { return this.senderUin; } public String toString() { return "SearchMsgItem{msgId=" + this.msgId + ",msgSeq=" + this.msgSeq + ",msgTime=" + this.msgTime + ",senderUid=" + this.senderUid + ",senderUin=" + this.senderUin + ",senderNick=" + this.senderNick + ",senderNickHits=" + this.senderNickHits + ",senderRemark=" + this.senderRemark + ",senderRemarkHits=" + this.senderRemarkHits + ",senderCard=" + this.senderCard + ",senderCardHits=" + this.senderCardHits + ",fieldType=" + this.fieldType + ",fieldText=" + this.fieldText + ",prefixLen=" + this.prefixLen + ",hitsInfo=" + this.hitsInfo + ",msgAbstract=" + this.msgAbstract + ",msgRecord=" + this.msgRecord + ",}"; } public SearchMsgItem(long j2, long j3, long j4, String str, long j5, String str2, ArrayList<SearchHitInfo> arrayList, String str3, ArrayList<SearchHitInfo> arrayList2, String str4, ArrayList<SearchHitInfo> arrayList3, int i2, String str5, int i3, ArrayList<SearchHitInfo> arrayList4, ArrayList<MsgAbstract> arrayList5, MsgRecord msgRecord) { this.senderUid = ""; this.senderNick = ""; this.senderNickHits = new ArrayList<>(); this.senderRemark = ""; this.senderRemarkHits = new ArrayList<>(); this.senderCard = ""; this.senderCardHits = new ArrayList<>(); this.fieldText = ""; this.hitsInfo = new ArrayList<>(); this.msgAbstract = new ArrayList<>(); this.msgId = j2; this.msgSeq = j3; this.msgTime = j4; this.senderUid = str; this.senderUin = j5; this.senderNick = str2; this.senderNickHits = arrayList; this.senderRemark = str3; this.senderRemarkHits = arrayList2; this.senderCard = str4; this.senderCardHits = arrayList3; this.fieldType = i2; this.fieldText = str5; this.prefixLen = i3; this.hitsInfo = arrayList4; this.msgAbstract = arrayList5; this.msgRecord = msgRecord; } }
4,369
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelCreateInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelCreateInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProChannelCreateInfo { long appid; ArrayList<GProAuthControlSwitchInfo> authControlSwitchInfoList; ArrayList<GProBindMembers> bindMembersList; ArrayList<GProBindRoleGroups> bindRoleGroupsList; String linkChannelMetaData; ArrayList<Long> liveableMemberList; ArrayList<Long> liveableRoleList; int liveableType; int msgNotifyType; String name; int talkPermission; int textChannelSubtypeId; int type; ArrayList<Long> visibleMemberList; ArrayList<Long> visibleRoleList; int visibleType; public GProChannelCreateInfo() { this.name = ""; this.visibleMemberList = new ArrayList<>(); this.visibleRoleList = new ArrayList<>(); this.liveableMemberList = new ArrayList<>(); this.liveableRoleList = new ArrayList<>(); } public long getAppid() { return this.appid; } public ArrayList<GProAuthControlSwitchInfo> getAuthControlSwitchInfoList() { return this.authControlSwitchInfoList; } public ArrayList<GProBindMembers> getBindMembersList() { return this.bindMembersList; } public ArrayList<GProBindRoleGroups> getBindRoleGroupsList() { return this.bindRoleGroupsList; } public String getLinkChannelMetaData() { return this.linkChannelMetaData; } public ArrayList<Long> getLiveableMemberList() { return this.liveableMemberList; } public ArrayList<Long> getLiveableRoleList() { return this.liveableRoleList; } public int getLiveableType() { return this.liveableType; } public int getMsgNotifyType() { return this.msgNotifyType; } public String getName() { return this.name; } public int getTalkPermission() { return this.talkPermission; } public int getTextChannelSubtypeId() { return this.textChannelSubtypeId; } public int getType() { return this.type; } public ArrayList<Long> getVisibleMemberList() { return this.visibleMemberList; } public ArrayList<Long> getVisibleRoleList() { return this.visibleRoleList; } public int getVisibleType() { return this.visibleType; } public String toString() { return "GProChannelCreateInfo{name=" + this.name + ",type=" + this.type + ",talkPermission=" + this.talkPermission + ",msgNotifyType=" + this.msgNotifyType + ",appid=" + this.appid + ",visibleType=" + this.visibleType + ",visibleMemberList=" + this.visibleMemberList + ",visibleRoleList=" + this.visibleRoleList + ",liveableType=" + this.liveableType + ",liveableMemberList=" + this.liveableMemberList + ",liveableRoleList=" + this.liveableRoleList + ",textChannelSubtypeId=" + this.textChannelSubtypeId + ",authControlSwitchInfoList=" + this.authControlSwitchInfoList + ",bindRoleGroupsList=" + this.bindRoleGroupsList + ",bindMembersList=" + this.bindMembersList + ",linkChannelMetaData=" + this.linkChannelMetaData + ",}"; } public GProChannelCreateInfo(String str, int i2, int i3, int i4, long j2, int i5, ArrayList<Long> arrayList, ArrayList<Long> arrayList2, int i6, ArrayList<Long> arrayList3, ArrayList<Long> arrayList4, int i7, ArrayList<GProAuthControlSwitchInfo> arrayList5, ArrayList<GProBindRoleGroups> arrayList6, ArrayList<GProBindMembers> arrayList7, String str2) { this.name = ""; this.visibleMemberList = new ArrayList<>(); this.visibleRoleList = new ArrayList<>(); this.liveableMemberList = new ArrayList<>(); this.liveableRoleList = new ArrayList<>(); this.name = str; this.type = i2; this.talkPermission = i3; this.msgNotifyType = i4; this.appid = j2; this.visibleType = i5; this.visibleMemberList = arrayList; this.visibleRoleList = arrayList2; this.liveableType = i6; this.liveableMemberList = arrayList3; this.liveableRoleList = arrayList4; this.textChannelSubtypeId = i7; this.authControlSwitchInfoList = arrayList5; this.bindRoleGroupsList = arrayList6; this.bindMembersList = arrayList7; this.linkChannelMetaData = str2; } }
4,345
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupHonor.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupHonor.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupHonor { ArrayList<Integer> honorIds; Integer level; Integer oldLevel; Long rankSeq; Integer richFlag; Integer titleId; String uniqueTitle; public GroupHonor() { } public ArrayList<Integer> getHonorIds() { return this.honorIds; } public Integer getLevel() { return this.level; } public Integer getOldLevel() { return this.oldLevel; } public Long getRankSeq() { return this.rankSeq; } public Integer getRichFlag() { return this.richFlag; } public Integer getTitleId() { return this.titleId; } public String getUniqueTitle() { return this.uniqueTitle; } public String toString() { return "GroupHonor{richFlag=" + this.richFlag + ",honorIds=" + this.honorIds + ",level=" + this.level + ",oldLevel=" + this.oldLevel + ",rankSeq=" + this.rankSeq + ",titleId=" + this.titleId + ",uniqueTitle=" + this.uniqueTitle + ",}"; } public GroupHonor(Integer num, ArrayList<Integer> arrayList, Integer num2, Integer num3, Long l2, Integer num4, String str) { this.richFlag = num; this.honorIds = arrayList; this.level = num2; this.oldLevel = num3; this.rankSeq = l2; this.titleId = num4; this.uniqueTitle = str; } }
1,495
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchDiscussInfoItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchDiscussInfoItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchDiscussInfoItem { long discussCode; String discussName; ArrayList<SearchHitInfo> discussNameHits; public SearchDiscussInfoItem() { this.discussName = ""; this.discussNameHits = new ArrayList<>(); } public long getDiscussCode() { return this.discussCode; } public String getDiscussName() { return this.discussName; } public ArrayList<SearchHitInfo> getDiscussNameHits() { return this.discussNameHits; } public String toString() { return "SearchDiscussInfoItem{discussCode=" + this.discussCode + ",discussName=" + this.discussName + ",discussNameHits=" + this.discussNameHits + ",}"; } public SearchDiscussInfoItem(long j2, String str, ArrayList<SearchHitInfo> arrayList) { this.discussName = ""; this.discussNameHits = new ArrayList<>(); this.discussCode = j2; this.discussName = str; this.discussNameHits = arrayList; } }
1,134
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetRecommendPopupAdsReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRecommendPopupAdsReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGetRecommendPopupAdsReq implements Serializable { byte[] cookies; long serialVersionUID; GProBottomTabSourceInfo source; int tabType; public GProGetRecommendPopupAdsReq() { this.serialVersionUID = 1L; this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); } public byte[] getCookies() { return this.cookies; } public GProBottomTabSourceInfo getSource() { return this.source; } public int getTabType() { return this.tabType; } public String toString() { return "GProGetRecommendPopupAdsReq{cookies=" + this.cookies + ",tabType=" + this.tabType + ",source=" + this.source + ",}"; } public GProGetRecommendPopupAdsReq(byte[] bArr, int i2, GProBottomTabSourceInfo gProBottomTabSourceInfo) { this.serialVersionUID = 1L; this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); this.cookies = bArr; this.tabType = i2; this.source = gProBottomTabSourceInfo; } }
1,198
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAdminAVReqInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAdminAVReqInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAdminAVReqInfo { GProAVDevOptInfo avDevOptInfo; GProAVCommonReqInfo commonInfo; long tinyId; public GProAdminAVReqInfo() { this.commonInfo = new GProAVCommonReqInfo(); this.avDevOptInfo = new GProAVDevOptInfo(); } public GProAVDevOptInfo getAvDevOptInfo() { return this.avDevOptInfo; } public GProAVCommonReqInfo getCommonInfo() { return this.commonInfo; } public long getTinyId() { return this.tinyId; } public String toString() { return "GProAdminAVReqInfo{commonInfo=" + this.commonInfo + ",tinyId=" + this.tinyId + ",avDevOptInfo=" + this.avDevOptInfo + ",}"; } public GProAdminAVReqInfo(GProAVCommonReqInfo gProAVCommonReqInfo, long j2, GProAVDevOptInfo gProAVDevOptInfo) { this.commonInfo = new GProAVCommonReqInfo(); this.avDevOptInfo = new GProAVDevOptInfo(); this.commonInfo = gProAVCommonReqInfo; this.tinyId = j2; this.avDevOptInfo = gProAVDevOptInfo; } }
1,126
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetCategoryPageGuildsRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetCategoryPageGuildsRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes4.dex */ public final class GProGetCategoryPageGuildsRsp { ArrayList<GProRecommendCategory> categories; boolean isEnd; ArrayList<GProRecommendItem> items; String traceId; public GProGetCategoryPageGuildsRsp() { this.categories = new ArrayList<>(); this.items = new ArrayList<>(); this.traceId = ""; } public ArrayList<GProRecommendCategory> getCategories() { return this.categories; } public boolean getIsEnd() { return this.isEnd; } public ArrayList<GProRecommendItem> getItems() { return this.items; } public String getTraceId() { return this.traceId; } public String toString() { return "GProGetCategoryPageGuildsRsp{categories=" + this.categories + ",items=" + this.items + ",traceId=" + this.traceId + ",isEnd=" + this.isEnd + ",}"; } public GProGetCategoryPageGuildsRsp(ArrayList<GProRecommendCategory> arrayList, ArrayList<GProRecommendItem> arrayList2, String str, boolean z) { this.categories = new ArrayList<>(); this.items = new ArrayList<>(); this.traceId = ""; this.categories = arrayList; this.items = arrayList2; this.traceId = str; this.isEnd = z; } }
1,369
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendPopupAdsInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendPopupAdsInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendPopupAdsInfo implements Serializable { ArrayList<GProBlockBaseInfo> list; long serialVersionUID; int tabType; public GProRecommendPopupAdsInfo() { this.serialVersionUID = 1L; this.list = new ArrayList<>(); } public ArrayList<GProBlockBaseInfo> getList() { return this.list; } public int getTabType() { return this.tabType; } public String toString() { return "GProRecommendPopupAdsInfo{tabType=" + this.tabType + ",list=" + this.list + ",}"; } public GProRecommendPopupAdsInfo(int i2, ArrayList<GProBlockBaseInfo> arrayList) { this.serialVersionUID = 1L; this.list = new ArrayList<>(); this.tabType = i2; this.list = arrayList; } }
933
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupFileListResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupFileListResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupFileListResult { int allFileCount; String clientWording; boolean isEnd; ArrayList<GroupItem> item; int nextIndex; int reqId; int retCode; String retMsg; public GroupFileListResult() { this.retMsg = ""; this.clientWording = ""; this.item = new ArrayList<>(); } public int getAllFileCount() { return this.allFileCount; } public String getClientWording() { return this.clientWording; } public boolean getIsEnd() { return this.isEnd; } public ArrayList<GroupItem> getItem() { return this.item; } public int getNextIndex() { return this.nextIndex; } public int getReqId() { return this.reqId; } public int getRetCode() { return this.retCode; } public String getRetMsg() { return this.retMsg; } public String toString() { return "GroupFileListResult{retCode=" + this.retCode + ",retMsg=" + this.retMsg + ",clientWording=" + this.clientWording + ",isEnd=" + this.isEnd + ",item=" + this.item + ",allFileCount=" + this.allFileCount + ",nextIndex=" + this.nextIndex + ",reqId=" + this.reqId + ",}"; } public GroupFileListResult(int i2, String str, String str2, boolean z, ArrayList<GroupItem> arrayList, int i3, int i4, int i5) { this.retMsg = ""; this.clientWording = ""; this.item = new ArrayList<>(); this.retCode = i2; this.retMsg = str; this.clientWording = str2; this.isEnd = z; this.item = arrayList; this.allFileCount = i3; this.nextIndex = i4; this.reqId = i5; } }
1,838
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
UploadGroupFileParams.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/UploadGroupFileParams.java
package com.tencent.qqnt.kernel.nativeinterface; public final class UploadGroupFileParams { long fileModelId; String fileName; String filePath; public UploadGroupFileParams() { this.fileName = ""; this.filePath = ""; } public long getFileModelId() { return this.fileModelId; } public String getFileName() { return this.fileName; } public String getFilePath() { return this.filePath; } public String toString() { return "UploadGroupFileParams{fileName=" + this.fileName + ",filePath=" + this.filePath + ",fileModelId=" + this.fileModelId + ",}"; } public UploadGroupFileParams(String name, String path, long id) { this.fileName = ""; this.filePath = ""; this.fileName = name; this.filePath = path; this.fileModelId = id; } }
878
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLabelInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLabelInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProLabelInfo implements Serializable { String content; String detailsAvUrl; String detailsImageUrl; String friendJoinNumTag; ArrayList<GProGuildInfoInLabel> guildInfos; String introduceAvUrl; String introduceImageUrl; String labelTopPicture; String labelTopWord; String name; String selectedCntTag; long serialVersionUID; public GProLabelInfo() { this.serialVersionUID = 1L; this.name = ""; this.introduceImageUrl = ""; this.introduceAvUrl = ""; this.detailsImageUrl = ""; this.detailsAvUrl = ""; this.content = ""; this.guildInfos = new ArrayList<>(); this.selectedCntTag = ""; this.labelTopWord = ""; this.labelTopPicture = ""; this.friendJoinNumTag = ""; } public String getContent() { return this.content; } public String getDetailsAvUrl() { return this.detailsAvUrl; } public String getDetailsImageUrl() { return this.detailsImageUrl; } public String getFriendJoinNumTag() { return this.friendJoinNumTag; } public ArrayList<GProGuildInfoInLabel> getGuildInfos() { return this.guildInfos; } public String getIntroduceAvUrl() { return this.introduceAvUrl; } public String getIntroduceImageUrl() { return this.introduceImageUrl; } public String getLabelTopPicture() { return this.labelTopPicture; } public String getLabelTopWord() { return this.labelTopWord; } public String getName() { return this.name; } public String getSelectedCntTag() { return this.selectedCntTag; } public String toString() { return "GProLabelInfo{name=" + this.name + ",introduceImageUrl=" + this.introduceImageUrl + ",introduceAvUrl=" + this.introduceAvUrl + ",detailsImageUrl=" + this.detailsImageUrl + ",detailsAvUrl=" + this.detailsAvUrl + ",content=" + this.content + ",guildInfos=" + this.guildInfos + ",selectedCntTag=" + this.selectedCntTag + ",labelTopWord=" + this.labelTopWord + ",labelTopPicture=" + this.labelTopPicture + ",friendJoinNumTag=" + this.friendJoinNumTag + ",}"; } public GProLabelInfo(String str, String str2, String str3, String str4, String str5, String str6, ArrayList<GProGuildInfoInLabel> arrayList, String str7, String str8, String str9, String str10) { this.serialVersionUID = 1L; this.name = ""; this.introduceImageUrl = ""; this.introduceAvUrl = ""; this.detailsImageUrl = ""; this.detailsAvUrl = ""; this.content = ""; this.guildInfos = new ArrayList<>(); this.selectedCntTag = ""; this.labelTopWord = ""; this.labelTopPicture = ""; this.friendJoinNumTag = ""; this.name = str; this.introduceImageUrl = str2; this.introduceAvUrl = str3; this.detailsImageUrl = str4; this.detailsAvUrl = str5; this.content = str6; this.guildInfos = arrayList; this.selectedCntTag = str7; this.labelTopWord = str8; this.labelTopPicture = str9; this.friendJoinNumTag = str10; } }
3,383
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupNotifyMsgType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupNotifyMsgType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum GroupNotifyMsgType { UNSPECIFIED, INVITEDBYMEMBER, REFUSEINVITED, REFUSEDBYADMINISTRATOR, AGREEDTOJOINDIRECT, INVITEDNEEDADMINISTRATORPASS, AGREEDTOJOINBYADMINISTRATOR, REQUESTJOINNEEDADMINISTRATORPASS, SETADMIN, KICKMEMBERNOTIFYADMIN, KICKMEMBERNOTIFYKICKED, MEMBERLEAVENOTIFYADMIN, CANCELADMINNOTIFYCANCELED, CANCELADMINNOTIFYADMIN, TRANSFERGROUPNOTIFYOLDOWNER, TRANSFERGROUPNOTIFYADMIN }
572
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RelatedWordEmojiInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RelatedWordEmojiInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; import java.util.HashMap; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RelatedWordEmojiInfo { HashMap<String, DownloadRelateEmojiResultInfo> EmojiResultInfo; ArrayList<String> emojiMd5s; boolean isOver; String word; public RelatedWordEmojiInfo() { this.word = ""; this.emojiMd5s = new ArrayList<>(); this.EmojiResultInfo = new HashMap<>(); } public ArrayList<String> getEmojiMd5s() { return this.emojiMd5s; } public HashMap<String, DownloadRelateEmojiResultInfo> getEmojiResultInfo() { return this.EmojiResultInfo; } public boolean getIsOver() { return this.isOver; } public String getWord() { return this.word; } public String toString() { return "RelatedWordEmojiInfo{word=" + this.word + ",emojiMd5s=" + this.emojiMd5s + ",isOver=" + this.isOver + ",EmojiResultInfo=" + this.EmojiResultInfo + ",}"; } public RelatedWordEmojiInfo(String str, ArrayList<String> arrayList, boolean z, HashMap<String, DownloadRelateEmojiResultInfo> hashMap) { this.word = ""; this.emojiMd5s = new ArrayList<>(); this.EmojiResultInfo = new HashMap<>(); this.word = str; this.emojiMd5s = arrayList; this.isOver = z; this.EmojiResultInfo = hashMap; } }
1,439
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
LocalMsgInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LocalMsgInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class LocalMsgInfo { String localResId; public LocalMsgInfo() { } public String getLocalResId() { return this.localResId; } public String toString() { return "LocalMsgInfo{localResId=" + this.localResId + ",}"; } public LocalMsgInfo(String str) { this.localResId = str; } }
456
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAudienceInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAudienceInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProAudienceInfo implements Serializable { String avatarMeta; String icon; long serialVersionUID; long uin; public GProAudienceInfo() { this.serialVersionUID = 1L; this.icon = ""; this.avatarMeta = ""; } public String getAvatarMeta() { return this.avatarMeta; } public String getIcon() { return this.icon; } public long getUin() { return this.uin; } public String toString() { return "GProAudienceInfo{uin=" + this.uin + ",icon=" + this.icon + ",avatarMeta=" + this.avatarMeta + ",}"; } public GProAudienceInfo(long j2, String str, String str2) { this.serialVersionUID = 1L; this.icon = ""; this.avatarMeta = ""; this.uin = j2; this.icon = str; this.avatarMeta = str2; } }
978
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuidePageInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuidePageInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuidePageInfo { String desc; GProImgPair images; String title; public GProGuidePageInfo() { this.title = ""; this.desc = ""; this.images = new GProImgPair(); } public String getDesc() { return this.desc; } public GProImgPair getImages() { return this.images; } public String getTitle() { return this.title; } public String toString() { return "GProGuidePageInfo{title=" + this.title + ",desc=" + this.desc + ",images=" + this.images + ",}"; } public GProGuidePageInfo(String str, String str2, GProImgPair gProImgPair) { this.title = ""; this.desc = ""; this.images = new GProImgPair(); this.title = str; this.desc = str2; this.images = gProImgPair; } }
928
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IGProGetMsgAbstractsCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IGProGetMsgAbstractsCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public interface IGProGetMsgAbstractsCallback { void onGetMsgAbstracts(int i2, String str, ArrayList<MsgAbstract> arrayList); }
210
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAreaLevel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAreaLevel.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAreaLevel { String desc; int level; public GProAreaLevel() { this.desc = ""; } public String getDesc() { return this.desc; } public int getLevel() { return this.level; } public String toString() { return "GProAreaLevel{level=" + this.level + ",desc=" + this.desc + ",}"; } public GProAreaLevel(int i2, String str) { this.desc = ""; this.level = i2; this.desc = str; } }
584
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendNewCardRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendNewCardRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendNewCardRsp implements Serializable { int nextTs; long serialVersionUID = 1; boolean updateFlag; public GProRecommendNewCardRsp() { } public int getNextTs() { return this.nextTs; } public boolean getUpdateFlag() { return this.updateFlag; } public String toString() { return "GProRecommendNewCardRsp{updateFlag=" + this.updateFlag + ",nextTs=" + this.nextTs + ",}"; } public GProRecommendNewCardRsp(boolean z, int i2) { this.updateFlag = z; this.nextTs = i2; } }
702
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ImageUrl.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ImageUrl.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class ImageUrl { byte[] busiData; int height; int levelType; String url; int width; public ImageUrl() { this.url = ""; } public byte[] getBusiData() { return this.busiData; } public int getHeight() { return this.height; } public int getLevelType() { return this.levelType; } public String getUrl() { return this.url; } public int getWidth() { return this.width; } public String toString() { return "ImageUrl{levelType=" + this.levelType + ", url = " + this.url + ",width=" + this.width + ",height=" + this.height + ",busiData=" + this.busiData + ",}"; } public ImageUrl(int i2, String str, int i3, int i4, byte[] bArr) { this.url = ""; this.levelType = i2; this.url = str; this.width = i3; this.height = i4; this.busiData = bArr; } }
1,049
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMsgGuildRole.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMsgGuildRole.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProMsgGuildRole { boolean bHoist; long color; long guildId; String name; long roleId; long tinyId; public GProMsgGuildRole() { this.name = ""; } public boolean getBHoist() { return this.bHoist; } public long getColor() { return this.color; } public long getGuildId() { return this.guildId; } public String getName() { return this.name; } public long getRoleId() { return this.roleId; } public long getTinyId() { return this.tinyId; } public String toString() { return "GProMsgGuildRole{guildId=" + this.guildId + ",tinyId=" + this.tinyId + ",roleId=" + this.roleId + ",name=" + this.name + ",color=" + this.color + ",bHoist=" + this.bHoist + ",}"; } public GProMsgGuildRole(long j2, long j3, long j4, String str, long j5, boolean z) { this.name = ""; this.guildId = j2; this.tinyId = j3; this.roleId = j4; this.name = str; this.color = j5; this.bHoist = z; } }
1,188
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchHistoryType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchHistoryType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public enum SearchHistoryType { KSEARCHHISTORYTYPEUNKNOWN, KSEARCHHISTORYTYPEBUDDY, KSEARCHHISTORYTYPEGROUP, KSEARCHHISTORYTYPEMSG, KSEARCHHISTORYTYPEFILE }
281
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VASPersonalNamePlate.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASPersonalNamePlate.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes.dex */ public final class VASPersonalNamePlate { ArrayList<Integer> carouselNamePlateIds; ArrayList<Integer> diyNamePlateContentIds; Integer diyNamePlateItemId; Integer extendNamePlateId; Integer gameNamePlateId; Integer isGray; Integer namePlateId; Integer vipLevel; Integer vipStarFlag; Integer vipType; public VASPersonalNamePlate() { this.carouselNamePlateIds = new ArrayList<>(); this.diyNamePlateContentIds = new ArrayList<>(); } public ArrayList<Integer> getCarouselNamePlateIds() { return this.carouselNamePlateIds; } public ArrayList<Integer> getDiyNamePlateContentIds() { return this.diyNamePlateContentIds; } public Integer getDiyNamePlateItemId() { return this.diyNamePlateItemId; } public Integer getExtendNamePlateId() { return this.extendNamePlateId; } public Integer getGameNamePlateId() { return this.gameNamePlateId; } public Integer getIsGray() { return this.isGray; } public Integer getNamePlateId() { return this.namePlateId; } public Integer getVipLevel() { return this.vipLevel; } public Integer getVipStarFlag() { return this.vipStarFlag; } public Integer getVipType() { return this.vipType; } public String toString() { return "VASPersonalNamePlate{isGray=" + this.isGray + ",vipType=" + this.vipType + ",vipLevel=" + this.vipLevel + ",namePlateId=" + this.namePlateId + ",carouselNamePlateIds=" + this.carouselNamePlateIds + ",diyNamePlateItemId=" + this.diyNamePlateItemId + ",diyNamePlateContentIds=" + this.diyNamePlateContentIds + ",extendNamePlateId=" + this.extendNamePlateId + ",gameNamePlateId=" + this.gameNamePlateId + ",vipStarFlag=" + this.vipStarFlag + ",}"; } public VASPersonalNamePlate(Integer num, Integer num2, Integer num3, Integer num4, ArrayList<Integer> arrayList, Integer num5, ArrayList<Integer> arrayList2, Integer num6, Integer num7, Integer num8) { this.carouselNamePlateIds = new ArrayList<>(); this.diyNamePlateContentIds = new ArrayList<>(); this.isGray = num; this.vipType = num2; this.vipLevel = num3; this.namePlateId = num4; this.carouselNamePlateIds = arrayList; this.diyNamePlateItemId = num5; this.diyNamePlateContentIds = arrayList2; this.extendNamePlateId = num6; this.gameNamePlateId = num7; this.vipStarFlag = num8; } }
2,647
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRevokeOptions.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRevokeOptions.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRevokeOptions { int revokeMsgDuration; public GProRevokeOptions() { } public int getRevokeMsgDuration() { return this.revokeMsgDuration; } public String toString() { return "GProRevokeOptions{revokeMsgDuration=" + this.revokeMsgDuration + ",}"; } public GProRevokeOptions(int i2) { this.revokeMsgDuration = i2; } }
484
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSearchType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchType.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProSearchType { int feedType; int msgType; int type; public GProSearchType() { } public int getFeedType() { return this.feedType; } public int getMsgType() { return this.msgType; } public int getType() { return this.type; } public String toString() { return "GProSearchType{type=" + this.type + ",msgType=" + this.msgType + ",feedType=" + this.feedType + ",}"; } public GProSearchType(int i2, int i3, int i4) { this.type = i2; this.msgType = i3; this.feedType = i4; } }
694
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSearchPermissionFilter.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchPermissionFilter.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProSearchPermissionFilter { boolean activity; boolean edit; boolean live; boolean speak; boolean speakRule; boolean visible; public GProSearchPermissionFilter() { } public boolean getActivity() { return this.activity; } public boolean getEdit() { return this.edit; } public boolean getLive() { return this.live; } public boolean getSpeak() { return this.speak; } public boolean getSpeakRule() { return this.speakRule; } public boolean getVisible() { return this.visible; } public String toString() { return "GProSearchPermissionFilter{speak=" + this.speak + ",visible=" + this.visible + ",live=" + this.live + ",speakRule=" + this.speakRule + ",activity=" + this.activity + ",edit=" + this.edit + ",}"; } public GProSearchPermissionFilter(boolean z, boolean z2, boolean z3, boolean z4, boolean z5, boolean z6) { this.speak = z; this.visible = z2; this.live = z3; this.speakRule = z4; this.activity = z5; this.edit = z6; } }
1,235
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z