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
VideoElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VideoElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashMap; /* compiled from: P */ /* loaded from: classes.dex */ public final class VideoElement implements IKernelModel { int busiType; Integer fileBizId; int fileFormat; String fileName; String filePath; long fileSize; String fileSubId; int fileTime; String fileUuid; byte[] importRichMediaContext; Integer invalidState; String originVideoMd5; Integer progress; VideoCodecFormatType sourceVideoCodecFormat; int subBusiType; int thumbHeight; String thumbMd5; HashMap<Integer, String> thumbPath; int thumbSize; int thumbWidth; Integer transferStatus; String videoMd5; public VideoElement() { this.filePath = ""; this.fileName = ""; this.videoMd5 = ""; this.thumbMd5 = ""; this.fileUuid = ""; this.fileSubId = ""; this.originVideoMd5 = ""; this.sourceVideoCodecFormat = VideoCodecFormatType.values()[0]; } public int getBusiType() { return this.busiType; } public Integer getFileBizId() { return this.fileBizId; } public int getFileFormat() { return this.fileFormat; } public String getFileName() { return this.fileName; } public String getFilePath() { return this.filePath; } public long getFileSize() { return this.fileSize; } public String getFileSubId() { return this.fileSubId; } public int getFileTime() { return this.fileTime; } public String getFileUuid() { return this.fileUuid; } public byte[] getImportRichMediaContext() { return this.importRichMediaContext; } public Integer getInvalidState() { return this.invalidState; } public String getOriginVideoMd5() { return this.originVideoMd5; } public Integer getProgress() { return this.progress; } public VideoCodecFormatType getSourceVideoCodecFormat() { return this.sourceVideoCodecFormat; } public int getSubBusiType() { return this.subBusiType; } public int getThumbHeight() { return this.thumbHeight; } public String getThumbMd5() { return this.thumbMd5; } public HashMap<Integer, String> getThumbPath() { return this.thumbPath; } public int getThumbSize() { return this.thumbSize; } public int getThumbWidth() { return this.thumbWidth; } public Integer getTransferStatus() { return this.transferStatus; } public String getVideoMd5() { return this.videoMd5; } public void setBusiType(int i2) { this.busiType = i2; } public void setFileBizId(Integer num) { this.fileBizId = num; } public void setFileFormat(int i2) { this.fileFormat = i2; } public void setFileName(String str) { this.fileName = str; } public void setFilePath(String str) { this.filePath = str; } public void setFileSize(long j2) { this.fileSize = j2; } public void setFileSubId(String str) { this.fileSubId = str; } public void setFileTime(int i2) { this.fileTime = i2; } public void setFileUuid(String str) { this.fileUuid = str; } public void setImportRichMediaContext(byte[] bArr) { this.importRichMediaContext = bArr; } public void setInvalidState(Integer num) { this.invalidState = num; } public void setOriginVideoMd5(String str) { this.originVideoMd5 = str; } public void setProgress(Integer num) { this.progress = num; } public void setSourceVideoCodecFormat(VideoCodecFormatType videoCodecFormatType) { this.sourceVideoCodecFormat = videoCodecFormatType; } public void setSubBusiType(int i2) { this.subBusiType = i2; } public void setThumbHeight(int i2) { this.thumbHeight = i2; } public void setThumbMd5(String str) { this.thumbMd5 = str; } public void setThumbPath(HashMap<Integer, String> hashMap) { this.thumbPath = hashMap; } public void setThumbSize(int i2) { this.thumbSize = i2; } public void setThumbWidth(int i2) { this.thumbWidth = i2; } public void setTransferStatus(Integer num) { this.transferStatus = num; } public void setVideoMd5(String str) { this.videoMd5 = str; } public String toString() { return "VideoElement{filePath=" + this.filePath + ",fileName=" + this.fileName + ",videoMd5=" + this.videoMd5 + ",thumbMd5=" + this.thumbMd5 + ",fileTime=" + this.fileTime + ",thumbSize=" + this.thumbSize + ",fileFormat=" + this.fileFormat + ",fileSize=" + this.fileSize + ",thumbWidth=" + this.thumbWidth + ",thumbHeight=" + this.thumbHeight + ",busiType=" + this.busiType + ",subBusiType=" + this.subBusiType + ",thumbPath=" + this.thumbPath + ",transferStatus=" + this.transferStatus + ",progress=" + this.progress + ",invalidState=" + this.invalidState + ",fileUuid=" + this.fileUuid + ",fileSubId=" + this.fileSubId + ",fileBizId=" + this.fileBizId + ",originVideoMd5=" + this.originVideoMd5 + ",importRichMediaContext=" + this.importRichMediaContext + ",sourceVideoCodecFormat=" + this.sourceVideoCodecFormat + ",}"; } public VideoElement(String str, String str2, String str3, String str4, int i2, int i3, int i4, long j2, int i5, int i6, int i7, int i8, HashMap<Integer, String> hashMap, Integer num, Integer num2, Integer num3, String str5, String str6, Integer num4, String str7, byte[] bArr, VideoCodecFormatType videoCodecFormatType) { this.filePath = ""; this.fileName = ""; this.videoMd5 = ""; this.thumbMd5 = ""; this.fileUuid = ""; this.fileSubId = ""; this.originVideoMd5 = ""; this.sourceVideoCodecFormat = VideoCodecFormatType.values()[0]; this.filePath = str; this.fileName = str2; this.videoMd5 = str3; this.thumbMd5 = str4; this.fileTime = i2; this.thumbSize = i3; this.fileFormat = i4; this.fileSize = j2; this.thumbWidth = i5; this.thumbHeight = i6; this.busiType = i7; this.subBusiType = i8; this.thumbPath = hashMap; this.transferStatus = num; this.progress = num2; this.invalidState = num3; this.fileUuid = str5; this.fileSubId = str6; this.fileBizId = num4; this.originVideoMd5 = str7; this.importRichMediaContext = bArr; this.sourceVideoCodecFormat = videoCodecFormatType; } }
6,794
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchFileKeywordsResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchFileKeywordsResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchFileKeywordsResult { boolean hasMore; ArrayList<SearchFileItem> resultItems; int searchId; public SearchFileKeywordsResult() { this.resultItems = new ArrayList<>(); } public boolean getHasMore() { return this.hasMore; } public ArrayList<SearchFileItem> getResultItems() { return this.resultItems; } public int getSearchId() { return this.searchId; } public String toString() { return "SearchFileKeywordsResult{searchId=" + this.searchId + ",hasMore=" + this.hasMore + ",resultItems=" + this.resultItems + ",}"; } public SearchFileKeywordsResult(int i2, boolean z, ArrayList<SearchFileItem> arrayList) { this.resultItems = new ArrayList<>(); this.searchId = i2; this.hasMore = z; this.resultItems = arrayList; } }
1,009
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMsgSeq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMsgSeq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProMsgSeq { long uint64Seq; long uint64Time; public GProMsgSeq() { } public long getUint64Seq() { return this.uint64Seq; } public long getUint64Time() { return this.uint64Time; } public String toString() { return "GProMsgSeq{uint64Seq=" + this.uint64Seq + ",uint64Time=" + this.uint64Time + ",}"; } public GProMsgSeq(long j2, long j3) { this.uint64Seq = j2; this.uint64Time = j3; } }
579
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
BubblePointInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BubblePointInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class BubblePointInfo { long readSeqNo; byte[] schema; long seqNo; byte[] text; public BubblePointInfo() { this.text = new byte[0]; this.schema = new byte[0]; } public long getReadSeqNo() { return this.readSeqNo; } public byte[] getSchema() { return this.schema; } public long getSeqNo() { return this.seqNo; } public byte[] getText() { return this.text; } public String toString() { return "BubblePointInfo{seqNo=" + this.seqNo + ",readSeqNo=" + this.readSeqNo + ",text=" + this.text + ",schema=" + this.schema + ",}"; } public BubblePointInfo(long j2, long j3, byte[] bArr, byte[] bArr2) { this.text = new byte[0]; this.schema = new byte[0]; this.seqNo = j2; this.readSeqNo = j3; this.text = bArr; this.schema = bArr2; } }
1,003
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelActivity.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelActivity.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProChannelActivity { String activityId; String imageUrl; String jumpUrl; public GProChannelActivity() { this.activityId = ""; this.imageUrl = ""; this.jumpUrl = ""; } public String getActivityId() { return this.activityId; } public String getImageUrl() { return this.imageUrl; } public String getJumpUrl() { return this.jumpUrl; } public String toString() { return "GProChannelActivity{activityId=" + this.activityId + ",imageUrl=" + this.imageUrl + ",jumpUrl=" + this.jumpUrl + ",}"; } public GProChannelActivity(String str, String str2, String str3) { this.activityId = ""; this.imageUrl = ""; this.jumpUrl = ""; this.activityId = str; this.imageUrl = str2; this.jumpUrl = str3; } }
957
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendRobotGameCard.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendRobotGameCard.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes22.dex */ public final class GProRecommendRobotGameCard implements Serializable { GProRecommendRobotInfo robotInfo; ArrayList<GProRecommendRobotTextChannel> robotTextChannel; long serialVersionUID; public GProRecommendRobotGameCard() { this.serialVersionUID = 1L; this.robotInfo = new GProRecommendRobotInfo(); this.robotTextChannel = new ArrayList<>(); } public GProRecommendRobotInfo getRobotInfo() { return this.robotInfo; } public ArrayList<GProRecommendRobotTextChannel> getRobotTextChannel() { return this.robotTextChannel; } public String toString() { return "GProRecommendRobotGameCard{robotInfo=" + this.robotInfo + ",robotTextChannel=" + this.robotTextChannel + ",}"; } public GProRecommendRobotGameCard(GProRecommendRobotInfo gProRecommendRobotInfo, ArrayList<GProRecommendRobotTextChannel> arrayList) { this.serialVersionUID = 1L; this.robotInfo = new GProRecommendRobotInfo(); this.robotTextChannel = new ArrayList<>(); this.robotInfo = gProRecommendRobotInfo; this.robotTextChannel = arrayList; } }
1,289
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MarketFaceElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MarketFaceElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class MarketFaceElement { ArrayList<MarketFaceSupportSize> apngSupportSize; String backColor; String dynamicFacePath; String emojiId; int emojiPackageId; Integer emojiType; Integer endTime; int faceInfo; String faceName; Integer hasIpProduct; int imageHeight; int imageWidth; int itemType; String key; int mediaType; byte[] mobileParam; byte[] param; String sourceJumpUrl; String sourceName; Integer sourceType; String sourceTypeName; Integer startTime; String staticFacePath; int subType; ArrayList<MarketFaceSupportSize> supportSize; ArrayList<Integer> voiceItemHeightArr; String volumeColor; public MarketFaceElement() { } public ArrayList<MarketFaceSupportSize> getApngSupportSize() { return this.apngSupportSize; } public String getBackColor() { return this.backColor; } public String getDynamicFacePath() { return this.dynamicFacePath; } public String getEmojiId() { return this.emojiId; } public int getEmojiPackageId() { return this.emojiPackageId; } public Integer getEmojiType() { return this.emojiType; } public Integer getEndTime() { return this.endTime; } public int getFaceInfo() { return this.faceInfo; } public String getFaceName() { return this.faceName; } public Integer getHasIpProduct() { return this.hasIpProduct; } public int getImageHeight() { return this.imageHeight; } public int getImageWidth() { return this.imageWidth; } public int getItemType() { return this.itemType; } public String getKey() { return this.key; } public int getMediaType() { return this.mediaType; } public byte[] getMobileParam() { return this.mobileParam; } public byte[] getParam() { return this.param; } public String getSourceJumpUrl() { return this.sourceJumpUrl; } public String getSourceName() { return this.sourceName; } public Integer getSourceType() { return this.sourceType; } public String getSourceTypeName() { return this.sourceTypeName; } public Integer getStartTime() { return this.startTime; } public String getStaticFacePath() { return this.staticFacePath; } public int getSubType() { return this.subType; } public ArrayList<MarketFaceSupportSize> getSupportSize() { return this.supportSize; } public ArrayList<Integer> getVoiceItemHeightArr() { return this.voiceItemHeightArr; } public String getVolumeColor() { return this.volumeColor; } public String toString() { return "MarketFaceElement{itemType=" + this.itemType + ",faceInfo=" + this.faceInfo + ",emojiPackageId=" + this.emojiPackageId + ",subType=" + this.subType + ",mediaType=" + this.mediaType + ",imageWidth=" + this.imageWidth + ",imageHeight=" + this.imageHeight + ",faceName=" + this.faceName + ",emojiId=" + this.emojiId + ",key=" + this.key + ",param=" + this.param + ",mobileParam=" + this.mobileParam + ",sourceType=" + this.sourceType + ",startTime=" + this.startTime + ",endTime=" + this.endTime + ",emojiType=" + this.emojiType + ",hasIpProduct=" + this.hasIpProduct + ",voiceItemHeightArr=" + this.voiceItemHeightArr + ",sourceName=" + this.sourceName + ",sourceJumpUrl=" + this.sourceJumpUrl + ",sourceTypeName=" + this.sourceTypeName + ",backColor=" + this.backColor + ",volumeColor=" + this.volumeColor + ",staticFacePath=" + this.staticFacePath + ",dynamicFacePath=" + this.dynamicFacePath + ",supportSize=" + this.supportSize + ",apngSupportSize=" + this.apngSupportSize + ",}"; } public MarketFaceElement(int itemType, int faceInfo, int packageId, int subtype, int mediaType, int width, int height, String faceName, String emojiId, String key, byte[] param, byte[] mobileParam, Integer sourceType, Integer startTime, Integer endTime, Integer emojiType, Integer hasIpProduct, ArrayList<Integer> voiceItemHeightArr, String sourceName, String jumpurl, String sourceTypeName, String backgroundColor, String volumColor, String staticPath, String dynamicPath, ArrayList<MarketFaceSupportSize> supportSize, ArrayList<MarketFaceSupportSize> apngSupportSize) { this.itemType = itemType; this.faceInfo = faceInfo; this.emojiPackageId = packageId; this.subType = subtype; this.mediaType = mediaType; this.imageWidth = width; this.imageHeight = height; this.faceName = faceName; this.emojiId = emojiId; this.key = key; this.param = param; this.mobileParam = mobileParam; this.sourceType = sourceType; this.startTime = startTime; this.endTime = endTime; this.emojiType = emojiType; this.hasIpProduct = hasIpProduct; this.voiceItemHeightArr = voiceItemHeightArr; this.sourceName = sourceName; this.sourceJumpUrl = jumpurl; this.sourceTypeName = sourceTypeName; this.backColor = backgroundColor; this.volumeColor = volumColor; this.staticFacePath = staticPath; this.dynamicFacePath = dynamicPath; this.supportSize = supportSize; this.apngSupportSize = apngSupportSize; } }
5,909
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProQuickJoinBlock.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProQuickJoinBlock.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes4.dex */ public final class GProQuickJoinBlock implements Serializable { ArrayList<String> membersAvatar; ArrayList<GProQuickJoinItem> quickJoinItems; long serialVersionUID; ArrayList<GProQuickJoinCycleStatusTag> statusTag; public GProQuickJoinBlock() { this.serialVersionUID = 1L; this.membersAvatar = new ArrayList<>(); this.statusTag = new ArrayList<>(); this.quickJoinItems = new ArrayList<>(); } public ArrayList<String> getMembersAvatar() { return this.membersAvatar; } public ArrayList<GProQuickJoinItem> getQuickJoinItems() { return this.quickJoinItems; } public ArrayList<GProQuickJoinCycleStatusTag> getStatusTag() { return this.statusTag; } public String toString() { return "GProQuickJoinBlock{membersAvatar=" + this.membersAvatar + ",statusTag=" + this.statusTag + ",quickJoinItems=" + this.quickJoinItems + ",}"; } public GProQuickJoinBlock(ArrayList<String> arrayList, ArrayList<GProQuickJoinCycleStatusTag> arrayList2, ArrayList<GProQuickJoinItem> arrayList3) { this.serialVersionUID = 1L; this.membersAvatar = new ArrayList<>(); this.statusTag = new ArrayList<>(); this.quickJoinItems = new ArrayList<>(); this.membersAvatar = arrayList; this.statusTag = arrayList2; this.quickJoinItems = arrayList3; } }
1,543
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IKernelGroupListener.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IKernelGroupListener.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; import java.util.HashMap; public interface IKernelGroupListener { void onGetGroupBulletinListResult(long j2, String str, GroupBulletinListResult groupBulletinListResult); void onGroupAvatarUrlChange(long j2, String str); void onGroupBulletinChange(long j2, GroupBulletin groupBulletin); void onGroupBulletinRichMediaDownloadComplete(BulletinFeedsDownloadInfo bulletinFeedsDownloadInfo); void onGroupBulletinRichMediaProgressUpdate(BulletinFeedsDownloadInfo bulletinFeedsDownloadInfo); void onGroupConfMemberChange(long j2, ArrayList<String> arrayList); void onGroupDetailInfoChange(GroupDetailInfo groupDetailInfo); void onGroupListUpdate(GroupListUpdateType groupListUpdateType, ArrayList<GroupSimpleInfo> arrayList); void onGroupNotifiesUnreadCountUpdated(boolean z, long j2, int i2); void onGroupNotifiesUpdated(boolean z, ArrayList<GroupNotifyMsg> arrayList); void onGroupPortraitChange(long j2, ArrayList<String> arrayList, ArrayList<String> arrayList2); void onGroupSingleScreenNotifies(boolean z, long j2, ArrayList<GroupNotifyMsg> arrayList); void onGroupStatisticInfoChange(long j2, GroupStatisticInfo groupStatisticInfo); void onGroupsMsgMaskResult(ArrayList<GroupMsgMaskInfo> arrayList); void onJoinGroupNotify(JoinGroupNotifyMsg joinGroupNotifyMsg); void onMemberInfoChange(long j2, DataSource dataSource, HashMap<String, MemberInfo> hashMap); void onMemberListChange(GroupMemberListChangeInfo groupMemberListChangeInfo); void onSearchMemberChange(String str, String str2, ArrayList<GroupMemberInfoListId> arrayList, HashMap<String, MemberInfo> hashMap); void onShutUpMemberListChanged(long j2, ArrayList<MemberInfo> arrayList); }
1,816
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAnchorRoomNoticeItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorRoomNoticeItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProAnchorRoomNoticeItem { Long anchorUid; String ext; String programId; ArrayList<GProAnchorRoomTag> romTags; String roomLogo11; Long roomLogo11Time; String roomLogo169; Long roomLogo169Time; String roomLogo34; Long roomLogo34Time; Long roomPlayEndTime; Long roomPlayStartTime3; String roomPrompt; String roomTitle; public GProAnchorRoomNoticeItem() { this.romTags = new ArrayList<>(); } public Long getAnchorUid() { return this.anchorUid; } public String getExt() { return this.ext; } public String getProgramId() { return this.programId; } public ArrayList<GProAnchorRoomTag> getRomTags() { return this.romTags; } public String getRoomLogo11() { return this.roomLogo11; } public Long getRoomLogo11Time() { return this.roomLogo11Time; } public String getRoomLogo169() { return this.roomLogo169; } public Long getRoomLogo169Time() { return this.roomLogo169Time; } public String getRoomLogo34() { return this.roomLogo34; } public Long getRoomLogo34Time() { return this.roomLogo34Time; } public Long getRoomPlayEndTime() { return this.roomPlayEndTime; } public Long getRoomPlayStartTime3() { return this.roomPlayStartTime3; } public String getRoomPrompt() { return this.roomPrompt; } public String getRoomTitle() { return this.roomTitle; } public String toString() { return "GProAnchorRoomNoticeItem{programId=" + this.programId + ",anchorUid=" + this.anchorUid + ",roomPlayStartTime3=" + this.roomPlayStartTime3 + ",roomPlayEndTime=" + this.roomPlayEndTime + ",roomTitle=" + this.roomTitle + ",roomLogo11=" + this.roomLogo11 + ",roomLogo169=" + this.roomLogo169 + ",roomLogo34=" + this.roomLogo34 + ",roomLogo11Time=" + this.roomLogo11Time + ",roomLogo169Time=" + this.roomLogo169Time + ",roomLogo34Time=" + this.roomLogo34Time + ",romTags=" + this.romTags + ",roomPrompt=" + this.roomPrompt + ",ext=" + this.ext + ",}"; } public GProAnchorRoomNoticeItem(String str, Long l2, Long l3, Long l4, String str2, String str3, String str4, String str5, Long l5, Long l6, Long l7, ArrayList<GProAnchorRoomTag> arrayList, String str6, String str7) { this.romTags = new ArrayList<>(); this.programId = str; this.anchorUid = l2; this.roomPlayStartTime3 = l3; this.roomPlayEndTime = l4; this.roomTitle = str2; this.roomLogo11 = str3; this.roomLogo169 = str4; this.roomLogo34 = str5; this.roomLogo11Time = l5; this.roomLogo169Time = l6; this.roomLogo34Time = l7; this.romTags = arrayList; this.roomPrompt = str6; this.ext = str7; } }
3,008
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RichText.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichText.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RichText { ArrayList<RichTextContent> contents; public RichText() { this.contents = new ArrayList<>(); } public ArrayList<RichTextContent> getContents() { return this.contents; } public String toString() { return "RichText{contents=" + this.contents + ",}"; } public RichText(ArrayList<RichTextContent> arrayList) { this.contents = new ArrayList<>(); this.contents = arrayList; } }
615
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProConfirmOption.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProConfirmOption.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProConfirmOption { String confirmMsg; ArrayList<GProConfirmNode> confirmNodes; public GProConfirmOption() { this.confirmMsg = ""; this.confirmNodes = new ArrayList<>(); } public String getConfirmMsg() { return this.confirmMsg; } public ArrayList<GProConfirmNode> getConfirmNodes() { return this.confirmNodes; } public String toString() { return "GProConfirmOption{confirmMsg=" + this.confirmMsg + ",confirmNodes=" + this.confirmNodes + ",}"; } public GProConfirmOption(String str, ArrayList<GProConfirmNode> arrayList) { this.confirmMsg = ""; this.confirmNodes = new ArrayList<>(); this.confirmMsg = str; this.confirmNodes = arrayList; } }
896
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupBulletinGroupInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupBulletinGroupInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class GroupBulletinGroupInfo { int classId; long groupCode; public GroupBulletinGroupInfo() { } public int getClassId() { return this.classId; } public long getGroupCode() { return this.groupCode; } public String toString() { return "GroupBulletinGroupInfo{groupCode=" + this.groupCode + ",classId=" + this.classId + ",}"; } public GroupBulletinGroupInfo(long j2, int i2) { this.groupCode = j2; this.classId = i2; } }
573
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPlayInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPlayInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProPlayInfo implements Serializable { GProPlayNodeExtInfo playNodeExInfo; GProPlayNodeInfo playNodeInfo; long serialVersionUID; GProSongInfo songInfo; public GProPlayInfo() { this.serialVersionUID = 1L; this.playNodeInfo = new GProPlayNodeInfo(); this.playNodeExInfo = new GProPlayNodeExtInfo(); this.songInfo = new GProSongInfo(); } public GProPlayNodeExtInfo getPlayNodeExInfo() { return this.playNodeExInfo; } public GProPlayNodeInfo getPlayNodeInfo() { return this.playNodeInfo; } public GProSongInfo getSongInfo() { return this.songInfo; } public String toString() { return "GProPlayInfo{playNodeInfo=" + this.playNodeInfo + ",playNodeExInfo=" + this.playNodeExInfo + ",songInfo=" + this.songInfo + ",}"; } public GProPlayInfo(GProPlayNodeInfo gProPlayNodeInfo, GProPlayNodeExtInfo gProPlayNodeExtInfo, GProSongInfo gProSongInfo) { this.serialVersionUID = 1L; this.playNodeInfo = new GProPlayNodeInfo(); this.playNodeExInfo = new GProPlayNodeExtInfo(); this.songInfo = new GProSongInfo(); this.playNodeInfo = gProPlayNodeInfo; this.playNodeExInfo = gProPlayNodeExtInfo; this.songInfo = gProSongInfo; } }
1,431
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MemberRole.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MemberRole.java
package com.tencent.qqnt.kernel.nativeinterface; public enum MemberRole { UNSPECIFIED, STRANGER, MEMBER, ADMIN, OWNER }
140
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildSearchInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildSearchInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildSearchInfo { String coverUrl; long guildId; String guildNumber; ArrayList<GProGuildChannelState> guildStates; String headUrl; ArrayList<String> highlightWords; String joinGuildSig; int joinedGuild; ArrayList<GProRecommendLabel> labelList; ArrayList<GProMedalInfo> medalInfoList; int medalLevel; String name; GProRecommendLabel peopleLabel; String profile; ArrayList<GProSearchRankInfo> rankList; GProRecallInfo recallInfo; GProRecommendLabel recommendReason; int showType; GProSuggestedSearch suggestedSearchInfo; ArrayList<String> tags; public GProGuildSearchInfo() { this.name = ""; this.profile = ""; this.coverUrl = ""; this.joinGuildSig = ""; this.headUrl = ""; this.guildStates = new ArrayList<>(); this.tags = new ArrayList<>(); this.guildNumber = ""; this.recallInfo = new GProRecallInfo(); this.medalInfoList = new ArrayList<>(); this.labelList = new ArrayList<>(); this.rankList = new ArrayList<>(); this.peopleLabel = new GProRecommendLabel(); this.recommendReason = new GProRecommendLabel(); this.highlightWords = new ArrayList<>(); this.suggestedSearchInfo = new GProSuggestedSearch(); } public String getCoverUrl() { return this.coverUrl; } public long getGuildId() { return this.guildId; } public String getGuildNumber() { return this.guildNumber; } public ArrayList<GProGuildChannelState> getGuildStates() { return this.guildStates; } public String getHeadUrl() { return this.headUrl; } public ArrayList<String> getHighlightWords() { return this.highlightWords; } public String getJoinGuildSig() { return this.joinGuildSig; } public int getJoinedGuild() { return this.joinedGuild; } public ArrayList<GProRecommendLabel> getLabelList() { return this.labelList; } public ArrayList<GProMedalInfo> getMedalInfoList() { return this.medalInfoList; } public int getMedalLevel() { return this.medalLevel; } public String getName() { return this.name; } public GProRecommendLabel getPeopleLabel() { return this.peopleLabel; } public String getProfile() { return this.profile; } public ArrayList<GProSearchRankInfo> getRankList() { return this.rankList; } public GProRecallInfo getRecallInfo() { return this.recallInfo; } public GProRecommendLabel getRecommendReason() { return this.recommendReason; } public int getShowType() { return this.showType; } public GProSuggestedSearch getSuggestedSearchInfo() { return this.suggestedSearchInfo; } public ArrayList<String> getTags() { return this.tags; } public String toString() { return "GProGuildSearchInfo{joinedGuild=" + this.joinedGuild + ",name=" + this.name + ",profile=" + this.profile + ",coverUrl=" + this.coverUrl + ",joinGuildSig=" + this.joinGuildSig + ",guildId=" + this.guildId + ",headUrl=" + this.headUrl + ",guildStates=" + this.guildStates + ",tags=" + this.tags + ",guildNumber=" + this.guildNumber + ",recallInfo=" + this.recallInfo + ",medalLevel=" + this.medalLevel + ",medalInfoList=" + this.medalInfoList + ",labelList=" + this.labelList + ",rankList=" + this.rankList + ",peopleLabel=" + this.peopleLabel + ",recommendReason=" + this.recommendReason + ",highlightWords=" + this.highlightWords + ",suggestedSearchInfo=" + this.suggestedSearchInfo + ",showType=" + this.showType + ",}"; } public GProGuildSearchInfo(int i2, String str, String str2, String str3, String str4, long j2, String str5, ArrayList<GProGuildChannelState> arrayList, ArrayList<String> arrayList2, String str6, GProRecallInfo gProRecallInfo, int i3, ArrayList<GProMedalInfo> arrayList3, ArrayList<GProRecommendLabel> arrayList4, ArrayList<GProSearchRankInfo> arrayList5, GProRecommendLabel gProRecommendLabel, GProRecommendLabel gProRecommendLabel2, ArrayList<String> arrayList6, GProSuggestedSearch gProSuggestedSearch, int i4) { this.name = ""; this.profile = ""; this.coverUrl = ""; this.joinGuildSig = ""; this.headUrl = ""; this.guildStates = new ArrayList<>(); this.tags = new ArrayList<>(); this.guildNumber = ""; this.recallInfo = new GProRecallInfo(); this.medalInfoList = new ArrayList<>(); this.labelList = new ArrayList<>(); this.rankList = new ArrayList<>(); this.peopleLabel = new GProRecommendLabel(); this.recommendReason = new GProRecommendLabel(); this.highlightWords = new ArrayList<>(); this.suggestedSearchInfo = new GProSuggestedSearch(); this.joinedGuild = i2; this.name = str; this.profile = str2; this.coverUrl = str3; this.joinGuildSig = str4; this.guildId = j2; this.headUrl = str5; this.guildStates = arrayList; this.tags = arrayList2; this.guildNumber = str6; this.recallInfo = gProRecallInfo; this.medalLevel = i3; this.medalInfoList = arrayList3; this.labelList = arrayList4; this.rankList = arrayList5; this.peopleLabel = gProRecommendLabel; this.recommendReason = gProRecommendLabel2; this.highlightWords = arrayList6; this.suggestedSearchInfo = gProSuggestedSearch; this.showType = i4; } }
5,782
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBatchGetBlockItemRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBatchGetBlockItemRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProBatchGetBlockItemRsp implements Serializable { byte[] cookies; boolean isEnd; ArrayList<GProBlockInfo> items; /* renamed from: msg reason: collision with root package name */ String f305531msg; long serialVersionUID; String traceId; public GProBatchGetBlockItemRsp() { this.serialVersionUID = 1L; this.traceId = ""; this.items = new ArrayList<>(); this.f305531msg = ""; this.cookies = new byte[0]; } public byte[] getCookies() { return this.cookies; } public boolean getIsEnd() { return this.isEnd; } public ArrayList<GProBlockInfo> getItems() { return this.items; } public String getMsg() { return this.f305531msg; } public String getTraceId() { return this.traceId; } public String toString() { return "GProBatchGetBlockItemRsp{traceId=" + this.traceId + ",items=" + this.items + ",msg=" + this.f305531msg + ",isEnd=" + this.isEnd + ",cookies=" + this.cookies + ",}"; } public GProBatchGetBlockItemRsp(String str, ArrayList<GProBlockInfo> arrayList, String str2, boolean z, byte[] bArr) { this.serialVersionUID = 1L; this.traceId = ""; this.items = new ArrayList<>(); this.f305531msg = ""; this.cookies = new byte[0]; this.traceId = str; this.items = arrayList; this.f305531msg = str2; this.isEnd = z; this.cookies = bArr; } }
1,662
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRealNameAuthInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRealNameAuthInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRealNameAuthInfo { int result; String tipsContent; String verifyUrl; public GProRealNameAuthInfo() { this.verifyUrl = ""; this.tipsContent = ""; } public int getResult() { return this.result; } public String getTipsContent() { return this.tipsContent; } public String getVerifyUrl() { return this.verifyUrl; } public String toString() { return "GProRealNameAuthInfo{result=" + this.result + ",verifyUrl=" + this.verifyUrl + ",tipsContent=" + this.tipsContent + ",}"; } public GProRealNameAuthInfo(int i2, String str, String str2) { this.verifyUrl = ""; this.tipsContent = ""; this.result = i2; this.verifyUrl = str; this.tipsContent = str2; } }
904
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IKernelMsgListener.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IKernelMsgListener.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; import java.util.HashMap; public interface IKernelMsgListener { void onAddSendMsg(MsgRecord msgRecord); void onBroadcastHelperDownloadComplete(BroadcastHelperTransNotifyInfo broadcastHelperTransNotifyInfo); void onBroadcastHelperProgerssUpdate(BroadcastHelperTransNotifyInfo broadcastHelperTransNotifyInfo); void onChannelFreqLimitInfoUpdate(Contact contact, boolean z, FreqLimitInfo freqLimitInfo); void onContactUnreadCntUpdate(HashMap<Integer, HashMap<String, UnreadCntInfo>> hashMap); void onCustomWithdrawConfigUpdate(CustomWithdrawConfig customWithdrawConfig); void onDraftUpdate(Contact contact, ArrayList<MsgElement> arrayList, long j2); void onEmojiDownloadComplete(EmojiNotifyInfo emojiNotifyInfo); void onEmojiResourceUpdate(EmojiResourceInfo emojiResourceInfo); void onFeedEventUpdate(FirstViewDirectMsgNotifyInfo firstViewDirectMsgNotifyInfo); void onFileMsgCome(ArrayList<MsgRecord> arrayList); void onFirstViewDirectMsgUpdate(FirstViewDirectMsgNotifyInfo firstViewDirectMsgNotifyInfo); void onFirstViewGroupGuildMapping(ArrayList<FirstViewGroupGuildInfo> arrayList); void onGrabPasswordRedBag(int i2, String str, int i3, RecvdOrder recvdOrder, MsgRecord msgRecord); void onGroupFileInfoAdd(GroupItem groupItem); void onGroupFileInfoUpdate(GroupFileListResult groupFileListResult); void onGroupGuildUpdate(GroupGuildNotifyInfo groupGuildNotifyInfo); void onGroupTransferInfoAdd(GroupItem groupItem); void onGroupTransferInfoUpdate(GroupFileListResult groupFileListResult); void onHitCsRelatedEmojiResult(DownloadRelateEmojiResultInfo downloadRelateEmojiResultInfo); void onHitEmojiKeywordResult(HitRelatedEmojiWordsResult hitRelatedEmojiWordsResult); void onHitRelatedEmojiResult(RelatedWordEmojiInfo relatedWordEmojiInfo); void onImportOldDbProgressUpdate(ImportOldDbMsgNotifyInfo importOldDbMsgNotifyInfo); void onInputStatusPush(InputStatusInfo inputStatusInfo); void onKickedOffLine(KickedInfo kickedInfo); void onLineDev(ArrayList<DevInfo> arrayList); void onLogLevelChanged(long j2); void onMsgAbstractUpdate(ArrayList<MsgAbstract> arrayList); void onMsgBoxChanged(ArrayList<ContactMsgBoxInfo> arrayList); void onMsgDelete(Contact contact, ArrayList<Long> arrayList); void onMsgEventListUpdate(HashMap<String, ArrayList<Long>> hashMap); void onMsgInfoListAdd(ArrayList<MsgRecord> arrayList); void onMsgInfoListUpdate(ArrayList<MsgRecord> arrayList); void onMsgQRCodeStatusChanged(int i2); void onMsgRecall(int i2, String str, long j2); void onMsgSecurityNotify(MsgRecord msgRecord); void onMsgSettingUpdate(MsgSetting msgSetting); void onNtFirstViewMsgSyncEnd(); void onNtMsgSyncEnd(); void onNtMsgSyncStart(); void onReadFeedEventUpdate(FirstViewDirectMsgNotifyInfo firstViewDirectMsgNotifyInfo); void onRecvGroupGuildFlag(int i2); void onRecvMsg(ArrayList<MsgRecord> arrayList); void onRecvMsgSvrRspTransInfo(long j2, Contact contact, int i2, int i3, String str, byte[] bArr); void onRecvOnlineFileMsg(ArrayList<MsgRecord> arrayList); void onRecvS2CMsg(ArrayList<Byte> arrayList); void onRecvSysMsg(ArrayList<Byte> arrayList); void onRecvUDCFlag(int i2); void onRichMediaDownloadComplete(FileTransNotifyInfo fileTransNotifyInfo); void onRichMediaProgerssUpdate(FileTransNotifyInfo fileTransNotifyInfo); void onRichMediaUploadComplete(FileTransNotifyInfo fileTransNotifyInfo); void onSearchGroupFileInfoUpdate(SearchGroupFileResult searchGroupFileResult); void onSendMsgError(long j2, Contact contact, int i2, String str); void onSysMsgNotification(int i2, long j2, long j3, ArrayList<Byte> arrayList); void onTempChatInfoUpdate(TempChatInfo tempChatInfo); void onUnreadCntAfterFirstView(HashMap<Integer, ArrayList<UnreadCntInfo>> hashMap); void onUnreadCntUpdate(HashMap<Integer, ArrayList<UnreadCntInfo>> hashMap); void onUserChannelTabStatusChanged(boolean z); void onUserOnlineStatusChanged(boolean z); void onUserTabStatusChanged(ArrayList<TabStatusInfo> arrayList); void onlineStatusBigIconDownloadPush(int i2, long j2, String str); void onlineStatusSmallIconDownloadPush(int i2, long j2, String str); }
4,419
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildListSortInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildListSortInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildListSortInfo { ArrayList<Long> sortList; ArrayList<Long> topList; public GProGuildListSortInfo() { this.sortList = new ArrayList<>(); this.topList = new ArrayList<>(); } public ArrayList<Long> getSortList() { return this.sortList; } public ArrayList<Long> getTopList() { return this.topList; } public String toString() { return "GProGuildListSortInfo{sortList=" + this.sortList + ",topList=" + this.topList + ",}"; } public GProGuildListSortInfo(ArrayList<Long> arrayList, ArrayList<Long> arrayList2) { this.sortList = new ArrayList<>(); this.topList = new ArrayList<>(); this.sortList = arrayList; this.topList = arrayList2; } }
894
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildMsgSearchRes.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildMsgSearchRes.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildMsgSearchRes { String avatar; long channelId; long guildId; long msgSeq; String msgTxt; String nickName; String pics; long timeStamp; long tinyId; int userType; String videos; public GProGuildMsgSearchRes() { this.nickName = ""; this.avatar = ""; this.msgTxt = ""; this.pics = ""; this.videos = ""; } public String getAvatar() { return this.avatar; } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public long getMsgSeq() { return this.msgSeq; } public String getMsgTxt() { return this.msgTxt; } public String getNickName() { return this.nickName; } public String getPics() { return this.pics; } public long getTimeStamp() { return this.timeStamp; } public long getTinyId() { return this.tinyId; } public int getUserType() { return this.userType; } public String getVideos() { return this.videos; } public String toString() { return "GProGuildMsgSearchRes{guildId=" + this.guildId + ",channelId=" + this.channelId + ",tinyId=" + this.tinyId + ",nickName=" + this.nickName + ",avatar=" + this.avatar + ",timeStamp=" + this.timeStamp + ",msgSeq=" + this.msgSeq + ",msgTxt=" + this.msgTxt + ",pics=" + this.pics + ",videos=" + this.videos + ",userType=" + this.userType + ",}"; } public GProGuildMsgSearchRes(long j2, long j3, long j4, String str, String str2, long j5, long j6, String str3, String str4, String str5, int i2) { this.nickName = ""; this.avatar = ""; this.msgTxt = ""; this.pics = ""; this.videos = ""; this.guildId = j2; this.channelId = j3; this.tinyId = j4; this.nickName = str; this.avatar = str2; this.timeStamp = j5; this.msgSeq = j6; this.msgTxt = str3; this.pics = str4; this.videos = str5; this.userType = i2; } }
2,236
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGlobalBannerRep.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGlobalBannerRep.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGlobalBannerRep { String bannerId; int bannerType; long channelId; long guildId; long msgSeq; public GProGlobalBannerRep() { this.bannerId = ""; } public String getBannerId() { return this.bannerId; } public int getBannerType() { return this.bannerType; } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public long getMsgSeq() { return this.msgSeq; } public String toString() { return "GProGlobalBannerRep{guildId=" + this.guildId + ",channelId=" + this.channelId + ",bannerType=" + this.bannerType + ",msgSeq=" + this.msgSeq + ",bannerId=" + this.bannerId + ",}"; } public GProGlobalBannerRep(long j2, long j3, int i2, long j4, String str) { this.bannerId = ""; this.guildId = j2; this.channelId = j3; this.bannerType = i2; this.msgSeq = j4; this.bannerId = str; } }
1,126
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildBannerBizId.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildBannerBizId.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildBannerBizId { int bannerType; long channelId; long feedCreateTime; long feedCreateTinyId; String feedId; long msgSeq; String thirdRecommendId; public GProGuildBannerBizId() { this.feedId = ""; this.thirdRecommendId = ""; } public int getBannerType() { return this.bannerType; } public long getChannelId() { return this.channelId; } public long getFeedCreateTime() { return this.feedCreateTime; } public long getFeedCreateTinyId() { return this.feedCreateTinyId; } public String getFeedId() { return this.feedId; } public long getMsgSeq() { return this.msgSeq; } public String getThirdRecommendId() { return this.thirdRecommendId; } public String toString() { return "GProGuildBannerBizId{bannerType=" + this.bannerType + ",channelId=" + this.channelId + ",msgSeq=" + this.msgSeq + ",feedId=" + this.feedId + ",feedCreateTime=" + this.feedCreateTime + ",feedCreateTinyId=" + this.feedCreateTinyId + ",thirdRecommendId=" + this.thirdRecommendId + ",}"; } public GProGuildBannerBizId(int i2, long j2, long j3, String str, long j4, long j5, String str2) { this.feedId = ""; this.thirdRecommendId = ""; this.bannerType = i2; this.channelId = j2; this.msgSeq = j3; this.feedId = str; this.feedCreateTime = j4; this.feedCreateTinyId = j5; this.thirdRecommendId = str2; } }
1,646
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelUserNum.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelUserNum.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProChannelUserNum implements Serializable { long dataVersion; int playersNum; int robotNum; long serialVersionUID = 1; int showThreshold; int speakOrderNum; int userNum; int viewersNum; public GProChannelUserNum() { } public long getDataVersion() { return this.dataVersion; } public int getPlayersNum() { return this.playersNum; } public int getRobotNum() { return this.robotNum; } public int getShowThreshold() { return this.showThreshold; } public int getSpeakOrderNum() { return this.speakOrderNum; } public int getUserNum() { return this.userNum; } public int getViewersNum() { return this.viewersNum; } public String toString() { return "GProChannelUserNum{dataVersion=" + this.dataVersion + ",userNum=" + this.userNum + ",playersNum=" + this.playersNum + ",viewersNum=" + this.viewersNum + ",speakOrderNum=" + this.speakOrderNum + ",showThreshold=" + this.showThreshold + ",robotNum=" + this.robotNum + ",}"; } public GProChannelUserNum(long j2, int i2, int i3, int i4, int i5, int i6, int i7) { this.dataVersion = j2; this.userNum = i2; this.playersNum = i3; this.viewersNum = i4; this.speakOrderNum = i5; this.showThreshold = i6; this.robotNum = i7; } }
1,536
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
AnonymousExtInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/AnonymousExtInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class AnonymousExtInfo { int anonymousFlag; byte[] anonymousId; String anonymousNick; long bubbleId; long expireTime; long headPicIndex; String rankColor; public AnonymousExtInfo() { this.anonymousId = new byte[0]; this.anonymousNick = ""; this.rankColor = ""; } public int getAnonymousFlag() { return this.anonymousFlag; } public byte[] getAnonymousId() { return this.anonymousId; } public String getAnonymousNick() { return this.anonymousNick; } public long getBubbleId() { return this.bubbleId; } public long getExpireTime() { return this.expireTime; } public long getHeadPicIndex() { return this.headPicIndex; } public String getRankColor() { return this.rankColor; } public String toString() { return "AnonymousExtInfo{anonymousFlag=" + this.anonymousFlag + ",anonymousId=" + this.anonymousId + ",anonymousNick=" + this.anonymousNick + ",headPicIndex=" + this.headPicIndex + ",expireTime=" + this.expireTime + ",bubbleId=" + this.bubbleId + ",rankColor=" + this.rankColor + ",}"; } public AnonymousExtInfo(int i2, byte[] bArr, String str, long j2, long j3, long j4, String str2) { this.anonymousId = new byte[0]; this.anonymousNick = ""; this.rankColor = ""; this.anonymousFlag = i2; this.anonymousId = bArr; this.anonymousNick = str; this.headPicIndex = j2; this.expireTime = j3; this.bubbleId = j4; this.rankColor = str2; } }
1,682
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserChannelShowState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserChannelShowState.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProUserChannelShowState implements Serializable { long serialVersionUID; String stateIcon; String stateInfo; public GProUserChannelShowState() { this.serialVersionUID = 1L; this.stateIcon = ""; this.stateInfo = ""; } public String getStateIcon() { return this.stateIcon; } public String getStateInfo() { return this.stateInfo; } public String toString() { return "GProUserChannelShowState{stateIcon=" + this.stateIcon + ",stateInfo=" + this.stateInfo + ",}"; } public GProUserChannelShowState(String str, String str2) { this.serialVersionUID = 1L; this.stateIcon = ""; this.stateInfo = ""; this.stateIcon = str; this.stateInfo = str2; } }
916
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProCategoryAdminInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProCategoryAdminInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProCategoryAdminInfo { String categoryName; ArrayList<GProChannelAdminInfo> channelAdminList; public GProCategoryAdminInfo() { this.categoryName = ""; this.channelAdminList = new ArrayList<>(); } public String getCategoryName() { return this.categoryName; } public ArrayList<GProChannelAdminInfo> getChannelAdminList() { return this.channelAdminList; } public String toString() { return "GProCategoryAdminInfo{categoryName=" + this.categoryName + ",channelAdminList=" + this.channelAdminList + ",}"; } public GProCategoryAdminInfo(String str, ArrayList<GProChannelAdminInfo> arrayList) { this.categoryName = ""; this.channelAdminList = new ArrayList<>(); this.categoryName = str; this.channelAdminList = arrayList; } }
975
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProArea.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProArea.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProArea { String areaId; String desc; public GProArea() { this.areaId = ""; this.desc = ""; } public String getAreaId() { return this.areaId; } public String getDesc() { return this.desc; } public String toString() { return "GProArea{areaId=" + this.areaId + ",desc=" + this.desc + ",}"; } public GProArea(String str, String str2) { this.areaId = ""; this.desc = ""; this.areaId = str; this.desc = str2; } }
635
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserAVInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserAVInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProUserAVInfo implements Serializable { long serialVersionUID; GProSpeakTimeCtl speakTimeCtl; int userAVState; GProUserDevState userDevState; boolean userInSpeakQueue; boolean userIsHandUp; public GProUserAVInfo() { this.serialVersionUID = 1L; this.userDevState = new GProUserDevState(); this.speakTimeCtl = new GProSpeakTimeCtl(); } public GProSpeakTimeCtl getSpeakTimeCtl() { return this.speakTimeCtl; } public int getUserAVState() { return this.userAVState; } public GProUserDevState getUserDevState() { return this.userDevState; } public boolean getUserInSpeakQueue() { return this.userInSpeakQueue; } public boolean getUserIsHandUp() { return this.userIsHandUp; } public void setSpeakTimeCtl(GProSpeakTimeCtl gProSpeakTimeCtl) { this.speakTimeCtl = gProSpeakTimeCtl; } public void setUserAVState(int i2) { this.userAVState = i2; } public void setUserDevState(GProUserDevState gProUserDevState) { this.userDevState = gProUserDevState; } public void setUserInSpeakQueue(boolean z) { this.userInSpeakQueue = z; } public void setUserIsHandUp(boolean z) { this.userIsHandUp = z; } public String toString() { return "GProUserAVInfo{userAVState=" + this.userAVState + ",userDevState=" + this.userDevState + ",userIsHandUp=" + this.userIsHandUp + ",userInSpeakQueue=" + this.userInSpeakQueue + ",speakTimeCtl=" + this.speakTimeCtl + ",}"; } public GProUserAVInfo(int i2, GProUserDevState gProUserDevState, boolean z, boolean z2, GProSpeakTimeCtl gProSpeakTimeCtl) { this.serialVersionUID = 1L; this.userDevState = new GProUserDevState(); this.speakTimeCtl = new GProSpeakTimeCtl(); this.userAVState = i2; this.userDevState = gProUserDevState; this.userIsHandUp = z; this.userInSpeakQueue = z2; this.speakTimeCtl = gProSpeakTimeCtl; } }
2,182
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMsgTimeRange.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMsgTimeRange.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProMsgTimeRange { String endDate; String startDate; public GProMsgTimeRange() { this.startDate = ""; this.endDate = ""; } public String getEndDate() { return this.endDate; } public String getStartDate() { return this.startDate; } public String toString() { return "GProMsgTimeRange{startDate=" + this.startDate + ",endDate=" + this.endDate + ",}"; } public GProMsgTimeRange(String str, String str2) { this.startDate = ""; this.endDate = ""; this.startDate = str; this.endDate = str2; } }
715
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ThumbResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ThumbResult.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class ThumbResult { int cropHeight; int cropWidth; int cropXOffset; int cropYOffset; int scaleHeight; int scaleWidth; public ThumbResult() { } public int getCropHeight() { return this.cropHeight; } public int getCropWidth() { return this.cropWidth; } public int getCropXOffset() { return this.cropXOffset; } public int getCropYOffset() { return this.cropYOffset; } public int getScaleHeight() { return this.scaleHeight; } public int getScaleWidth() { return this.scaleWidth; } public String toString() { return "ThumbResult{cropXOffset=" + this.cropXOffset + ",cropYOffset=" + this.cropYOffset + ",cropWidth=" + this.cropWidth + ",cropHeight=" + this.cropHeight + ",scaleWidth=" + this.scaleWidth + ",scaleHeight=" + this.scaleHeight + ",}"; } public ThumbResult(int i2, int i3, int i4, int i5, int i6, int i7) { this.cropXOffset = i2; this.cropYOffset = i3; this.cropWidth = i4; this.cropHeight = i5; this.scaleWidth = i6; this.scaleHeight = i7; } }
1,277
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendsV2Feed.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendsV2Feed.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendsV2Feed implements Serializable { ArrayList<String> attributeTags; String bannerUrl; String buttonColor; String buttonDesc; String buttonDescColor; String cardBottomColor; long cardId; long cardTank; String cardUrl; long channelId; String channelInfoColor; String contentId; long createTime; int favorCnt; int feedCardType; String feedCoverUrl; String feedId; String feedSubTitle; String feedTitle; String feedVideoCoverUrl; long guildId; int imageRatioType; String inviteCode; int isMore; long posterTinyId; long serialVersionUID; String titleColor; public GProRecommendsV2Feed() { this.serialVersionUID = 1L; this.feedId = ""; this.feedTitle = ""; this.feedCoverUrl = ""; this.feedSubTitle = ""; this.titleColor = ""; this.cardBottomColor = ""; this.channelInfoColor = ""; this.feedVideoCoverUrl = ""; this.cardUrl = ""; this.inviteCode = ""; this.contentId = ""; this.bannerUrl = ""; this.attributeTags = new ArrayList<>(); this.buttonDesc = ""; this.buttonColor = ""; this.buttonDescColor = ""; } public ArrayList<String> getAttributeTags() { return this.attributeTags; } public String getBannerUrl() { return this.bannerUrl; } public String getButtonColor() { return this.buttonColor; } public String getButtonDesc() { return this.buttonDesc; } public String getButtonDescColor() { return this.buttonDescColor; } public String getCardBottomColor() { return this.cardBottomColor; } public long getCardId() { return this.cardId; } public long getCardTank() { return this.cardTank; } public String getCardUrl() { return this.cardUrl; } public long getChannelId() { return this.channelId; } public String getChannelInfoColor() { return this.channelInfoColor; } public String getContentId() { return this.contentId; } public long getCreateTime() { return this.createTime; } public int getFavorCnt() { return this.favorCnt; } public int getFeedCardType() { return this.feedCardType; } 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 int getImageRatioType() { return this.imageRatioType; } public String getInviteCode() { return this.inviteCode; } public int getIsMore() { return this.isMore; } public long getPosterTinyId() { return this.posterTinyId; } public String getTitleColor() { return this.titleColor; } public String toString() { return "GProRecommendsV2Feed{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 + ",imageRatioType=" + this.imageRatioType + ",favorCnt=" + this.favorCnt + ",feedCardType=" + this.feedCardType + ",cardUrl=" + this.cardUrl + ",inviteCode=" + this.inviteCode + ",contentId=" + this.contentId + ",bannerUrl=" + this.bannerUrl + ",cardId=" + this.cardId + ",isMore=" + this.isMore + ",attributeTags=" + this.attributeTags + ",cardTank=" + this.cardTank + ",buttonDesc=" + this.buttonDesc + ",buttonColor=" + this.buttonColor + ",buttonDescColor=" + this.buttonDescColor + ",}"; } public GProRecommendsV2Feed(String str, String str2, String str3, long j2, long j3, long j4, long j5, String str4, String str5, String str6, String str7, String str8, int i2, int i3, int i4, String str9, String str10, String str11, String str12, long j6, int i5, ArrayList<String> arrayList, long j7, String str13, String str14, String str15) { this.serialVersionUID = 1L; this.feedId = ""; this.feedTitle = ""; this.feedCoverUrl = ""; this.feedSubTitle = ""; this.titleColor = ""; this.cardBottomColor = ""; this.channelInfoColor = ""; this.feedVideoCoverUrl = ""; this.cardUrl = ""; this.inviteCode = ""; this.contentId = ""; this.bannerUrl = ""; this.attributeTags = new ArrayList<>(); this.buttonDesc = ""; this.buttonColor = ""; this.buttonDescColor = ""; 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; this.imageRatioType = i2; this.favorCnt = i3; this.feedCardType = i4; this.cardUrl = str9; this.inviteCode = str10; this.contentId = str11; this.bannerUrl = str12; this.cardId = j6; this.isMore = i5; this.attributeTags = arrayList; this.cardTank = j7; this.buttonDesc = str13; this.buttonColor = str14; this.buttonDescColor = str15; } }
6,149
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetInvitationGuildReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetInvitationGuildReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGetInvitationGuildReq implements Serializable { int businessType; byte[] cookies; long serialVersionUID; GProBottomTabSourceInfo source; public GProGetInvitationGuildReq() { this.serialVersionUID = 1L; this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); } public int getBusinessType() { return this.businessType; } public byte[] getCookies() { return this.cookies; } public GProBottomTabSourceInfo getSource() { return this.source; } public String toString() { return "GProGetInvitationGuildReq{businessType=" + this.businessType + ",cookies=" + this.cookies + ",source=" + this.source + ",}"; } public GProGetInvitationGuildReq(int i2, byte[] bArr, GProBottomTabSourceInfo gProBottomTabSourceInfo) { this.serialVersionUID = 1L; this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); this.businessType = i2; this.cookies = bArr; this.source = gProBottomTabSourceInfo; } }
1,220
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAnchorTlv.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorTlv.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAnchorTlv { String str; Integer tid; Long value; public GProAnchorTlv() { } public String getStr() { return this.str; } public Integer getTid() { return this.tid; } public Long getValue() { return this.value; } public String toString() { return "GProAnchorTlv{tid=" + this.tid + ",value=" + this.value + ",str=" + this.str + ",}"; } public GProAnchorTlv(Integer num, Long l2, String str) { this.tid = num; this.value = l2; this.str = str; } }
670
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProConvertThirdIdReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProConvertThirdIdReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProConvertThirdIdReq { long appId; ArrayList<String> ids; ArrayList<String> stringIds; int type; public GProConvertThirdIdReq() { this.ids = new ArrayList<>(); this.stringIds = new ArrayList<>(); } public long getAppId() { return this.appId; } public ArrayList<String> getIds() { return this.ids; } public ArrayList<String> getStringIds() { return this.stringIds; } public int getType() { return this.type; } public String toString() { return "GProConvertThirdIdReq{type=" + this.type + ",ids=" + this.ids + ",appId=" + this.appId + ",stringIds=" + this.stringIds + ",}"; } public GProConvertThirdIdReq(int i2, ArrayList<String> arrayList, long j2, ArrayList<String> arrayList2) { this.ids = new ArrayList<>(); this.stringIds = new ArrayList<>(); this.type = i2; this.ids = arrayList; this.appId = j2; this.stringIds = arrayList2; } }
1,149
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetRedPointRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRedPointRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGetRedPointRsp { String avatar; int businessType; long channelId; long guildId; boolean hasRedPoint; String iconUrl; boolean isJoinGuild; String transBuffer; int watchCycle; public GProGetRedPointRsp() { this.avatar = ""; this.iconUrl = ""; this.transBuffer = ""; } public String getAvatar() { return this.avatar; } public int getBusinessType() { return this.businessType; } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public boolean getHasRedPoint() { return this.hasRedPoint; } public String getIconUrl() { return this.iconUrl; } public boolean getIsJoinGuild() { return this.isJoinGuild; } public String getTransBuffer() { return this.transBuffer; } public int getWatchCycle() { return this.watchCycle; } public String toString() { return "GProGetRedPointRsp{hasRedPoint=" + this.hasRedPoint + ",businessType=" + this.businessType + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",avatar=" + this.avatar + ",isJoinGuild=" + this.isJoinGuild + ",watchCycle=" + this.watchCycle + ",iconUrl=" + this.iconUrl + ",transBuffer=" + this.transBuffer + ",}"; } public GProGetRedPointRsp(boolean z, int i2, long j2, long j3, String str, boolean z2, int i3, String str2, String str3) { this.avatar = ""; this.iconUrl = ""; this.transBuffer = ""; this.hasRedPoint = z; this.businessType = i2; this.guildId = j2; this.channelId = j3; this.avatar = str; this.isJoinGuild = z2; this.watchCycle = i3; this.iconUrl = str2; this.transBuffer = str3; } }
1,963
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MsgSetting.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MsgSetting.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class MsgSetting implements IKernelModel { Integer callRemind; Integer careCueTone; Integer cueTone; Integer groupSound; Integer groupVibrate; Integer msgNotify; Integer msgPreview; Integer noDisturbTime; Integer sound; Integer topRemind; Integer vibrate; public MsgSetting() { } public Integer getCallRemind() { return this.callRemind; } public Integer getCareCueTone() { return this.careCueTone; } public Integer getCueTone() { return this.cueTone; } public Integer getGroupSound() { return this.groupSound; } public Integer getGroupVibrate() { return this.groupVibrate; } public Integer getMsgNotify() { return this.msgNotify; } public Integer getMsgPreview() { return this.msgPreview; } public Integer getNoDisturbTime() { return this.noDisturbTime; } public Integer getSound() { return this.sound; } public Integer getTopRemind() { return this.topRemind; } public Integer getVibrate() { return this.vibrate; } public void setCallRemind(Integer num) { this.callRemind = num; } public void setCareCueTone(Integer num) { this.careCueTone = num; } public void setCueTone(Integer num) { this.cueTone = num; } public void setGroupSound(Integer num) { this.groupSound = num; } public void setGroupVibrate(Integer num) { this.groupVibrate = num; } public void setMsgNotify(Integer num) { this.msgNotify = num; } public void setMsgPreview(Integer num) { this.msgPreview = num; } public void setNoDisturbTime(Integer num) { this.noDisturbTime = num; } public void setSound(Integer num) { this.sound = num; } public void setTopRemind(Integer num) { this.topRemind = num; } public void setVibrate(Integer num) { this.vibrate = num; } public String toString() { return "MsgSetting{msgNotify=" + this.msgNotify + ",topRemind=" + this.topRemind + ",callRemind=" + this.callRemind + ",msgPreview=" + this.msgPreview + ",sound=" + this.sound + ",groupSound=" + this.groupSound + ",cueTone=" + this.cueTone + ",careCueTone=" + this.careCueTone + ",vibrate=" + this.vibrate + ",groupVibrate=" + this.groupVibrate + ",noDisturbTime=" + this.noDisturbTime + ",}"; } public MsgSetting(Integer num, Integer num2, Integer num3, Integer num4, Integer num5, Integer num6, Integer num7, Integer num8, Integer num9, Integer num10, Integer num11) { this.msgNotify = num; this.topRemind = num2; this.callRemind = num3; this.msgPreview = num4; this.sound = num5; this.groupSound = num6; this.cueTone = num7; this.careCueTone = num8; this.vibrate = num9; this.groupVibrate = num10; this.noDisturbTime = num11; } }
3,146
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSwitchLobbyReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSwitchLobbyReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProSwitchLobbyReq { GProCreateLobbyReq createLobbyReq; long originLobbyId; public GProSwitchLobbyReq() { this.createLobbyReq = new GProCreateLobbyReq(); } public GProCreateLobbyReq getCreateLobbyReq() { return this.createLobbyReq; } public long getOriginLobbyId() { return this.originLobbyId; } public String toString() { return "GProSwitchLobbyReq{originLobbyId=" + this.originLobbyId + ",createLobbyReq=" + this.createLobbyReq + ",}"; } public GProSwitchLobbyReq(long j2, GProCreateLobbyReq gProCreateLobbyReq) { this.createLobbyReq = new GProCreateLobbyReq(); this.originLobbyId = j2; this.createLobbyReq = gProCreateLobbyReq; } }
845
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendVoiceChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendVoiceChannel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendVoiceChannel implements Serializable { GProRecommendCoverInfo cover; long serialVersionUID; GProChannelMemberInfos voiceChannel; public GProRecommendVoiceChannel() { this.serialVersionUID = 1L; this.voiceChannel = new GProChannelMemberInfos(); this.cover = new GProRecommendCoverInfo(); } public GProRecommendCoverInfo getCover() { return this.cover; } public GProChannelMemberInfos getVoiceChannel() { return this.voiceChannel; } public String toString() { return "GProRecommendVoiceChannel{voiceChannel=" + this.voiceChannel + ",cover=" + this.cover + ",}"; } public GProRecommendVoiceChannel(GProChannelMemberInfos gProChannelMemberInfos, GProRecommendCoverInfo gProRecommendCoverInfo) { this.serialVersionUID = 1L; this.voiceChannel = new GProChannelMemberInfos(); this.cover = new GProRecommendCoverInfo(); this.voiceChannel = gProChannelMemberInfos; this.cover = gProRecommendCoverInfo; } }
1,186
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FileAssistantStatus.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileAssistantStatus.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum FileAssistantStatus { KUNKNOWN, KPROCESSING, KSUCCESS, KFAILED, KCANCEL, KINVALID }
225
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProStreamIDInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProStreamIDInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProStreamIDInfo { String auxStreamId; Boolean isSelfInfo; String mainStreamId; Long originRoomid; Long originUid; Long roomId; Long uid; public GProStreamIDInfo() { } public String getAuxStreamId() { return this.auxStreamId; } public Boolean getIsSelfInfo() { return this.isSelfInfo; } public String getMainStreamId() { return this.mainStreamId; } public Long getOriginRoomid() { return this.originRoomid; } public Long getOriginUid() { return this.originUid; } public Long getRoomId() { return this.roomId; } public Long getUid() { return this.uid; } public String toString() { return "GProStreamIDInfo{uid=" + this.uid + ",roomId=" + this.roomId + ",mainStreamId=" + this.mainStreamId + ",auxStreamId=" + this.auxStreamId + ",isSelfInfo=" + this.isSelfInfo + ",originUid=" + this.originUid + ",originRoomid=" + this.originRoomid + ",}"; } public GProStreamIDInfo(Long l2, Long l3, String str, String str2, Boolean bool, Long l4, Long l5) { this.uid = l2; this.roomId = l3; this.mainStreamId = str; this.auxStreamId = str2; this.isSelfInfo = bool; this.originUid = l4; this.originRoomid = l5; } }
1,438
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProApplicationChannelInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProApplicationChannelInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProApplicationChannelInfo implements Serializable { String appChannelIcon; String appChannelId; int appChannelJumpType; String appChannelJumpUrl; String appJumpSecret; int appQyyFlag; long applicationId; int externalUrlRequestStatus; long serialVersionUID; public GProApplicationChannelInfo() { this.serialVersionUID = 1L; this.appChannelId = ""; this.appJumpSecret = ""; this.appChannelIcon = ""; this.appChannelJumpUrl = ""; } public String getAppChannelIcon() { return this.appChannelIcon; } public String getAppChannelId() { return this.appChannelId; } public int getAppChannelJumpType() { return this.appChannelJumpType; } public String getAppChannelJumpUrl() { return this.appChannelJumpUrl; } public String getAppJumpSecret() { return this.appJumpSecret; } public int getAppQyyFlag() { return this.appQyyFlag; } public long getApplicationId() { return this.applicationId; } public int getExternalUrlRequestStatus() { return this.externalUrlRequestStatus; } public String toString() { return "GProApplicationChannelInfo{applicationId=" + this.applicationId + ",appChannelId=" + this.appChannelId + ",appJumpSecret=" + this.appJumpSecret + ",appQyyFlag=" + this.appQyyFlag + ",appChannelIcon=" + this.appChannelIcon + ",appChannelJumpType=" + this.appChannelJumpType + ",appChannelJumpUrl=" + this.appChannelJumpUrl + ",externalUrlRequestStatus=" + this.externalUrlRequestStatus + ",}"; } public GProApplicationChannelInfo(long j2, String str, String str2, int i2, String str3, int i3, String str4, int i4) { this.serialVersionUID = 1L; this.appChannelId = ""; this.appJumpSecret = ""; this.appChannelIcon = ""; this.appChannelJumpUrl = ""; this.applicationId = j2; this.appChannelId = str; this.appJumpSecret = str2; this.appQyyFlag = i2; this.appChannelIcon = str3; this.appChannelJumpType = i3; this.appChannelJumpUrl = str4; this.externalUrlRequestStatus = i4; } }
2,357
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendShareInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendShareInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendShareInfo implements Serializable { GProBusinessData bizData; long channelId; String guildCoverUrl; String guildIcon; long guildId; String guildName; String joinGuildSig; int joinedGuild; int memberRole; long serialVersionUID; String shareLink; GProRecommendShareLive shareLive; int shareTag; int shareType; public GProRecommendShareInfo() { this.serialVersionUID = 1L; this.shareLink = ""; this.guildName = ""; this.guildIcon = ""; this.shareLive = new GProRecommendShareLive(); this.guildCoverUrl = ""; this.joinGuildSig = ""; this.bizData = new GProBusinessData(); } public GProBusinessData getBizData() { return this.bizData; } public long getChannelId() { return this.channelId; } public String getGuildCoverUrl() { return this.guildCoverUrl; } public String getGuildIcon() { return this.guildIcon; } public long getGuildId() { return this.guildId; } public String getGuildName() { return this.guildName; } public String getJoinGuildSig() { return this.joinGuildSig; } public int getJoinedGuild() { return this.joinedGuild; } public int getMemberRole() { return this.memberRole; } public String getShareLink() { return this.shareLink; } public GProRecommendShareLive getShareLive() { return this.shareLive; } public int getShareTag() { return this.shareTag; } public int getShareType() { return this.shareType; } public String toString() { return "GProRecommendShareInfo{shareLink=" + this.shareLink + ",guildName=" + this.guildName + ",guildIcon=" + this.guildIcon + ",shareType=" + this.shareType + ",shareLive=" + this.shareLive + ",guildId=" + this.guildId + ",guildCoverUrl=" + this.guildCoverUrl + ",joinedGuild=" + this.joinedGuild + ",joinGuildSig=" + this.joinGuildSig + ",channelId=" + this.channelId + ",bizData=" + this.bizData + ",memberRole=" + this.memberRole + ",shareTag=" + this.shareTag + ",}"; } public GProRecommendShareInfo(String str, String str2, String str3, int i2, GProRecommendShareLive gProRecommendShareLive, long j2, String str4, int i3, String str5, long j3, GProBusinessData gProBusinessData, int i4, int i5) { this.serialVersionUID = 1L; this.shareLink = ""; this.guildName = ""; this.guildIcon = ""; this.shareLive = new GProRecommendShareLive(); this.guildCoverUrl = ""; this.joinGuildSig = ""; this.bizData = new GProBusinessData(); this.shareLink = str; this.guildName = str2; this.guildIcon = str3; this.shareType = i2; this.shareLive = gProRecommendShareLive; this.guildId = j2; this.guildCoverUrl = str4; this.joinedGuild = i3; this.joinGuildSig = str5; this.channelId = j3; this.bizData = gProBusinessData; this.memberRole = i4; this.shareTag = i5; } }
3,288
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSeqCond.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSeqCond.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProSeqCond { long beginSeq; long channelId; long endSeq; long guildId; public GProSeqCond() { } public long getBeginSeq() { return this.beginSeq; } public long getChannelId() { return this.channelId; } public long getEndSeq() { return this.endSeq; } public long getGuildId() { return this.guildId; } public String toString() { return "GProSeqCond{guildId=" + this.guildId + ",channelId=" + this.channelId + ",beginSeq=" + this.beginSeq + ",endSeq=" + this.endSeq + ",}"; } public GProSeqCond(long j2, long j3, long j4, long j5) { this.guildId = j2; this.channelId = j3; this.beginSeq = j4; this.endSeq = j5; } }
865
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProWorldState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProWorldState.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProWorldState { long channelId; long guildId; byte[] roomChange; public GProWorldState() { this.roomChange = new byte[0]; } public long getChannelId() { return this.channelId; } public long getGuildId() { return this.guildId; } public byte[] getRoomChange() { return this.roomChange; } public String toString() { return "GProWorldState{guildId=" + this.guildId + ",channelId=" + this.channelId + ",roomChange=" + this.roomChange + ",}"; } public GProWorldState(long j2, long j3, byte[] bArr) { this.roomChange = new byte[0]; this.guildId = j2; this.channelId = j3; this.roomChange = bArr; } }
833
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserLiveRoomInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserLiveRoomInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProUserLiveRoomInfo { String coverUrl; String title; public GProUserLiveRoomInfo() { this.title = ""; this.coverUrl = ""; } public String getCoverUrl() { return this.coverUrl; } public String getTitle() { return this.title; } public String toString() { return "GProUserLiveRoomInfo{title=" + this.title + ",coverUrl=" + this.coverUrl + ",}"; } public GProUserLiveRoomInfo(String str, String str2) { this.title = ""; this.coverUrl = ""; this.title = str; this.coverUrl = str2; } }
707
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
XmlElementBusiId.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/XmlElementBusiId.java
package com.tencent.qqnt.kernel.nativeinterface; public final class XmlElementBusiId { public static final int KADDBUDDYSUCCESS = 10195; public static final int KINVITEADDGROUP = 10145; public static final int KINVITEADDGROUPWITHMSG = 10146; public static final int KINVITEADDGROUPWITHMSGGUIDE = 10191; }
322
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
EmojiNotifyInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EmojiNotifyInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashMap; /* compiled from: P */ /* loaded from: classes2.dex */ public final class EmojiNotifyInfo { EmojiDownloadType downloadType; String dynamicFacePath; String emojiId; String emojiPackageId; int emojiType; String errMsg; HashMap<String, String> extraData; String md5; String path; String resId; int result; public EmojiNotifyInfo() { this.errMsg = ""; this.md5 = ""; this.resId = ""; this.path = ""; this.extraData = new HashMap<>(); this.emojiId = ""; this.emojiPackageId = ""; this.downloadType = EmojiDownloadType.values()[0]; } public EmojiDownloadType getDownloadType() { return this.downloadType; } public String getDynamicFacePath() { return this.dynamicFacePath; } public String getEmojiId() { return this.emojiId; } public String getEmojiPackageId() { return this.emojiPackageId; } public int getEmojiType() { return this.emojiType; } public String getErrMsg() { return this.errMsg; } public HashMap<String, String> getExtraData() { return this.extraData; } public String getMd5() { return this.md5; } public String getPath() { return this.path; } public String getResId() { return this.resId; } public int getResult() { return this.result; } public String toString() { return "EmojiNotifyInfo{result=" + this.result + ",errMsg=" + this.errMsg + ",emojiType=" + this.emojiType + ",md5=" + this.md5 + ",resId=" + this.resId + ",path=" + this.path + ",extraData=" + this.extraData + ",emojiId=" + this.emojiId + ",emojiPackageId=" + this.emojiPackageId + ",downloadType=" + this.downloadType + ",dynamicFacePath=" + this.dynamicFacePath + ",}"; } public EmojiNotifyInfo(int i2, String str, int i3, String str2, String str3, String str4, HashMap<String, String> hashMap, String str5, String str6, EmojiDownloadType emojiDownloadType, String str7) { this.errMsg = ""; this.md5 = ""; this.resId = ""; this.path = ""; this.extraData = new HashMap<>(); this.emojiId = ""; this.emojiPackageId = ""; this.downloadType = EmojiDownloadType.values()[0]; this.result = i2; this.errMsg = str; this.emojiType = i3; this.md5 = str2; this.resId = str3; this.path = str4; this.extraData = hashMap; this.emojiId = str5; this.emojiPackageId = str6; this.downloadType = emojiDownloadType; this.dynamicFacePath = str7; } }
2,765
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetRecommendQuickJoinRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRecommendQuickJoinRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes4.dex */ public final class GProGetRecommendQuickJoinRsp { ArrayList<GProRecommendQuickJoinItem> recommendQuickJoinItems; public GProGetRecommendQuickJoinRsp() { this.recommendQuickJoinItems = new ArrayList<>(); } public ArrayList<GProRecommendQuickJoinItem> getRecommendQuickJoinItems() { return this.recommendQuickJoinItems; } public String toString() { return "GProGetRecommendQuickJoinRsp{recommendQuickJoinItems=" + this.recommendQuickJoinItems + ",}"; } public GProGetRecommendQuickJoinRsp(ArrayList<GProRecommendQuickJoinItem> arrayList) { this.recommendQuickJoinItems = new ArrayList<>(); this.recommendQuickJoinItems = arrayList; } }
825
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProTopGuildRecommendMsg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProTopGuildRecommendMsg.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProTopGuildRecommendMsg implements Serializable { GProRecommendItem recommendItem; long serialVersionUID; public GProTopGuildRecommendMsg() { this.serialVersionUID = 1L; this.recommendItem = new GProRecommendItem(); } public GProRecommendItem getRecommendItem() { return this.recommendItem; } public String toString() { return "GProTopGuildRecommendMsg{recommendItem=" + this.recommendItem + ",}"; } public GProTopGuildRecommendMsg(GProRecommendItem gProRecommendItem) { this.serialVersionUID = 1L; this.recommendItem = new GProRecommendItem(); this.recommendItem = gProRecommendItem; } }
821
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAdInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAdInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAdInfo { int adId; int adType; String jumpUrl; String picUrl; String subTitle; String tag; String title; public GProAdInfo() { this.title = ""; this.subTitle = ""; this.tag = ""; this.picUrl = ""; this.jumpUrl = ""; } public int getAdId() { return this.adId; } public int getAdType() { return this.adType; } public String getJumpUrl() { return this.jumpUrl; } public String getPicUrl() { return this.picUrl; } public String getSubTitle() { return this.subTitle; } public String getTag() { return this.tag; } public String getTitle() { return this.title; } public String toString() { return "GProAdInfo{title=" + this.title + ",subTitle=" + this.subTitle + ",tag=" + this.tag + ",picUrl=" + this.picUrl + ",jumpUrl=" + this.jumpUrl + ",adId=" + this.adId + ",adType=" + this.adType + ",}"; } public GProAdInfo(String str, String str2, String str3, String str4, String str5, int i2, int i3) { this.title = ""; this.subTitle = ""; this.tag = ""; this.picUrl = ""; this.jumpUrl = ""; this.title = str; this.subTitle = str2; this.tag = str3; this.picUrl = str4; this.jumpUrl = str5; this.adId = i2; this.adType = i3; } }
1,539
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRelation.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRelation.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public enum GProRelation { EQ, GTE }
127
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RichTextURLContent.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichTextURLContent.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RichTextURLContent { String displayText; String url; public RichTextURLContent() { this.url = ""; this.displayText = ""; } public String getDisplayText() { return this.displayText; } public String getUrl() { return this.url; } public String toString() { return "RichTextURLContent{url=" + this.url + ",displayText=" + this.displayText + ",}"; } public RichTextURLContent(String str, String str2) { this.url = ""; this.displayText = ""; this.url = str; this.displayText = str2; } }
730
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
BulletinFeedsMsg.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BulletinFeedsMsg.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public final class BulletinFeedsMsg { ArrayList<BulletinFeedsContent> feedsContents; int feedsType; public BulletinFeedsMsg() { this.feedsContents = new ArrayList<>(); } public ArrayList<BulletinFeedsContent> getFeedsContents() { return this.feedsContents; } public int getFeedsType() { return this.feedsType; } public String toString() { return "BulletinFeedsMsg{feedsType=" + this.feedsType + ",feedsContents=" + this.feedsContents + ",}"; } public BulletinFeedsMsg(int i2, ArrayList<BulletinFeedsContent> arrayList) { this.feedsContents = new ArrayList<>(); this.feedsType = i2; this.feedsContents = arrayList; } }
805
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GuildGroupOptType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GuildGroupOptType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum GuildGroupOptType { KUNKNOWN, KNEWFEED, KFEEDCOMMENT, KFEEDLIKE, KFEEDATME }
214
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProHotSearchWord.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProHotSearchWord.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProHotSearchWord { String icon; String link; int type; String word; public GProHotSearchWord() { this.word = ""; this.icon = ""; this.link = ""; } public String getIcon() { return this.icon; } public String getLink() { return this.link; } public int getType() { return this.type; } public String getWord() { return this.word; } public String toString() { return "GProHotSearchWord{type=" + this.type + ",word=" + this.word + ",icon=" + this.icon + ",link=" + this.link + ",}"; } public GProHotSearchWord(int i2, String str, String str2, String str3) { this.word = ""; this.icon = ""; this.link = ""; this.type = i2; this.word = str; this.icon = str2; this.link = str3; } }
974
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
TextGiftElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/TextGiftElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class TextGiftElement implements Serializable { String bgImageUrl; int charmValue; long giftId; String giftName; int level; boolean needPlayAnimation; String orderId; String paddingTop; long price; String receiverNick; long receiverUin; int sendType; String senderNick; long senderUin; long serialVersionUID; ArrayList<VASGiftSpendCoinItem> spendCoins; long tianquanId; public TextGiftElement() { this.serialVersionUID = 1L; this.giftName = ""; this.receiverNick = ""; this.senderNick = ""; this.orderId = ""; this.bgImageUrl = ""; this.paddingTop = ""; this.spendCoins = new ArrayList<>(); } public String getBgImageUrl() { return this.bgImageUrl; } public int getCharmValue() { return this.charmValue; } public long getGiftId() { return this.giftId; } public String getGiftName() { return this.giftName; } public int getLevel() { return this.level; } public boolean getNeedPlayAnimation() { return this.needPlayAnimation; } public String getOrderId() { return this.orderId; } public String getPaddingTop() { return this.paddingTop; } public long getPrice() { return this.price; } public String getReceiverNick() { return this.receiverNick; } public long getReceiverUin() { return this.receiverUin; } public int getSendType() { return this.sendType; } public String getSenderNick() { return this.senderNick; } public long getSenderUin() { return this.senderUin; } public ArrayList<VASGiftSpendCoinItem> getSpendCoins() { return this.spendCoins; } public long getTianquanId() { return this.tianquanId; } public String toString() { return "TextGiftElement{giftId=" + this.giftId + ",giftName=" + this.giftName + ",receiverUin=" + this.receiverUin + ",senderUin=" + this.senderUin + ",receiverNick=" + this.receiverNick + ",senderNick=" + this.senderNick + ",price=" + this.price + ",orderId=" + this.orderId + ",bgImageUrl=" + this.bgImageUrl + ",tianquanId=" + this.tianquanId + ",level=" + this.level + ",paddingTop=" + this.paddingTop + ",spendCoins=" + this.spendCoins + ",needPlayAnimation=" + this.needPlayAnimation + ",sendType=" + this.sendType + ",charmValue=" + this.charmValue + ",}"; } public TextGiftElement(long j2, String str, long j3, long j4, String str2, String str3, long j5, String str4, String str5, long j6, int i2, String str6, ArrayList<VASGiftSpendCoinItem> arrayList, boolean z, int i3, int i4) { this.serialVersionUID = 1L; this.giftName = ""; this.receiverNick = ""; this.senderNick = ""; this.orderId = ""; this.bgImageUrl = ""; this.paddingTop = ""; this.spendCoins = new ArrayList<>(); this.giftId = j2; this.giftName = str; this.receiverUin = j3; this.senderUin = j4; this.receiverNick = str2; this.senderNick = str3; this.price = j5; this.orderId = str4; this.bgImageUrl = str5; this.tianquanId = j6; this.level = i2; this.paddingTop = str6; this.spendCoins = arrayList; this.needPlayAnimation = z; this.sendType = i3; this.charmValue = i4; } }
3,683
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLobbyAppInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLobbyAppInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProLobbyAppInfo implements Serializable { int antiAddiction; int antiAddictionMode; String appId; String appName; long appUin; int fullScreenMode; String h5Url; String iconUrl; int maxMember; int minMember; int perLoadingMaterialType; String perLoadingMaterialUrl; long permissionRequired; int screenMode; long serialVersionUID; String topImageUrl; public GProLobbyAppInfo() { this.serialVersionUID = 1L; this.appId = ""; this.appName = ""; this.iconUrl = ""; this.topImageUrl = ""; this.h5Url = ""; this.perLoadingMaterialUrl = ""; } public int getAntiAddiction() { return this.antiAddiction; } public int getAntiAddictionMode() { return this.antiAddictionMode; } public String getAppId() { return this.appId; } public String getAppName() { return this.appName; } public long getAppUin() { return this.appUin; } public int getFullScreenMode() { return this.fullScreenMode; } public String getH5Url() { return this.h5Url; } public String getIconUrl() { return this.iconUrl; } public int getMaxMember() { return this.maxMember; } public int getMinMember() { return this.minMember; } public int getPerLoadingMaterialType() { return this.perLoadingMaterialType; } public String getPerLoadingMaterialUrl() { return this.perLoadingMaterialUrl; } public long getPermissionRequired() { return this.permissionRequired; } public int getScreenMode() { return this.screenMode; } public String getTopImageUrl() { return this.topImageUrl; } public String toString() { return "GProLobbyAppInfo{appId=" + this.appId + ",appName=" + this.appName + ",iconUrl=" + this.iconUrl + ",topImageUrl=" + this.topImageUrl + ",h5Url=" + this.h5Url + ",screenMode=" + this.screenMode + ",permissionRequired=" + this.permissionRequired + ",appUin=" + this.appUin + ",minMember=" + this.minMember + ",maxMember=" + this.maxMember + ",antiAddiction=" + this.antiAddiction + ",perLoadingMaterialUrl=" + this.perLoadingMaterialUrl + ",perLoadingMaterialType=" + this.perLoadingMaterialType + ",fullScreenMode=" + this.fullScreenMode + ",antiAddictionMode=" + this.antiAddictionMode + ",}"; } public GProLobbyAppInfo(String str, String str2, String str3, String str4, String str5, int i2, long j2, long j3, int i3, int i4, int i5, String str6, int i6, int i7, int i8) { this.serialVersionUID = 1L; this.appId = ""; this.appName = ""; this.iconUrl = ""; this.topImageUrl = ""; this.h5Url = ""; this.perLoadingMaterialUrl = ""; this.appId = str; this.appName = str2; this.iconUrl = str3; this.topImageUrl = str4; this.h5Url = str5; this.screenMode = i2; this.permissionRequired = j2; this.appUin = j3; this.minMember = i3; this.maxMember = i4; this.antiAddiction = i5; this.perLoadingMaterialUrl = str6; this.perLoadingMaterialType = i6; this.fullScreenMode = i7; this.antiAddictionMode = i8; } }
3,479
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProDirectMsgSession.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDirectMsgSession.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProDirectMsgSession { long channelId; int channelType; long guildId; int msgNotifyType; long msgTime; int peerMemberType; long srcGuildId; String srcGuildName; String srcMemberName; String srcNickName; long srcTinyId; public GProDirectMsgSession() { this.srcGuildName = ""; this.srcMemberName = ""; this.srcNickName = ""; } public long getChannelId() { return this.channelId; } public int getChannelType() { return this.channelType; } public long getGuildId() { return this.guildId; } public int getMsgNotifyType() { return this.msgNotifyType; } public long getMsgTime() { return this.msgTime; } public int getPeerMemberType() { return this.peerMemberType; } public long getSrcGuildId() { return this.srcGuildId; } public String getSrcGuildName() { return this.srcGuildName; } public String getSrcMemberName() { return this.srcMemberName; } public String getSrcNickName() { return this.srcNickName; } public long getSrcTinyId() { return this.srcTinyId; } public String toString() { return "GProDirectMsgSession{guildId=" + this.guildId + ",channelId=" + this.channelId + ",msgTime=" + this.msgTime + ",msgNotifyType=" + this.msgNotifyType + ",peerMemberType=" + this.peerMemberType + ",channelType=" + this.channelType + ",srcTinyId=" + this.srcTinyId + ",srcGuildId=" + this.srcGuildId + ",srcGuildName=" + this.srcGuildName + ",srcMemberName=" + this.srcMemberName + ",srcNickName=" + this.srcNickName + ",}"; } public GProDirectMsgSession(long j2, long j3, long j4, int i2, int i3, int i4, long j5, long j6, String str, String str2, String str3) { this.srcGuildName = ""; this.srcMemberName = ""; this.srcNickName = ""; this.guildId = j2; this.channelId = j3; this.msgTime = j4; this.msgNotifyType = i2; this.peerMemberType = i3; this.channelType = i4; this.srcTinyId = j5; this.srcGuildId = j6; this.srcGuildName = str; this.srcMemberName = str2; this.srcNickName = str3; } }
2,384
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FileTransNotifyInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileTransNotifyInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FileTransNotifyInfo { int businessId; String clientMsg; CommonFileInfo commonFileInfo; int fileDownType; long fileErrCode; String fileErrMsg; String fileId; long fileModelId; String filePath; long fileProgress; long fileSpeed; long fileSrvErrCode; long msgElementId; long msgId; int step; int thumbSize; long totalSize; int trasferStatus; public FileTransNotifyInfo() { this.fileId = ""; this.fileErrMsg = ""; this.filePath = ""; this.clientMsg = ""; } public int getBusinessId() { return this.businessId; } public String getClientMsg() { return this.clientMsg; } public CommonFileInfo getCommonFileInfo() { return this.commonFileInfo; } public int getFileDownType() { return this.fileDownType; } public long getFileErrCode() { return this.fileErrCode; } public String getFileErrMsg() { return this.fileErrMsg; } public String getFileId() { return this.fileId; } public long getFileModelId() { return this.fileModelId; } public String getFilePath() { return this.filePath; } public long getFileProgress() { return this.fileProgress; } public long getFileSpeed() { return this.fileSpeed; } public long getFileSrvErrCode() { return this.fileSrvErrCode; } public long getMsgElementId() { return this.msgElementId; } public long getMsgId() { return this.msgId; } public int getStep() { return this.step; } public int getThumbSize() { return this.thumbSize; } public long getTotalSize() { return this.totalSize; } public int getTrasferStatus() { return this.trasferStatus; } public String toString() { return "FileTransNotifyInfo{fileModelId=" + this.fileModelId + ",msgElementId=" + this.msgElementId + ",msgId=" + this.msgId + ",fileId=" + this.fileId + ",fileProgress=" + this.fileProgress + ",fileSpeed=" + this.fileSpeed + ",fileErrCode=" + this.fileErrCode + ",fileErrMsg=" + this.fileErrMsg + ",fileDownType=" + this.fileDownType + ",thumbSize=" + this.thumbSize + ",filePath=" + this.filePath + ",totalSize=" + this.totalSize + ",trasferStatus=" + this.trasferStatus + ",step=" + this.step + ",commonFileInfo=" + this.commonFileInfo + ",fileSrvErrCode=" + this.fileSrvErrCode + ",clientMsg=" + this.clientMsg + ",businessId=" + this.businessId + ",}"; } public FileTransNotifyInfo(long j2, long j3, long j4, String str, long j5, long j6, long j7, String str2, int i2, int i3, String str3, long j8, int i4, int i5, CommonFileInfo commonFileInfo, long j9, String str4, int i6) { this.fileId = ""; this.fileErrMsg = ""; this.filePath = ""; this.clientMsg = ""; this.fileModelId = j2; this.msgElementId = j3; this.msgId = j4; this.fileId = str; this.fileProgress = j5; this.fileSpeed = j6; this.fileErrCode = j7; this.fileErrMsg = str2; this.fileDownType = i2; this.thumbSize = i3; this.filePath = str3; this.totalSize = j8; this.trasferStatus = i4; this.step = i5; this.commonFileInfo = commonFileInfo; this.fileSrvErrCode = j9; this.clientMsg = str4; this.businessId = i6; } }
3,623
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
TextElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/TextElement.java
package com.tencent.qqnt.kernel.nativeinterface; public final class TextElement implements IKernelModel { Long atChannelId; String atNtUid; Integer atRoleColor; Long atRoleId; String atRoleName; long atTinyId; int atType; long atUid; String content; LinkInfo linkInfo; Integer needNotify; Integer subElementType; public TextElement() { this.content = ""; } public Long getAtChannelId() { return this.atChannelId; } public String getAtNtUid() { return this.atNtUid; } public Integer getAtRoleColor() { return this.atRoleColor; } public Long getAtRoleId() { return this.atRoleId; } public String getAtRoleName() { return this.atRoleName; } public long getAtTinyId() { return this.atTinyId; } public int getAtType() { return this.atType; } public long getAtUid() { return this.atUid; } public String getContent() { return this.content; } public LinkInfo getLinkInfo() { return this.linkInfo; } public Integer getNeedNotify() { return this.needNotify; } public Integer getSubElementType() { return this.subElementType; } public void setAtChannelId(Long l2) { this.atChannelId = l2; } public void setAtNtUid(String str) { this.atNtUid = str; } public void setAtRoleColor(Integer num) { this.atRoleColor = num; } public void setAtRoleId(Long l2) { this.atRoleId = l2; } public void setAtRoleName(String str) { this.atRoleName = str; } public void setAtTinyId(long j2) { this.atTinyId = j2; } public void setAtType(int i2) { this.atType = i2; } public void setAtUid(long j2) { this.atUid = j2; } public void setContent(String str) { this.content = str; } public void setLinkInfo(LinkInfo linkInfo) { this.linkInfo = linkInfo; } public void setNeedNotify(Integer num) { this.needNotify = num; } public void setSubElementType(Integer num) { this.subElementType = num; } public String toString() { return "TextElement{content=" + this.content + ",atType=" + this.atType + ",atUid=" + this.atUid + ",atTinyId=" + this.atTinyId + ",atNtUid=" + this.atNtUid + ",subElementType=" + this.subElementType + ",atChannelId=" + this.atChannelId + ",linkInfo=" + this.linkInfo + ",atRoleId=" + this.atRoleId + ",atRoleColor=" + this.atRoleColor + ",atRoleName=" + this.atRoleName + ",needNotify=" + this.needNotify + ",}"; } public TextElement(String str, int i2, long j2, long j3, String str2, Integer num, Long l2, LinkInfo linkInfo, Long l3, Integer num2, String str3, Integer num3) { this.content = ""; this.content = str; this.atType = i2; this.atUid = j2; this.atTinyId = j3; this.atNtUid = str2; this.subElementType = num; this.atChannelId = l2; this.linkInfo = linkInfo; this.atRoleId = l3; this.atRoleColor = num2; this.atRoleName = str3; this.needNotify = num3; } }
3,259
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAnchorTrtcInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorTrtcInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAnchorTrtcInfo { String businessInfo; String sig; GProStreamIDInfo streamInfo; Long timeout; String trtcStr; public GProAnchorTrtcInfo() { } public String getBusinessInfo() { return this.businessInfo; } public String getSig() { return this.sig; } public GProStreamIDInfo getStreamInfo() { return this.streamInfo; } public Long getTimeout() { return this.timeout; } public String getTrtcStr() { return this.trtcStr; } public String toString() { return "GProAnchorTrtcInfo{sig=" + this.sig + ",timeout=" + this.timeout + ",streamInfo=" + this.streamInfo + ",businessInfo=" + this.businessInfo + ",trtcStr=" + this.trtcStr + ",}"; } public GProAnchorTrtcInfo(String str, Long l2, GProStreamIDInfo gProStreamIDInfo, String str2, String str3) { this.sig = str; this.timeout = l2; this.streamInfo = gProStreamIDInfo; this.businessInfo = str2; this.trtcStr = str3; } }
1,147
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetSubjectGuildsRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetSubjectGuildsRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGetSubjectGuildsRsp implements Serializable { int allCnt; byte[] cookies; ArrayList<GProRecommendItem> items; long serialVersionUID; String traceId; public GProGetSubjectGuildsRsp() { this.serialVersionUID = 1L; this.traceId = ""; this.cookies = new byte[0]; this.items = new ArrayList<>(); } public int getAllCnt() { return this.allCnt; } public byte[] getCookies() { return this.cookies; } public ArrayList<GProRecommendItem> getItems() { return this.items; } public String getTraceId() { return this.traceId; } public String toString() { return "GProGetSubjectGuildsRsp{traceId=" + this.traceId + ",cookies=" + this.cookies + ",items=" + this.items + ",allCnt=" + this.allCnt + ",}"; } public GProGetSubjectGuildsRsp(String str, byte[] bArr, ArrayList<GProRecommendItem> arrayList, int i2) { this.serialVersionUID = 1L; this.traceId = ""; this.cookies = new byte[0]; this.items = new ArrayList<>(); this.traceId = str; this.cookies = bArr; this.items = arrayList; this.allCnt = i2; } }
1,371
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProEndPageLiveInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProEndPageLiveInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProEndPageLiveInfo { GProLiveMetrics liveMetrics; GProEndPageLiveTime liveTime; int roomId; public GProEndPageLiveInfo() { this.liveMetrics = new GProLiveMetrics(); this.liveTime = new GProEndPageLiveTime(); } public GProLiveMetrics getLiveMetrics() { return this.liveMetrics; } public GProEndPageLiveTime getLiveTime() { return this.liveTime; } public int getRoomId() { return this.roomId; } public String toString() { return "GProEndPageLiveInfo{roomId=" + this.roomId + ",liveMetrics=" + this.liveMetrics + ",liveTime=" + this.liveTime + ",}"; } public GProEndPageLiveInfo(int i2, GProLiveMetrics gProLiveMetrics, GProEndPageLiveTime gProEndPageLiveTime) { this.liveMetrics = new GProLiveMetrics(); this.liveTime = new GProEndPageLiveTime(); this.roomId = i2; this.liveMetrics = gProLiveMetrics; this.liveTime = gProEndPageLiveTime; } }
1,096
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGetCategoryGuildsReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetCategoryGuildsReq.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProGetCategoryGuildsReq implements Serializable { int businessType; int categoryId; byte[] cookies; String name; long serialVersionUID; GProBottomTabSourceInfo source; public GProGetCategoryGuildsReq() { this.serialVersionUID = 1L; this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); this.name = ""; } public int getBusinessType() { return this.businessType; } public int getCategoryId() { return this.categoryId; } public byte[] getCookies() { return this.cookies; } public String getName() { return this.name; } public GProBottomTabSourceInfo getSource() { return this.source; } public String toString() { return "GProGetCategoryGuildsReq{businessType=" + this.businessType + ",cookies=" + this.cookies + ",source=" + this.source + ",name=" + this.name + ",categoryId=" + this.categoryId + ",}"; } public GProGetCategoryGuildsReq(int i2, byte[] bArr, GProBottomTabSourceInfo gProBottomTabSourceInfo, String str, int i3) { this.serialVersionUID = 1L; this.cookies = new byte[0]; this.source = new GProBottomTabSourceInfo(); this.name = ""; this.businessType = i2; this.cookies = bArr; this.source = gProBottomTabSourceInfo; this.name = str; this.categoryId = i3; } }
1,569
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
CacheFileType.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CacheFileType.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public enum CacheFileType { KPIC, KVIDEO, KAUDIO, KDOC, KNORMAL, KANDROIDAPP }
208
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAuthControlStatus.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAuthControlStatus.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProAuthControlStatus implements Serializable { int authControlKey; int authControlValue; long serialVersionUID = 1; public GProAuthControlStatus() { } public int getAuthControlKey() { return this.authControlKey; } public int getAuthControlValue() { return this.authControlValue; } public String toString() { return "GProAuthControlStatus{authControlKey=" + this.authControlKey + ",authControlValue=" + this.authControlValue + ",}"; } public GProAuthControlStatus(int i2, int i3) { this.authControlKey = i2; this.authControlValue = i3; } }
768
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProScheduleInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProScheduleInfo { int acceptedNums; ArrayList<GProScheduleUser> acceptedUser; GProScheduleChannelInfo channelInfo; String content; long createTimeMs; GProScheduleUser creator; long endTimeMs; int inviteStatus; boolean isNotified; int rejectedNums; int reminderTimeType; long scheduleId; long startTimeMs; String title; public GProScheduleInfo() { this.title = ""; this.content = ""; this.channelInfo = new GProScheduleChannelInfo(); this.creator = new GProScheduleUser(); this.acceptedUser = new ArrayList<>(); } public int getAcceptedNums() { return this.acceptedNums; } public ArrayList<GProScheduleUser> getAcceptedUser() { return this.acceptedUser; } public GProScheduleChannelInfo getChannelInfo() { return this.channelInfo; } public String getContent() { return this.content; } public long getCreateTimeMs() { return this.createTimeMs; } public GProScheduleUser getCreator() { return this.creator; } public long getEndTimeMs() { return this.endTimeMs; } public int getInviteStatus() { return this.inviteStatus; } public boolean getIsNotified() { return this.isNotified; } public int getRejectedNums() { return this.rejectedNums; } public int getReminderTimeType() { return this.reminderTimeType; } public long getScheduleId() { return this.scheduleId; } public long getStartTimeMs() { return this.startTimeMs; } public String getTitle() { return this.title; } public String toString() { return "GProScheduleInfo{scheduleId=" + this.scheduleId + ",title=" + this.title + ",startTimeMs=" + this.startTimeMs + ",endTimeMs=" + this.endTimeMs + ",content=" + this.content + ",reminderTimeType=" + this.reminderTimeType + ",channelInfo=" + this.channelInfo + ",inviteStatus=" + this.inviteStatus + ",createTimeMs=" + this.createTimeMs + ",creator=" + this.creator + ",acceptedNums=" + this.acceptedNums + ",rejectedNums=" + this.rejectedNums + ",acceptedUser=" + this.acceptedUser + ",isNotified=" + this.isNotified + ",}"; } public GProScheduleInfo(long j2, String str, long j3, long j4, String str2, int i2, GProScheduleChannelInfo gProScheduleChannelInfo, int i3, long j5, GProScheduleUser gProScheduleUser, int i4, int i5, ArrayList<GProScheduleUser> arrayList, boolean z) { this.title = ""; this.content = ""; this.channelInfo = new GProScheduleChannelInfo(); this.creator = new GProScheduleUser(); this.acceptedUser = new ArrayList<>(); this.scheduleId = j2; this.title = str; this.startTimeMs = j3; this.endTimeMs = j4; this.content = str2; this.reminderTimeType = i2; this.channelInfo = gProScheduleChannelInfo; this.inviteStatus = i3; this.createTimeMs = j5; this.creator = gProScheduleUser; this.acceptedNums = i4; this.rejectedNums = i5; this.acceptedUser = arrayList; this.isNotified = z; } }
3,357
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RichTextContent.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichTextContent.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class RichTextContent { RichTextAtContent atContent; RichTextChannelContent channelContent; RichTextEmojiContent emojiContent; String patternId; RichTextTextContent textContent; RICHTEXTCONTENTTYPE type; RichTextURLContent urlContent; public RichTextContent() { this.type = RICHTEXTCONTENTTYPE.values()[0]; this.patternId = ""; } public RichTextAtContent getAtContent() { return this.atContent; } public RichTextChannelContent getChannelContent() { return this.channelContent; } public RichTextEmojiContent getEmojiContent() { return this.emojiContent; } public String getPatternId() { return this.patternId; } public RichTextTextContent getTextContent() { return this.textContent; } public RICHTEXTCONTENTTYPE getType() { return this.type; } public RichTextURLContent getUrlContent() { return this.urlContent; } public String toString() { return "RichTextContent{type=" + this.type + ",patternId=" + this.patternId + ",textContent=" + this.textContent + ",emojiContent=" + this.emojiContent + ",atContent=" + this.atContent + ",urlContent=" + this.urlContent + ",channelContent=" + this.channelContent + ",}"; } public RichTextContent(RICHTEXTCONTENTTYPE richtextcontenttype, String str, RichTextTextContent richTextTextContent, RichTextEmojiContent richTextEmojiContent, RichTextAtContent richTextAtContent, RichTextURLContent richTextURLContent, RichTextChannelContent richTextChannelContent) { this.type = RICHTEXTCONTENTTYPE.values()[0]; this.patternId = ""; this.type = richtextcontenttype; this.patternId = str; this.textContent = richTextTextContent; this.emojiContent = richTextEmojiContent; this.atContent = richTextAtContent; this.urlContent = richTextURLContent; this.channelContent = richTextChannelContent; } }
2,113
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProVersionNews.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVersionNews.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProVersionNews { String jumpFeedUrl; ArrayList<String> newsUrlList; String subtitle; String title; public GProVersionNews() { this.title = ""; this.subtitle = ""; this.newsUrlList = new ArrayList<>(); this.jumpFeedUrl = ""; } public String getJumpFeedUrl() { return this.jumpFeedUrl; } public ArrayList<String> getNewsUrlList() { return this.newsUrlList; } public String getSubtitle() { return this.subtitle; } public String getTitle() { return this.title; } public String toString() { return "GProVersionNews{title=" + this.title + ",subtitle=" + this.subtitle + ",newsUrlList=" + this.newsUrlList + ",jumpFeedUrl=" + this.jumpFeedUrl + ",}"; } public GProVersionNews(String str, String str2, ArrayList<String> arrayList, String str3) { this.title = ""; this.subtitle = ""; this.newsUrlList = new ArrayList<>(); this.jumpFeedUrl = ""; this.title = str; this.subtitle = str2; this.newsUrlList = arrayList; this.jumpFeedUrl = str3; } }
1,281
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
Mean.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/Mean.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class Mean { int flag; String words; public Mean() { this.words = ""; } public int getFlag() { return this.flag; } public String getWords() { return this.words; } public String toString() { return "Mean{words=" + this.words + ",flag=" + this.flag + ",}"; } public Mean(String str, int i2) { this.words = ""; this.words = str; this.flag = i2; } }
573
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveRoomInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveRoomInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProLiveRoomInfo implements Serializable { GProAnchorInfo anchorInfo; String closeTips; int closeType; int liveType; int platform; GProProgramInfo programInfo; long queryId; GProRoomInfo roomInfo; long serialVersionUID; GProLiveStreamInfo streamInfo; public GProLiveRoomInfo() { this.serialVersionUID = 1L; this.anchorInfo = new GProAnchorInfo(); this.roomInfo = new GProRoomInfo(); this.streamInfo = new GProLiveStreamInfo(); this.programInfo = new GProProgramInfo(); this.closeTips = ""; } public GProAnchorInfo getAnchorInfo() { return this.anchorInfo; } public String getCloseTips() { return this.closeTips; } public int getCloseType() { return this.closeType; } public int getLiveType() { return this.liveType; } public int getPlatform() { return this.platform; } public GProProgramInfo getProgramInfo() { return this.programInfo; } public long getQueryId() { return this.queryId; } public GProRoomInfo getRoomInfo() { return this.roomInfo; } public GProLiveStreamInfo getStreamInfo() { return this.streamInfo; } public String toString() { return "GProLiveRoomInfo{queryId=" + this.queryId + ",anchorInfo=" + this.anchorInfo + ",roomInfo=" + this.roomInfo + ",streamInfo=" + this.streamInfo + ",liveType=" + this.liveType + ",platform=" + this.platform + ",programInfo=" + this.programInfo + ",closeType=" + this.closeType + ",closeTips=" + this.closeTips + ",}"; } public GProLiveRoomInfo(long j2, GProAnchorInfo gProAnchorInfo, GProRoomInfo gProRoomInfo, GProLiveStreamInfo gProLiveStreamInfo, int i2, int i3, GProProgramInfo gProProgramInfo, int i4, String str) { this.serialVersionUID = 1L; this.anchorInfo = new GProAnchorInfo(); this.roomInfo = new GProRoomInfo(); this.streamInfo = new GProLiveStreamInfo(); this.programInfo = new GProProgramInfo(); this.closeTips = ""; this.queryId = j2; this.anchorInfo = gProAnchorInfo; this.roomInfo = gProRoomInfo; this.streamInfo = gProLiveStreamInfo; this.liveType = i2; this.platform = i3; this.programInfo = gProProgramInfo; this.closeType = i4; this.closeTips = str; } }
2,554
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelMsgNotify.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelMsgNotify.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProChannelMsgNotify { long channelId; int msgNotifyType; public GProChannelMsgNotify() { } public long getChannelId() { return this.channelId; } public int getMsgNotifyType() { return this.msgNotifyType; } public String toString() { return "GProChannelMsgNotify{channelId=" + this.channelId + ",msgNotifyType=" + this.msgNotifyType + ",}"; } public GProChannelMsgNotify(long j2, int i2) { this.channelId = j2; this.msgNotifyType = i2; } }
634
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPlusPanelBotResponse.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPlusPanelBotResponse.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProPlusPanelBotResponse { int nextPage; ArrayList<GProPlusPanelBotFeature> plusPanelFeatures; public GProPlusPanelBotResponse() { this.plusPanelFeatures = new ArrayList<>(); } public int getNextPage() { return this.nextPage; } public ArrayList<GProPlusPanelBotFeature> getPlusPanelFeatures() { return this.plusPanelFeatures; } public String toString() { return "GProPlusPanelBotResponse{plusPanelFeatures=" + this.plusPanelFeatures + ",nextPage=" + this.nextPage + ",}"; } public GProPlusPanelBotResponse(ArrayList<GProPlusPanelBotFeature> arrayList, int i2) { this.plusPanelFeatures = new ArrayList<>(); this.plusPanelFeatures = arrayList; this.nextPage = i2; } }
905
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProStickyChannelGuild.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProStickyChannelGuild.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProStickyChannelGuild { long guildId; boolean hasStickyChannel; public GProStickyChannelGuild() { } public long getGuildId() { return this.guildId; } public boolean getHasStickyChannel() { return this.hasStickyChannel; } public String toString() { return "GProStickyChannelGuild{guildId=" + this.guildId + ",hasStickyChannel=" + this.hasStickyChannel + ",}"; } public GProStickyChannelGuild(long j2, boolean z) { this.guildId = j2; this.hasStickyChannel = z; } }
658
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSchemeConfig.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSchemeConfig.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProSchemeConfig implements Serializable { String schema; long serialVersionUID; String text; public GProSchemeConfig() { this.serialVersionUID = 1L; this.schema = ""; this.text = ""; } public String getSchema() { return this.schema; } public String getText() { return this.text; } public String toString() { return "GProSchemeConfig{schema=" + this.schema + ",text=" + this.text + ",}"; } public GProSchemeConfig(String str, String str2) { this.serialVersionUID = 1L; this.schema = ""; this.text = ""; this.schema = str; this.text = str2; } }
820
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IKernelGetUinInfoCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IKernelGetUinInfoCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashMap; public interface IKernelGetUinInfoCallback { void onResult(HashMap<String, Long> hashMap); }
173
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProTaskInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProTaskInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProTaskInfo { String icon; String id; String name; String progressText; int status; public GProTaskInfo() { this.id = ""; this.icon = ""; this.name = ""; this.progressText = ""; } public String getIcon() { return this.icon; } public String getId() { return this.id; } public String getName() { return this.name; } public String getProgressText() { return this.progressText; } public int getStatus() { return this.status; } public String toString() { return "GProTaskInfo{id=" + this.id + ",icon=" + this.icon + ",status=" + this.status + ",name=" + this.name + ",progressText=" + this.progressText + ",}"; } public GProTaskInfo(String str, String str2, int i2, String str3, String str4) { this.id = ""; this.icon = ""; this.name = ""; this.progressText = ""; this.id = str; this.icon = str2; this.status = i2; this.name = str3; this.progressText = str4; } }
1,204
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
EmojiReplyElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EmojiReplyElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class EmojiReplyElement implements Serializable { int emojiId; int emojiType; long msgId; long msgSeq; long serialVersionUID = 1; long tinyId; public EmojiReplyElement() { } public int getEmojiId() { return this.emojiId; } public int getEmojiType() { return this.emojiType; } public long getMsgId() { return this.msgId; } public long getMsgSeq() { return this.msgSeq; } public long getTinyId() { return this.tinyId; } public String toString() { return "EmojiReplyElement{tinyId=" + this.tinyId + ",msgSeq=" + this.msgSeq + ",msgId=" + this.msgId + ",emojiId=" + this.emojiId + ",emojiType=" + this.emojiType + ",}"; } public EmojiReplyElement(long j2, long j3, long j4, int i2, int i3) { this.tinyId = j2; this.msgSeq = j3; this.msgId = j4; this.emojiId = i2; this.emojiType = i3; } }
1,062
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGroupTypeMember.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGroupTypeMember.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGroupTypeMember implements Serializable { long channelId; int groupType; ArrayList<GProUser> memberList; long serialVersionUID; public GProGroupTypeMember() { this.serialVersionUID = 1L; this.memberList = new ArrayList<>(); } public long getChannelId() { return this.channelId; } public int getGroupType() { return this.groupType; } public ArrayList<GProUser> getMemberList() { return this.memberList; } public String toString() { return "GProGroupTypeMember{channelId=" + this.channelId + ",groupType=" + this.groupType + ",memberList=" + this.memberList + ",}"; } public GProGroupTypeMember(long j2, int i2, ArrayList<GProUser> arrayList) { this.serialVersionUID = 1L; this.memberList = new ArrayList<>(); this.channelId = j2; this.groupType = i2; this.memberList = arrayList; } }
1,104
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IKernelUixConvertService.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IKernelUixConvertService.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashSet; public interface IKernelUixConvertService { void getUid(HashSet<Long> hashSet, IKernelGetUidInfoCallback iKernelGetUidInfoCallback); void getUin(HashSet<String> hashSet, IKernelGetUinInfoCallback iKernelGetUinInfoCallback); }
312
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSearchMemberAndRoleResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSearchMemberAndRoleResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProSearchMemberAndRoleResult { boolean fromSrv; String keyWord; ArrayList<GProUser> memberList; ArrayList<GProGuildRole> roleList; public GProSearchMemberAndRoleResult() { this.keyWord = ""; this.memberList = new ArrayList<>(); this.roleList = new ArrayList<>(); } public boolean getFromSrv() { return this.fromSrv; } public String getKeyWord() { return this.keyWord; } public ArrayList<GProUser> getMemberList() { return this.memberList; } public ArrayList<GProGuildRole> getRoleList() { return this.roleList; } public String toString() { return "GProSearchMemberAndRoleResult{keyWord=" + this.keyWord + ",fromSrv=" + this.fromSrv + ",memberList=" + this.memberList + ",roleList=" + this.roleList + ",}"; } public GProSearchMemberAndRoleResult(String str, boolean z, ArrayList<GProUser> arrayList, ArrayList<GProGuildRole> arrayList2) { this.keyWord = ""; this.memberList = new ArrayList<>(); this.roleList = new ArrayList<>(); this.keyWord = str; this.fromSrv = z; this.memberList = arrayList; this.roleList = arrayList2; } }
1,358
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GproEmojiDownloadParams.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GproEmojiDownloadParams.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GproEmojiDownloadParams { String md5; String resId; String url; public GproEmojiDownloadParams() { this.url = ""; this.resId = ""; this.md5 = ""; } public String getMd5() { return this.md5; } public String getResId() { return this.resId; } public String getUrl() { return this.url; } public String toString() { return "GproEmojiDownloadParams{url=" + this.url + ",resId=" + this.resId + ",md5=" + this.md5 + ",}"; } public GproEmojiDownloadParams(String str, String str2, String str3) { this.url = ""; this.resId = ""; this.md5 = ""; this.url = str; this.resId = str2; this.md5 = str3; } }
861
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelPresenceInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelPresenceInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProChannelPresenceInfo { ArrayList<GProChannelPresenceItemInfo> itemList; long playSpeed; int templateId; public GProChannelPresenceInfo() { this.itemList = new ArrayList<>(); } public ArrayList<GProChannelPresenceItemInfo> getItemList() { return this.itemList; } public long getPlaySpeed() { return this.playSpeed; } public int getTemplateId() { return this.templateId; } public String toString() { return "GProChannelPresenceInfo{templateId=" + this.templateId + ",itemList=" + this.itemList + ",playSpeed=" + this.playSpeed + ",}"; } public GProChannelPresenceInfo(int i2, ArrayList<GProChannelPresenceItemInfo> arrayList, long j2) { this.itemList = new ArrayList<>(); this.templateId = i2; this.itemList = arrayList; this.playSpeed = j2; } }
1,015
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMedalInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMedalInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProMedalInfo implements Serializable { long expireTime; String iconUrl; String name; GProOfficialMedalInfoExt officialMedalInfoExt; long serialVersionUID; public GProMedalInfo() { this.serialVersionUID = 1L; this.iconUrl = ""; this.name = ""; this.officialMedalInfoExt = new GProOfficialMedalInfoExt(); } public long getExpireTime() { return this.expireTime; } public String getIconUrl() { return this.iconUrl; } public String getName() { return this.name; } public GProOfficialMedalInfoExt getOfficialMedalInfoExt() { return this.officialMedalInfoExt; } public String toString() { return "GProMedalInfo{iconUrl=" + this.iconUrl + ",name=" + this.name + ",expireTime=" + this.expireTime + ",officialMedalInfoExt=" + this.officialMedalInfoExt + ",}"; } public GProMedalInfo(String str, String str2, long j2, GProOfficialMedalInfoExt gProOfficialMedalInfoExt) { this.serialVersionUID = 1L; this.iconUrl = ""; this.name = ""; this.officialMedalInfoExt = new GProOfficialMedalInfoExt(); this.iconUrl = str; this.name = str2; this.expireTime = j2; this.officialMedalInfoExt = gProOfficialMedalInfoExt; } }
1,452
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProVoiceTemplateChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceTemplateChannel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProVoiceTemplateChannel implements Serializable { GProRecommendCoverInfo cover; int currentNum; String icon; int maxNum; ArrayList<GProMemberInfo> members; String name; String playDesc; long serialVersionUID; int status; String statusDesc; String statusIcon; public GProVoiceTemplateChannel() { this.serialVersionUID = 1L; this.cover = new GProRecommendCoverInfo(); this.statusDesc = ""; this.statusIcon = ""; this.members = new ArrayList<>(); this.name = ""; this.icon = ""; this.playDesc = ""; } public GProRecommendCoverInfo getCover() { return this.cover; } public int getCurrentNum() { return this.currentNum; } public String getIcon() { return this.icon; } public int getMaxNum() { return this.maxNum; } public ArrayList<GProMemberInfo> getMembers() { return this.members; } public String getName() { return this.name; } public String getPlayDesc() { return this.playDesc; } public int getStatus() { return this.status; } public String getStatusDesc() { return this.statusDesc; } public String getStatusIcon() { return this.statusIcon; } public String toString() { return "GProVoiceTemplateChannel{cover=" + this.cover + ",statusDesc=" + this.statusDesc + ",statusIcon=" + this.statusIcon + ",members=" + this.members + ",name=" + this.name + ",status=" + this.status + ",icon=" + this.icon + ",playDesc=" + this.playDesc + ",currentNum=" + this.currentNum + ",maxNum=" + this.maxNum + ",}"; } public GProVoiceTemplateChannel(GProRecommendCoverInfo gProRecommendCoverInfo, String str, String str2, ArrayList<GProMemberInfo> arrayList, String str3, int i2, String str4, String str5, int i3, int i4) { this.serialVersionUID = 1L; this.cover = new GProRecommendCoverInfo(); this.statusDesc = ""; this.statusIcon = ""; this.members = new ArrayList<>(); this.name = ""; this.icon = ""; this.playDesc = ""; this.cover = gProRecommendCoverInfo; this.statusDesc = str; this.statusIcon = str2; this.members = arrayList; this.name = str3; this.status = i2; this.icon = str4; this.playDesc = str5; this.currentNum = i3; this.maxNum = i4; } }
2,654
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendCategory.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendCategory.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendCategory implements Serializable { int categoryId; int categoryType; String groupId; boolean hasMore; String name; long serialVersionUID; String type; public GProRecommendCategory() { this.serialVersionUID = 1L; this.name = ""; this.groupId = ""; this.type = ""; } public int getCategoryId() { return this.categoryId; } public int getCategoryType() { return this.categoryType; } public String getGroupId() { return this.groupId; } public boolean getHasMore() { return this.hasMore; } public String getName() { return this.name; } public String getType() { return this.type; } public String toString() { return "GProRecommendCategory{name=" + this.name + ",categoryId=" + this.categoryId + ",groupId=" + this.groupId + ",hasMore=" + this.hasMore + ",type=" + this.type + ",categoryType=" + this.categoryType + ",}"; } public GProRecommendCategory(String str, int i2, String str2, boolean z, String str3, int i3) { this.serialVersionUID = 1L; this.name = ""; this.groupId = ""; this.type = ""; this.name = str; this.categoryId = i2; this.groupId = str2; this.hasMore = z; this.type = str3; this.categoryType = i3; } }
1,537
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRolePermissionDesc.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRolePermissionDesc.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProRolePermissionDesc { String desc; int rootId; String title; public GProRolePermissionDesc() { this.title = ""; this.desc = ""; } public String getDesc() { return this.desc; } public int getRootId() { return this.rootId; } public String getTitle() { return this.title; } public String toString() { return "GProRolePermissionDesc{rootId=" + this.rootId + ",title=" + this.title + ",desc=" + this.desc + ",}"; } public GProRolePermissionDesc(int i2, String str, String str2) { this.title = ""; this.desc = ""; this.rootId = i2; this.title = str; this.desc = str2; } }
824
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupItem.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class GroupItem { GroupFileInfo fileInfo; GroupFolderInfo folderInfo; long peerId; GroupItemType type; public GroupItem() { this.type = GroupItemType.values()[0]; } public GroupFileInfo getFileInfo() { return this.fileInfo; } public GroupFolderInfo getFolderInfo() { return this.folderInfo; } public long getPeerId() { return this.peerId; } public GroupItemType getType() { return this.type; } public String toString() { return "GroupItem{peerId=" + this.peerId + ",type=" + this.type + ",folderInfo=" + this.folderInfo + ",fileInfo=" + this.fileInfo + ",}"; } public GroupItem(long j2, GroupItemType groupItemType, GroupFolderInfo groupFolderInfo, GroupFileInfo groupFileInfo) { this.type = GroupItemType.values()[0]; this.peerId = j2; this.type = groupItemType; this.folderInfo = groupFolderInfo; this.fileInfo = groupFileInfo; } }
1,119
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProVoiceSmobaGameUserAction.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameUserAction.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProVoiceSmobaGameUserAction { long tinyId; int userActionType; public GProVoiceSmobaGameUserAction() { } public long getTinyId() { return this.tinyId; } public int getUserActionType() { return this.userActionType; } public String toString() { return "GProVoiceSmobaGameUserAction{tinyId=" + this.tinyId + ",userActionType=" + this.userActionType + ",}"; } public GProVoiceSmobaGameUserAction(long j2, int i2) { this.tinyId = j2; this.userActionType = i2; } }
654
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserAllGiftInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserAllGiftInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes22.dex */ public final class GProUserAllGiftInfo implements Serializable { GProUserGiftInfo freeGiftInfo; GProUserGiftInfo payGiftInfo; long serialVersionUID; public GProUserAllGiftInfo() { this.serialVersionUID = 1L; this.payGiftInfo = new GProUserGiftInfo(); this.freeGiftInfo = new GProUserGiftInfo(); } public GProUserGiftInfo getFreeGiftInfo() { return this.freeGiftInfo; } public GProUserGiftInfo getPayGiftInfo() { return this.payGiftInfo; } public String toString() { return "GProUserAllGiftInfo{payGiftInfo=" + this.payGiftInfo + ",freeGiftInfo=" + this.freeGiftInfo + ",}"; } public GProUserAllGiftInfo(GProUserGiftInfo gProUserGiftInfo, GProUserGiftInfo gProUserGiftInfo2) { this.serialVersionUID = 1L; this.payGiftInfo = new GProUserGiftInfo(); this.freeGiftInfo = new GProUserGiftInfo(); this.payGiftInfo = gProUserGiftInfo; this.freeGiftInfo = gProUserGiftInfo2; } }
1,129
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAnchorInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProAnchorInfo implements Serializable { String anchorIcon; String anchorName; String avatarMeta; long idVerifyTimestamp; long serialVersionUID; long tinyId; public GProAnchorInfo() { this.serialVersionUID = 1L; this.anchorName = ""; this.anchorIcon = ""; this.avatarMeta = ""; } public String getAnchorIcon() { return this.anchorIcon; } public String getAnchorName() { return this.anchorName; } public String getAvatarMeta() { return this.avatarMeta; } public long getIdVerifyTimestamp() { return this.idVerifyTimestamp; } public long getTinyId() { return this.tinyId; } public String toString() { return "GProAnchorInfo{anchorName=" + this.anchorName + ",anchorIcon=" + this.anchorIcon + ",idVerifyTimestamp=" + this.idVerifyTimestamp + ",tinyId=" + this.tinyId + ",avatarMeta=" + this.avatarMeta + ",}"; } public GProAnchorInfo(String str, String str2, long j2, long j3, String str3) { this.serialVersionUID = 1L; this.anchorName = ""; this.anchorIcon = ""; this.avatarMeta = ""; this.anchorName = str; this.anchorIcon = str2; this.idVerifyTimestamp = j2; this.tinyId = j3; this.avatarMeta = str3; } }
1,484
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProUserListGroupInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserListGroupInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProUserListGroupInfo implements Serializable { int groupType; long serialVersionUID = 1; public GProUserListGroupInfo() { } public int getGroupType() { return this.groupType; } public String toString() { return "GProUserListGroupInfo{groupType=" + this.groupType + ",}"; } public GProUserListGroupInfo(int i2) { this.groupType = i2; } }
537
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IQQNTWrapperNetwork.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IQQNTWrapperNetwork.java
package com.tencent.qqnt.kernel.nativeinterface; public interface IQQNTWrapperNetwork { final class CppProxy implements IQQNTWrapperNetwork { public static native IQQNTWrapperNetwork openNetworkService(); @Override public long addNetworkServiceListener(IQQNTWrapperNetworkListener listener) { return 0; } } long addNetworkServiceListener(IQQNTWrapperNetworkListener listener); }
439
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RenameGroupFileResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RenameGroupFileResult.java
package com.tencent.qqnt.kernel.nativeinterface; public final class RenameGroupFileResult { String fileId; GroupFileCommonResult result; public RenameGroupFileResult() { this.result = new GroupFileCommonResult(); this.fileId = ""; } public String getFileId() { return this.fileId; } public GroupFileCommonResult getResult() { return this.result; } public String toString() { return "RenameGroupFileResult{result=" + this.result + ",fileId=" + this.fileId + ",}"; } public RenameGroupFileResult(GroupFileCommonResult groupFileCommonResult, String str) { this.result = new GroupFileCommonResult(); this.fileId = ""; this.result = groupFileCommonResult; this.fileId = str; } }
799
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProProfileChannelState.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProProfileChannelState.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProProfileChannelState { String channelName; String pvNumStr; public GProProfileChannelState() { this.channelName = ""; this.pvNumStr = ""; } public String getChannelName() { return this.channelName; } public String getPvNumStr() { return this.pvNumStr; } public String toString() { return "GProProfileChannelState{channelName=" + this.channelName + ",pvNumStr=" + this.pvNumStr + ",}"; } public GProProfileChannelState(String str, String str2) { this.channelName = ""; this.pvNumStr = ""; this.channelName = str; this.pvNumStr = str2; } }
767
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProWorldChannelInfos.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProWorldChannelInfos.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProWorldChannelInfos { String channelCover; String channelId; int channelMemberCount; int channelMemberMax; String guildId; ArrayList<GProUser> memberList; public GProWorldChannelInfos() { this.guildId = ""; this.channelId = ""; this.memberList = new ArrayList<>(); this.channelCover = ""; } public String getChannelCover() { return this.channelCover; } public String getChannelId() { return this.channelId; } public int getChannelMemberCount() { return this.channelMemberCount; } public int getChannelMemberMax() { return this.channelMemberMax; } public String getGuildId() { return this.guildId; } public ArrayList<GProUser> getMemberList() { return this.memberList; } public String toString() { return "GProWorldChannelInfos{guildId=" + this.guildId + ",channelId=" + this.channelId + ",channelMemberMax=" + this.channelMemberMax + ",channelMemberCount=" + this.channelMemberCount + ",memberList=" + this.memberList + ",channelCover=" + this.channelCover + ",}"; } public GProWorldChannelInfos(String str, String str2, int i2, int i3, ArrayList<GProUser> arrayList, String str3) { this.guildId = ""; this.channelId = ""; this.memberList = new ArrayList<>(); this.channelCover = ""; this.guildId = str; this.channelId = str2; this.channelMemberMax = i2; this.channelMemberCount = i3; this.memberList = arrayList; this.channelCover = str3; } }
1,749
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ImportOldDbMsgNotifyInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ImportOldDbMsgNotifyInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class ImportOldDbMsgNotifyInfo { int chatType; /* renamed from: msg reason: collision with root package name */ String f305543msg; float progress; int result; String uid; public ImportOldDbMsgNotifyInfo() { this.uid = ""; this.f305543msg = ""; } public int getChatType() { return this.chatType; } public String getMsg() { return this.f305543msg; } public float getProgress() { return this.progress; } public int getResult() { return this.result; } public String getUid() { return this.uid; } public String toString() { return "ImportOldDbMsgNotifyInfo{progress=" + this.progress + ",chatType=" + this.chatType + ",uid=" + this.uid + ",result=" + this.result + ",msg=" + this.f305543msg + ",}"; } public ImportOldDbMsgNotifyInfo(float f2, int i2, String str, int i3, String str2) { this.uid = ""; this.f305543msg = ""; this.progress = f2; this.chatType = i2; this.uid = str; this.result = i3; this.f305543msg = str2; } }
1,256
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
YoloGameResultElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/YoloGameResultElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class YoloGameResultElement { ArrayList<YoloGameUserInfo> userInfo; public YoloGameResultElement() { this.userInfo = new ArrayList<>(); } public ArrayList<YoloGameUserInfo> getUserInfo() { return this.userInfo; } public String toString() { return "YoloGameResultElement{userInfo=" + this.userInfo + ",}"; } public YoloGameResultElement(ArrayList<YoloGameUserInfo> arrayList) { this.userInfo = new ArrayList<>(); this.userInfo = arrayList; } }
669
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
UserForComment.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/UserForComment.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class UserForComment { String iconUrl; String id; String nick; public UserForComment() { this.id = ""; } public String getIconUrl() { return this.iconUrl; } public String getId() { return this.id; } public String getNick() { return this.nick; } public String toString() { return "UserForComment{id=" + this.id + ",nick=" + this.nick + ",iconUrl=" + this.iconUrl + ",}"; } public UserForComment(String str, String str2, String str3) { this.id = ""; this.id = str; this.nick = str2; this.iconUrl = str3; } }
761
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z