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 |
|---|---|---|---|---|---|---|---|---|---|---|---|
GProTimeShiftInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProTimeShiftInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProTimeShiftInfo {
Long curPlaybackDuration;
Long liveBeginTimeStamp;
Long maxPlaybackDuration;
Long playbackDistance;
String url;
public GProTimeShiftInfo() {
}
public Long getCurPlaybackDuration() {
return this.curPlaybackDuration;
}
public Long getLiveBeginTimeStamp() {
return this.liveBeginTimeStamp;
}
public Long getMaxPlaybackDuration() {
return this.maxPlaybackDuration;
}
public Long getPlaybackDistance() {
return this.playbackDistance;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "GProTimeShiftInfo{url=" + this.url + ",playbackDistance=" + this.playbackDistance + ",maxPlaybackDuration=" + this.maxPlaybackDuration + ",curPlaybackDuration=" + this.curPlaybackDuration + ",liveBeginTimeStamp=" + this.liveBeginTimeStamp + ",}";
}
public GProTimeShiftInfo(String str, Long l2, Long l3, Long l4, Long l5) {
this.url = str;
this.playbackDistance = l2;
this.maxPlaybackDuration = l3;
this.curPlaybackDuration = l4;
this.liveBeginTimeStamp = l5;
}
}
| 1,275 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProClientIdentity.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProClientIdentity.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProClientIdentity implements Serializable {
int clientId;
String desc;
GProClientIdentityBytes identityBytes;
long serialVersionUID;
public GProClientIdentity() {
this.serialVersionUID = 1L;
this.desc = "";
this.identityBytes = new GProClientIdentityBytes();
}
public int getClientId() {
return this.clientId;
}
public String getDesc() {
return this.desc;
}
public GProClientIdentityBytes getIdentityBytes() {
return this.identityBytes;
}
public String toString() {
return "GProClientIdentity{clientId=" + this.clientId + ",desc=" + this.desc + ",identityBytes=" + this.identityBytes + ",}";
}
public GProClientIdentity(int i2, String str, GProClientIdentityBytes gProClientIdentityBytes) {
this.serialVersionUID = 1L;
this.desc = "";
this.identityBytes = new GProClientIdentityBytes();
this.clientId = i2;
this.desc = str;
this.identityBytes = gProClientIdentityBytes;
}
}
| 1,180 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProAnchorPrepareReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorPrepareReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorPrepareReq {
String machine;
Integer roomType;
public GProAnchorPrepareReq() {
}
public String getMachine() {
return this.machine;
}
public Integer getRoomType() {
return this.roomType;
}
public String toString() {
return "GProAnchorPrepareReq{roomType=" + this.roomType + ",machine=" + this.machine + ",}";
}
public GProAnchorPrepareReq(Integer num, String str) {
this.roomType = num;
this.machine = str;
}
}
| 614 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchGroupFileParams.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupFileParams.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes.dex */
public final class SearchGroupFileParams {
String context;
int count;
ArrayList<Long> groupIds;
ArrayList<String> groupNames;
SearchGroupFileSortType sortType;
public SearchGroupFileParams() {
this.groupIds = new ArrayList<>();
this.groupNames = new ArrayList<>();
this.sortType = SearchGroupFileSortType.values()[0];
this.context = "";
}
public String getContext() {
return this.context;
}
public int getCount() {
return this.count;
}
public ArrayList<Long> getGroupIds() {
return this.groupIds;
}
public ArrayList<String> getGroupNames() {
return this.groupNames;
}
public SearchGroupFileSortType getSortType() {
return this.sortType;
}
public String toString() {
return "SearchGroupFileParams{groupIds=" + this.groupIds + ",groupNames=" + this.groupNames + ",sortType=" + this.sortType + ",context=" + this.context + ",count=" + this.count + ",}";
}
public SearchGroupFileParams(ArrayList<Long> arrayList, ArrayList<String> arrayList2, SearchGroupFileSortType searchGroupFileSortType, String str, int i2) {
this.groupIds = new ArrayList<>();
this.groupNames = new ArrayList<>();
this.sortType = SearchGroupFileSortType.values()[0];
this.context = "";
this.groupIds = arrayList;
this.groupNames = arrayList2;
this.sortType = searchGroupFileSortType;
this.context = str;
this.count = i2;
}
}
| 1,647 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
UinInfoAttr.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/UinInfoAttr.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class UinInfoAttr {
Long uin;
public UinInfoAttr() {
}
public Long getUin() {
return this.uin;
}
public String toString() {
return "UinInfoAttr{uin=" + this.uin + ",}";
}
public UinInfoAttr(Long l2) {
this.uin = l2;
}
}
| 401 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVisibleTypeInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVisibleTypeInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProVisibleTypeInfo implements Serializable {
long serialVersionUID;
int visibleType;
String visibleTypeText;
public GProVisibleTypeInfo() {
this.serialVersionUID = 1L;
this.visibleTypeText = "";
}
public int getVisibleType() {
return this.visibleType;
}
public String getVisibleTypeText() {
return this.visibleTypeText;
}
public String toString() {
return "GProVisibleTypeInfo{visibleType=" + this.visibleType + ",visibleTypeText=" + this.visibleTypeText + ",}";
}
public GProVisibleTypeInfo(int i2, String str) {
this.serialVersionUID = 1L;
this.visibleTypeText = "";
this.visibleType = i2;
this.visibleTypeText = str;
}
}
| 885 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProChannelAdminInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelAdminInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProChannelAdminInfo {
long channelAdminNum;
long channelId;
String channelName;
int channelType;
public GProChannelAdminInfo() {
this.channelName = "";
}
public long getChannelAdminNum() {
return this.channelAdminNum;
}
public long getChannelId() {
return this.channelId;
}
public String getChannelName() {
return this.channelName;
}
public int getChannelType() {
return this.channelType;
}
public String toString() {
return "GProChannelAdminInfo{channelId=" + this.channelId + ",channelName=" + this.channelName + ",channelType=" + this.channelType + ",channelAdminNum=" + this.channelAdminNum + ",}";
}
public GProChannelAdminInfo(long j2, String str, int i2, long j3) {
this.channelName = "";
this.channelId = j2;
this.channelName = str;
this.channelType = i2;
this.channelAdminNum = j3;
}
}
| 1,064 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
Visitor.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/Visitor.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class Visitor {
byte[] busiData;
int recomCount;
int viewCount;
String viewDesc;
public Visitor() {
this.busiData = new byte[0];
this.viewDesc = "";
}
public byte[] getBusiData() {
return this.busiData;
}
public int getRecomCount() {
return this.recomCount;
}
public int getViewCount() {
return this.viewCount;
}
public String getViewDesc() {
return this.viewDesc;
}
public String toString() {
return "Visitor{viewCount=" + this.viewCount + ",busiData=" + this.busiData + ",recomCount=" + this.recomCount + ",viewDesc=" + this.viewDesc + ",}";
}
public Visitor(int i2, byte[] bArr, int i3, String str) {
this.busiData = new byte[0];
this.viewDesc = "";
this.viewCount = i2;
this.busiData = bArr;
this.recomCount = i3;
this.viewDesc = str;
}
}
| 1,043 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProMyChannelInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMyChannelInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProMyChannelInfo {
boolean boolHasAtMeMsg;
byte[] bytesReadMsgMeta;
GProMsgSeq msgReadCntMsgSeq;
GProMsgSeq msgReadMsgSeq;
long uint64ChannelId;
long uint64GuildId;
public GProMyChannelInfo() {
this.msgReadMsgSeq = new GProMsgSeq();
this.msgReadCntMsgSeq = new GProMsgSeq();
this.bytesReadMsgMeta = new byte[0];
}
public boolean getBoolHasAtMeMsg() {
return this.boolHasAtMeMsg;
}
public byte[] getBytesReadMsgMeta() {
return this.bytesReadMsgMeta;
}
public GProMsgSeq getMsgReadCntMsgSeq() {
return this.msgReadCntMsgSeq;
}
public GProMsgSeq getMsgReadMsgSeq() {
return this.msgReadMsgSeq;
}
public long getUint64ChannelId() {
return this.uint64ChannelId;
}
public long getUint64GuildId() {
return this.uint64GuildId;
}
public String toString() {
return "GProMyChannelInfo{uint64ChannelId=" + this.uint64ChannelId + ",uint64GuildId=" + this.uint64GuildId + ",msgReadMsgSeq=" + this.msgReadMsgSeq + ",msgReadCntMsgSeq=" + this.msgReadCntMsgSeq + ",bytesReadMsgMeta=" + this.bytesReadMsgMeta + ",boolHasAtMeMsg=" + this.boolHasAtMeMsg + ",}";
}
public GProMyChannelInfo(long j2, long j3, GProMsgSeq gProMsgSeq, GProMsgSeq gProMsgSeq2, byte[] bArr, boolean z) {
this.msgReadMsgSeq = new GProMsgSeq();
this.msgReadCntMsgSeq = new GProMsgSeq();
this.bytesReadMsgMeta = new byte[0];
this.uint64ChannelId = j2;
this.uint64GuildId = j3;
this.msgReadMsgSeq = gProMsgSeq;
this.msgReadCntMsgSeq = gProMsgSeq2;
this.bytesReadMsgMeta = bArr;
this.boolHasAtMeMsg = z;
}
}
| 1,818 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetChannelActivityRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetChannelActivityRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGetChannelActivityRsp {
ArrayList<GProChannelActivity> channelActivities;
int closeOption;
long guildId;
boolean isShow;
public GProGetChannelActivityRsp() {
this.channelActivities = new ArrayList<>();
}
public ArrayList<GProChannelActivity> getChannelActivities() {
return this.channelActivities;
}
public int getCloseOption() {
return this.closeOption;
}
public long getGuildId() {
return this.guildId;
}
public boolean getIsShow() {
return this.isShow;
}
public String toString() {
return "GProGetChannelActivityRsp{guildId=" + this.guildId + ",channelActivities=" + this.channelActivities + ",isShow=" + this.isShow + ",closeOption=" + this.closeOption + ",}";
}
public GProGetChannelActivityRsp(long j2, ArrayList<GProChannelActivity> arrayList, boolean z, int i2) {
this.channelActivities = new ArrayList<>();
this.guildId = j2;
this.channelActivities = arrayList;
this.isShow = z;
this.closeOption = i2;
}
}
| 1,216 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
IconInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IconInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class IconInfo {
String iconUrl;
String iconUrl100;
String iconUrl140;
String iconUrl40;
String iconUrl640;
public IconInfo() {
this.iconUrl = "";
}
public String getIconUrl() {
return this.iconUrl;
}
public String getIconUrl100() {
return this.iconUrl100;
}
public String getIconUrl140() {
return this.iconUrl140;
}
public String getIconUrl40() {
return this.iconUrl40;
}
public String getIconUrl640() {
return this.iconUrl640;
}
public String toString() {
return "IconInfo{iconUrl40=" + this.iconUrl40 + ",iconUrl100=" + this.iconUrl100 + ",iconUrl140=" + this.iconUrl140 + ",iconUrl640=" + this.iconUrl640 + ",iconUrl=" + this.iconUrl + ",}";
}
public IconInfo(String str, String str2, String str3, String str4, String str5) {
this.iconUrl = "";
this.iconUrl40 = str;
this.iconUrl100 = str2;
this.iconUrl140 = str3;
this.iconUrl640 = str4;
this.iconUrl = str5;
}
}
| 1,182 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
PicElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PicElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.HashMap;
/* loaded from: classes2.dex */
public final class PicElement implements IKernelModel {
String downloadIndex;
EmojiAD emojiAd;
Integer emojiFrom;
EmojiMall emojiMall;
String emojiWebUrl;
EmojiZPlan emojiZplan;
Integer fileBizId;
String fileName;
long fileSize;
String fileSubId;
String fileUuid;
byte[] importRichMediaContext;
Integer invalidState;
Boolean isFlashPic;
String md5HexStr;
String originImageMd5;
String originImageUrl;
boolean original;
int picHeight;
int picSubType;
Integer picType;
int picWidth;
Integer progress;
String sourcePath;
String summary;
int thumbFileSize;
HashMap<Integer, String> thumbPath;
Integer transferStatus;
public PicElement() {
this.fileName = "";
this.md5HexStr = "";
this.fileUuid = "";
this.fileSubId = "";
this.originImageMd5 = "";
}
public String getDownloadIndex() {
return this.downloadIndex;
}
public EmojiAD getEmojiAd() {
return this.emojiAd;
}
public Integer getEmojiFrom() {
return this.emojiFrom;
}
public EmojiMall getEmojiMall() {
return this.emojiMall;
}
public String getEmojiWebUrl() {
return this.emojiWebUrl;
}
public EmojiZPlan getEmojiZplan() {
return this.emojiZplan;
}
public Integer getFileBizId() {
return this.fileBizId;
}
public String getFileName() {
return this.fileName;
}
public long getFileSize() {
return this.fileSize;
}
public String getFileSubId() {
return this.fileSubId;
}
public String getFileUuid() {
return this.fileUuid;
}
public byte[] getImportRichMediaContext() {
return this.importRichMediaContext;
}
public Integer getInvalidState() {
return this.invalidState;
}
public Boolean getIsFlashPic() {
return this.isFlashPic;
}
public String getMd5HexStr() {
return this.md5HexStr;
}
public String getOriginImageMd5() {
return this.originImageMd5;
}
public String getOriginImageUrl() {
return this.originImageUrl;
}
public boolean getOriginal() {
return this.original;
}
public int getPicHeight() {
return this.picHeight;
}
public int getPicSubType() {
return this.picSubType;
}
public Integer getPicType() {
return this.picType;
}
public int getPicWidth() {
return this.picWidth;
}
public Integer getProgress() {
return this.progress;
}
public String getSourcePath() {
return this.sourcePath;
}
public String getSummary() {
return this.summary;
}
public int getThumbFileSize() {
return this.thumbFileSize;
}
public HashMap<Integer, String> getThumbPath() {
return this.thumbPath;
}
public Integer getTransferStatus() {
return this.transferStatus;
}
public void setDownloadIndex(String str) {
this.downloadIndex = str;
}
public void setEmojiAd(EmojiAD emojiAD) {
this.emojiAd = emojiAD;
}
public void setEmojiFrom(Integer num) {
this.emojiFrom = num;
}
public void setEmojiMall(EmojiMall emojiMall) {
this.emojiMall = emojiMall;
}
public void setEmojiWebUrl(String str) {
this.emojiWebUrl = str;
}
public void setEmojiZplan(EmojiZPlan emojiZPlan) {
this.emojiZplan = emojiZPlan;
}
public void setFileBizId(Integer num) {
this.fileBizId = num;
}
public void setFileName(String str) {
this.fileName = str;
}
public void setFileSize(long j2) {
this.fileSize = j2;
}
public void setFileSubId(String str) {
this.fileSubId = str;
}
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 setIsFlashPic(Boolean bool) {
this.isFlashPic = bool;
}
public void setMd5HexStr(String str) {
this.md5HexStr = str;
}
public void setOriginImageMd5(String str) {
this.originImageMd5 = str;
}
public void setOriginImageUrl(String str) {
this.originImageUrl = str;
}
public void setOriginal(boolean z) {
this.original = z;
}
public void setPicHeight(int i2) {
this.picHeight = i2;
}
public void setPicSubType(int i2) {
this.picSubType = i2;
}
public void setPicType(Integer num) {
this.picType = num;
}
public void setPicWidth(int i2) {
this.picWidth = i2;
}
public void setProgress(Integer num) {
this.progress = num;
}
public void setSourcePath(String str) {
this.sourcePath = str;
}
public void setSummary(String str) {
this.summary = str;
}
public void setThumbFileSize(int i2) {
this.thumbFileSize = i2;
}
public void setThumbPath(HashMap<Integer, String> hashMap) {
this.thumbPath = hashMap;
}
public void setTransferStatus(Integer num) {
this.transferStatus = num;
}
public String toString() {
return "PicElement{picSubType=" + this.picSubType + ",fileName=" + this.fileName + ",fileSize=" + this.fileSize + ",picWidth=" + this.picWidth + ",picHeight=" + this.picHeight + ",original=" + this.original + ",md5HexStr=" + this.md5HexStr + ",sourcePath=" + this.sourcePath + ",thumbPath=" + this.thumbPath + ",transferStatus=" + this.transferStatus + ",progress=" + this.progress + ",picType=" + this.picType + ",invalidState=" + this.invalidState + ",fileUuid=" + this.fileUuid + ",fileSubId=" + this.fileSubId + ",thumbFileSize=" + this.thumbFileSize + ",fileBizId=" + this.fileBizId + ",downloadIndex=" + this.downloadIndex + ",summary=" + this.summary + ",emojiFrom=" + this.emojiFrom + ",emojiWebUrl=" + this.emojiWebUrl + ",emojiAd=" + this.emojiAd + ",emojiMall=" + this.emojiMall + ",emojiZplan=" + this.emojiZplan + ",originImageMd5=" + this.originImageMd5 + ",originImageUrl=" + this.originImageUrl + ",importRichMediaContext=" + this.importRichMediaContext + ",isFlashPic=" + this.isFlashPic + ",}";
}
public PicElement(int i2, String str, long j2, int i3, int i4, boolean z, String str2, String str3, HashMap<Integer, String> hashMap, Integer num, Integer num2, Integer num3, Integer num4, String str4, String str5, int i5, Integer num5, String str6, String str7, Integer num6, String str8, EmojiAD emojiAD, EmojiMall emojiMall, EmojiZPlan emojiZPlan, String str9, String str10, byte[] bArr, Boolean bool) {
this.fileName = "";
this.md5HexStr = "";
this.fileUuid = "";
this.fileSubId = "";
this.originImageMd5 = "";
this.picSubType = i2;
this.fileName = str;
this.fileSize = j2;
this.picWidth = i3;
this.picHeight = i4;
this.original = z;
this.md5HexStr = str2;
this.sourcePath = str3;
this.thumbPath = hashMap;
this.transferStatus = num;
this.progress = num2;
this.picType = num3;
this.invalidState = num4;
this.fileUuid = str4;
this.fileSubId = str5;
this.thumbFileSize = i5;
this.fileBizId = num5;
this.downloadIndex = str6;
this.summary = str7;
this.emojiFrom = num6;
this.emojiWebUrl = str8;
this.emojiAd = emojiAD;
this.emojiMall = emojiMall;
this.emojiZplan = emojiZPlan;
this.originImageMd5 = str9;
this.originImageUrl = str10;
this.importRichMediaContext = bArr;
this.isFlashPic = bool;
}
}
| 8,034 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProSourceId.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSourceId.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProSourceId {
int entranceId;
String flagId;
String openId;
String sceneId;
long sourceApp;
String sourceId;
int sourceType;
String subSourceId;
public GProSourceId() {
this.sourceId = "";
this.subSourceId = "";
this.sceneId = "";
this.openId = "";
this.flagId = "";
}
public int getEntranceId() {
return this.entranceId;
}
public String getFlagId() {
return this.flagId;
}
public String getOpenId() {
return this.openId;
}
public String getSceneId() {
return this.sceneId;
}
public long getSourceApp() {
return this.sourceApp;
}
public String getSourceId() {
return this.sourceId;
}
public int getSourceType() {
return this.sourceType;
}
public String getSubSourceId() {
return this.subSourceId;
}
public String toString() {
return "GProSourceId{sourceId=" + this.sourceId + ",subSourceId=" + this.subSourceId + ",entranceId=" + this.entranceId + ",sourceType=" + this.sourceType + ",sourceApp=" + this.sourceApp + ",sceneId=" + this.sceneId + ",openId=" + this.openId + ",flagId=" + this.flagId + ",}";
}
public GProSourceId(String str, String str2, int i2, int i3, long j2, String str3, String str4, String str5) {
this.sourceId = "";
this.subSourceId = "";
this.sceneId = "";
this.openId = "";
this.flagId = "";
this.sourceId = str;
this.subSourceId = str2;
this.entranceId = i2;
this.sourceType = i3;
this.sourceApp = j2;
this.sceneId = str3;
this.openId = str4;
this.flagId = str5;
}
}
| 1,841 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProUserAVReqInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserAVReqInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProUserAVReqInfo {
GProAVCommonReqInfo commonInfo;
GProAVDevOptInfo devOpt;
long tinyId;
public GProUserAVReqInfo() {
this.commonInfo = new GProAVCommonReqInfo();
this.devOpt = new GProAVDevOptInfo();
}
public GProAVCommonReqInfo getCommonInfo() {
return this.commonInfo;
}
public GProAVDevOptInfo getDevOpt() {
return this.devOpt;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProUserAVReqInfo{commonInfo=" + this.commonInfo + ",tinyId=" + this.tinyId + ",devOpt=" + this.devOpt + ",}";
}
public GProUserAVReqInfo(GProAVCommonReqInfo gProAVCommonReqInfo, long j2, GProAVDevOptInfo gProAVDevOptInfo) {
this.commonInfo = new GProAVCommonReqInfo();
this.devOpt = new GProAVDevOptInfo();
this.commonInfo = gProAVCommonReqInfo;
this.tinyId = j2;
this.devOpt = gProAVDevOptInfo;
}
}
| 1,074 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVoiceSmobaGameBaseRoomInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameBaseRoomInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProVoiceSmobaGameBaseRoomInfo {
long captainTinyId;
long channelId;
long guildId;
long roomId;
int roomType;
public GProVoiceSmobaGameBaseRoomInfo() {
}
public long getCaptainTinyId() {
return this.captainTinyId;
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public long getRoomId() {
return this.roomId;
}
public int getRoomType() {
return this.roomType;
}
public String toString() {
return "GProVoiceSmobaGameBaseRoomInfo{roomId=" + this.roomId + ",roomType=" + this.roomType + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",captainTinyId=" + this.captainTinyId + ",}";
}
public GProVoiceSmobaGameBaseRoomInfo(long j2, int i2, long j3, long j4, long j5) {
this.roomId = j2;
this.roomType = i2;
this.guildId = j3;
this.channelId = j4;
this.captainTinyId = j5;
}
}
| 1,124 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
MemberAddGrayElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MemberAddGrayElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
public final class MemberAddGrayElement implements Serializable {
GrayTipMember otherAdd;
InviterAndInvited otherAddByOtherQRCode;
GrayTipMember otherAddByYourQRCode;
InviterAndInvited otherInviteOther;
GrayTipMember otherInviteYou;
long serialVersionUID = 1;
int showType;
GrayTipMember youAddByOtherQRCode;
GrayTipMember youInviteOther;
public MemberAddGrayElement() {
}
public GrayTipMember getOtherAdd() {
return this.otherAdd;
}
public InviterAndInvited getOtherAddByOtherQRCode() {
return this.otherAddByOtherQRCode;
}
public GrayTipMember getOtherAddByYourQRCode() {
return this.otherAddByYourQRCode;
}
public InviterAndInvited getOtherInviteOther() {
return this.otherInviteOther;
}
public GrayTipMember getOtherInviteYou() {
return this.otherInviteYou;
}
public int getShowType() {
return this.showType;
}
public GrayTipMember getYouAddByOtherQRCode() {
return this.youAddByOtherQRCode;
}
public GrayTipMember getYouInviteOther() {
return this.youInviteOther;
}
public String toString() {
return "MemberAddGrayElement{showType=" + this.showType + ",otherAdd=" + this.otherAdd + ",otherAddByOtherQRCode=" + this.otherAddByOtherQRCode + ",otherAddByYourQRCode=" + this.otherAddByYourQRCode + ",youAddByOtherQRCode=" + this.youAddByOtherQRCode + ",otherInviteOther=" + this.otherInviteOther + ",otherInviteYou=" + this.otherInviteYou + ",youInviteOther=" + this.youInviteOther + ",}";
}
public MemberAddGrayElement(int i2, GrayTipMember grayTipMember, InviterAndInvited inviterAndInvited, GrayTipMember grayTipMember2, GrayTipMember grayTipMember3, InviterAndInvited inviterAndInvited2, GrayTipMember grayTipMember4, GrayTipMember grayTipMember5) {
this.showType = i2;
this.otherAdd = grayTipMember;
this.otherAddByOtherQRCode = inviterAndInvited;
this.otherAddByYourQRCode = grayTipMember2;
this.youAddByOtherQRCode = grayTipMember3;
this.otherInviteOther = inviterAndInvited2;
this.otherInviteYou = grayTipMember4;
this.youInviteOther = grayTipMember5;
}
} | 2,315 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProPreventAddictionCheckRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPreventAddictionCheckRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProPreventAddictionCheckRsp implements Serializable {
String context;
String instrTraceId;
ArrayList<GProPAInstructionInfo> instructions;
/* renamed from: msg reason: collision with root package name */
String f305538msg;
int ret;
long serialVersionUID;
public GProPreventAddictionCheckRsp() {
this.serialVersionUID = 1L;
this.f305538msg = "";
this.context = "";
this.instrTraceId = "";
this.instructions = new ArrayList<>();
}
public String getContext() {
return this.context;
}
public String getInstrTraceId() {
return this.instrTraceId;
}
public ArrayList<GProPAInstructionInfo> getInstructions() {
return this.instructions;
}
public String getMsg() {
return this.f305538msg;
}
public int getRet() {
return this.ret;
}
public String toString() {
return "GProPreventAddictionCheckRsp{ret=" + this.ret + ",msg=" + this.f305538msg + ",context=" + this.context + ",instrTraceId=" + this.instrTraceId + ",instructions=" + this.instructions + ",}";
}
public GProPreventAddictionCheckRsp(int i2, String str, String str2, String str3, ArrayList<GProPAInstructionInfo> arrayList) {
this.serialVersionUID = 1L;
this.f305538msg = "";
this.context = "";
this.instrTraceId = "";
this.instructions = new ArrayList<>();
this.ret = i2;
this.f305538msg = str;
this.context = str2;
this.instrTraceId = str3;
this.instructions = arrayList;
}
}
| 1,758 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
OCRPoint.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/OCRPoint.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class OCRPoint {
String x;
String y;
public OCRPoint() {
this.x = "";
this.y = "";
}
public String getX() {
return this.x;
}
public String getY() {
return this.y;
}
public String toString() {
return "OCRPoint{x=" + this.x + ",y=" + this.y + ",}";
}
public OCRPoint(String str, String str2) {
this.x = "";
this.y = "";
this.x = str;
this.y = str2;
}
} | 538 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
ChannelSign.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ChannelSign.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class ChannelSign {
String channelId;
String guildId;
public ChannelSign() {
this.guildId = "";
this.channelId = "";
}
public String getChannelId() {
return this.channelId;
}
public String getGuildId() {
return this.guildId;
}
public String toString() {
return "ChannelSign{guildId=" + this.guildId + ",channelId=" + this.channelId + ",}";
}
public ChannelSign(String str, String str2) {
this.guildId = "";
this.channelId = "";
this.guildId = str;
this.channelId = str2;
}
}
| 718 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProDoLikeCommentForFeedReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDoLikeCommentForFeedReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes4.dex */
public final class GProDoLikeCommentForFeedReq {
String commentId;
GProFDLStCommonExt extInfo;
String feedId;
int likeType;
public GProDoLikeCommentForFeedReq() {
this.extInfo = new GProFDLStCommonExt();
this.commentId = "";
this.feedId = "";
}
public String getCommentId() {
return this.commentId;
}
public GProFDLStCommonExt getExtInfo() {
return this.extInfo;
}
public String getFeedId() {
return this.feedId;
}
public int getLikeType() {
return this.likeType;
}
public String toString() {
return "GProDoLikeCommentForFeedReq{extInfo=" + this.extInfo + ",likeType=" + this.likeType + ",commentId=" + this.commentId + ",feedId=" + this.feedId + ",}";
}
public GProDoLikeCommentForFeedReq(GProFDLStCommonExt gProFDLStCommonExt, int i2, String str, String str2) {
this.extInfo = new GProFDLStCommonExt();
this.commentId = "";
this.feedId = "";
this.extInfo = gProFDLStCommonExt;
this.likeType = i2;
this.commentId = str;
this.feedId = str2;
}
}
| 1,226 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProLocation.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLocation.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProLocation {
String city;
int cityId;
String cityZone;
int cityZoneId;
String country;
int countryId;
String province;
int provinceId;
public GProLocation() {
this.country = "";
this.province = "";
this.city = "";
this.cityZone = "";
}
public String getCity() {
return this.city;
}
public int getCityId() {
return this.cityId;
}
public String getCityZone() {
return this.cityZone;
}
public int getCityZoneId() {
return this.cityZoneId;
}
public String getCountry() {
return this.country;
}
public int getCountryId() {
return this.countryId;
}
public String getProvince() {
return this.province;
}
public int getProvinceId() {
return this.provinceId;
}
public String toString() {
return "GProLocation{countryId=" + this.countryId + ",provinceId=" + this.provinceId + ",cityId=" + this.cityId + ",cityZoneId=" + this.cityZoneId + ",country=" + this.country + ",province=" + this.province + ",city=" + this.city + ",cityZone=" + this.cityZone + ",}";
}
public GProLocation(int i2, int i3, int i4, int i5, String str, String str2, String str3, String str4) {
this.country = "";
this.province = "";
this.city = "";
this.cityZone = "";
this.countryId = i2;
this.provinceId = i3;
this.cityId = i4;
this.cityZoneId = i5;
this.country = str;
this.province = str2;
this.city = str3;
this.cityZone = str4;
}
}
| 1,733 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProScheduleSendArkGuildInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleSendArkGuildInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProScheduleSendArkGuildInfo {
long channelId;
long guildId;
public GProScheduleSendArkGuildInfo() {
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public String toString() {
return "GProScheduleSendArkGuildInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",}";
}
public GProScheduleSendArkGuildInfo(long j2, long j3) {
this.guildId = j2;
this.channelId = j3;
}
}
| 633 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProTextMedalInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProTextMedalInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes4.dex */
public final class GProTextMedalInfo {
int colorBg;
int colorText;
long expireTime;
String name;
public GProTextMedalInfo() {
this.name = "";
}
public int getColorBg() {
return this.colorBg;
}
public int getColorText() {
return this.colorText;
}
public long getExpireTime() {
return this.expireTime;
}
public String getName() {
return this.name;
}
public String toString() {
return "GProTextMedalInfo{name=" + this.name + ",expireTime=" + this.expireTime + ",colorText=" + this.colorText + ",colorBg=" + this.colorBg + ",}";
}
public GProTextMedalInfo(String str, long j2, int i2, int i3) {
this.name = "";
this.name = str;
this.expireTime = j2;
this.colorText = i2;
this.colorBg = i3;
}
}
| 939 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendEssenceSvrRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendEssenceSvrRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProRecommendEssenceSvrRsp {
String content;
ArrayList<GProRecommendChannel0x11bc> recommendChannels;
public GProRecommendEssenceSvrRsp() {
this.content = "";
this.recommendChannels = new ArrayList<>();
}
public String getContent() {
return this.content;
}
public ArrayList<GProRecommendChannel0x11bc> getRecommendChannels() {
return this.recommendChannels;
}
public String toString() {
return "GProRecommendEssenceSvrRsp{content=" + this.content + ",recommendChannels=" + this.recommendChannels + ",}";
}
public GProRecommendEssenceSvrRsp(String str, ArrayList<GProRecommendChannel0x11bc> arrayList) {
this.content = "";
this.recommendChannels = new ArrayList<>();
this.content = str;
this.recommendChannels = arrayList;
}
}
| 981 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
ChatInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ChatInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class ChatInfo {
int chatType;
String peerUid;
public ChatInfo() {
this.peerUid = "";
}
public int getChatType() {
return this.chatType;
}
public String getPeerUid() {
return this.peerUid;
}
public String toString() {
return "ChatInfo{chatType=" + this.chatType + ",peerUid=" + this.peerUid + ",}";
}
public ChatInfo(int i2, String str) {
this.peerUid = "";
this.chatType = i2;
this.peerUid = str;
}
}
| 629 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendRobotTextChannel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendRobotTextChannel.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes22.dex */
public final class GProRecommendRobotTextChannel {
ArrayList<String> avatars;
GProRecommendChannelInfo channelInfo;
ArrayList<MsgAbstract> msgAbstracts;
public GProRecommendRobotTextChannel() {
this.channelInfo = new GProRecommendChannelInfo();
this.msgAbstracts = new ArrayList<>();
this.avatars = new ArrayList<>();
}
public ArrayList<String> getAvatars() {
return this.avatars;
}
public GProRecommendChannelInfo getChannelInfo() {
return this.channelInfo;
}
public ArrayList<MsgAbstract> getMsgAbstracts() {
return this.msgAbstracts;
}
public String toString() {
return "GProRecommendRobotTextChannel{channelInfo=" + this.channelInfo + ",msgAbstracts=" + this.msgAbstracts + ",avatars=" + this.avatars + ",}";
}
public GProRecommendRobotTextChannel(GProRecommendChannelInfo gProRecommendChannelInfo, ArrayList<MsgAbstract> arrayList, ArrayList<String> arrayList2) {
this.channelInfo = new GProRecommendChannelInfo();
this.msgAbstracts = new ArrayList<>();
this.avatars = new ArrayList<>();
this.channelInfo = gProRecommendChannelInfo;
this.msgAbstracts = arrayList;
this.avatars = arrayList2;
}
}
| 1,382 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProPersonalSignatureTemplate.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPersonalSignatureTemplate.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProPersonalSignatureTemplate {
String avatarUrl;
String sampleText;
public GProPersonalSignatureTemplate() {
this.avatarUrl = "";
this.sampleText = "";
}
public String getAvatarUrl() {
return this.avatarUrl;
}
public String getSampleText() {
return this.sampleText;
}
public String toString() {
return "GProPersonalSignatureTemplate{avatarUrl=" + this.avatarUrl + ",sampleText=" + this.sampleText + ",}";
}
public GProPersonalSignatureTemplate(String str, String str2) {
this.avatarUrl = "";
this.sampleText = "";
this.avatarUrl = str;
this.sampleText = str2;
}
}
| 791 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetRecommendQuickJoinReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRecommendQuickJoinReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes4.dex */
public final class GProGetRecommendQuickJoinReq {
int cardType;
byte[] cookies;
int scene;
public GProGetRecommendQuickJoinReq() {
this.cookies = new byte[0];
}
public int getCardType() {
return this.cardType;
}
public byte[] getCookies() {
return this.cookies;
}
public int getScene() {
return this.scene;
}
public String toString() {
return "GProGetRecommendQuickJoinReq{cardType=" + this.cardType + ",scene=" + this.scene + ",cookies=" + this.cookies + ",}";
}
public GProGetRecommendQuickJoinReq(int i2, int i3, byte[] bArr) {
this.cookies = new byte[0];
this.cardType = i2;
this.scene = i3;
this.cookies = bArr;
}
}
| 841 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProFetchDiscoverRedReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFetchDiscoverRedReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProFetchDiscoverRedReq {
int businessType;
byte[] cookies;
int hitTabType;
long seq;
public GProFetchDiscoverRedReq() {
this.cookies = new byte[0];
}
public int getBusinessType() {
return this.businessType;
}
public byte[] getCookies() {
return this.cookies;
}
public int getHitTabType() {
return this.hitTabType;
}
public long getSeq() {
return this.seq;
}
public String toString() {
return "GProFetchDiscoverRedReq{seq=" + this.seq + ",businessType=" + this.businessType + ",hitTabType=" + this.hitTabType + ",cookies=" + this.cookies + ",}";
}
public GProFetchDiscoverRedReq(long j2, int i2, int i3, byte[] bArr) {
this.cookies = new byte[0];
this.seq = j2;
this.businessType = i2;
this.hitTabType = i3;
this.cookies = bArr;
}
}
| 1,001 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
FileAssistantType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileAssistantType.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum FileAssistantType {
KUNKNOWN,
KDOC,
KXLS,
KPPT,
KDOCOTHER,
KTDOC,
KTXLS,
KTPPT,
KTOTHER,
KMEDIA,
KZIP,
KAUDIO
}
| 277 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
CacheType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CacheType.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum CacheType {
KPIC,
KEMOTICON,
KPRIVATELOG,
KCOMMONLOG
}
| 188 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProAVUserStateChangeInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVUserStateChangeInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAVUserStateChangeInfo {
long channelId;
long guildId;
/* renamed from: msg reason: collision with root package name */
String f305530msg;
GProAVShowMsgInfo showInfo;
long tinyId;
GProUserCtlInfo userCtlInfo;
public GProAVUserStateChangeInfo() {
this.userCtlInfo = new GProUserCtlInfo();
this.f305530msg = "";
this.showInfo = new GProAVShowMsgInfo();
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public String getMsg() {
return this.f305530msg;
}
public GProAVShowMsgInfo getShowInfo() {
return this.showInfo;
}
public long getTinyId() {
return this.tinyId;
}
public GProUserCtlInfo getUserCtlInfo() {
return this.userCtlInfo;
}
public String toString() {
return "GProAVUserStateChangeInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",tinyId=" + this.tinyId + ",userCtlInfo=" + this.userCtlInfo + ",msg=" + this.f305530msg + ",showInfo=" + this.showInfo + ",}";
}
public GProAVUserStateChangeInfo(long j2, long j3, long j4, GProUserCtlInfo gProUserCtlInfo, String str, GProAVShowMsgInfo gProAVShowMsgInfo) {
this.userCtlInfo = new GProUserCtlInfo();
this.f305530msg = "";
this.showInfo = new GProAVShowMsgInfo();
this.guildId = j2;
this.channelId = j3;
this.tinyId = j4;
this.userCtlInfo = gProUserCtlInfo;
this.f305530msg = str;
this.showInfo = gProAVShowMsgInfo;
}
}
| 1,714 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupBulletin.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupBulletin.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
public final class GroupBulletin {
ArrayList<BulletinFeedsRecord> feedsRecords;
long groupCode;
int lastModifyTime;
int unreadNum;
public GroupBulletin() {
this.feedsRecords = new ArrayList<>();
}
public ArrayList<BulletinFeedsRecord> getFeedsRecords() {
return this.feedsRecords;
}
public long getGroupCode() {
return this.groupCode;
}
public int getLastModifyTime() {
return this.lastModifyTime;
}
public int getUnreadNum() {
return this.unreadNum;
}
public String toString() {
return "GroupBulletin{groupCode=" + this.groupCode + ",feedsRecords=" + this.feedsRecords + ",lastModifyTime=" + this.lastModifyTime + ",unreadNum=" + this.unreadNum + ",}";
}
public GroupBulletin(long j2, ArrayList<BulletinFeedsRecord> arrayList, int i2, int i3) {
this.feedsRecords = new ArrayList<>();
this.groupCode = j2;
this.feedsRecords = arrayList;
this.lastModifyTime = i2;
this.unreadNum = i3;
}
} | 1,133 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProClientAccount.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProClientAccount.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProClientAccount {
String accountName;
String accountSecret;
long bindTimeStamp;
GProClientShowCfg clientConfig;
int clientId;
String clientName;
String icon;
int openType;
String openUrl;
public GProClientAccount() {
this.clientName = "";
this.accountSecret = "";
this.accountName = "";
this.clientConfig = new GProClientShowCfg();
this.icon = "";
this.openUrl = "";
}
public String getAccountName() {
return this.accountName;
}
public String getAccountSecret() {
return this.accountSecret;
}
public long getBindTimeStamp() {
return this.bindTimeStamp;
}
public GProClientShowCfg getClientConfig() {
return this.clientConfig;
}
public int getClientId() {
return this.clientId;
}
public String getClientName() {
return this.clientName;
}
public String getIcon() {
return this.icon;
}
public int getOpenType() {
return this.openType;
}
public String getOpenUrl() {
return this.openUrl;
}
public String toString() {
return "GProClientAccount{clientId=" + this.clientId + ",clientName=" + this.clientName + ",accountSecret=" + this.accountSecret + ",accountName=" + this.accountName + ",clientConfig=" + this.clientConfig + ",icon=" + this.icon + ",bindTimeStamp=" + this.bindTimeStamp + ",openType=" + this.openType + ",openUrl=" + this.openUrl + ",}";
}
public GProClientAccount(int i2, String str, String str2, String str3, GProClientShowCfg gProClientShowCfg, String str4, long j2, int i3, String str5) {
this.clientName = "";
this.accountSecret = "";
this.accountName = "";
this.clientConfig = new GProClientShowCfg();
this.icon = "";
this.openUrl = "";
this.clientId = i2;
this.clientName = str;
this.accountSecret = str2;
this.accountName = str3;
this.clientConfig = gProClientShowCfg;
this.icon = str4;
this.bindTimeStamp = j2;
this.openType = i3;
this.openUrl = str5;
}
}
| 2,272 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGroupClaim.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGroupClaim.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProGroupClaim implements Serializable {
int groupType;
int number;
long serialVersionUID = 1;
public GProGroupClaim() {
}
public int getGroupType() {
return this.groupType;
}
public int getNumber() {
return this.number;
}
public String toString() {
return "GProGroupClaim{groupType=" + this.groupType + ",number=" + this.number + ",}";
}
public GProGroupClaim(int i2, int i3) {
this.groupType = i2;
this.number = i3;
}
}
| 650 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
DeviceCodecFormatInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/DeviceCodecFormatInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class DeviceCodecFormatInfo {
String deviceName;
String osVersion;
String platformChipInfo;
public DeviceCodecFormatInfo() {
this.platformChipInfo = "";
this.osVersion = "";
this.deviceName = "";
}
public String getDeviceName() {
return this.deviceName;
}
public String getOsVersion() {
return this.osVersion;
}
public String getPlatformChipInfo() {
return this.platformChipInfo;
}
public String toString() {
return "DeviceCodecFormatInfo{platformChipInfo=" + this.platformChipInfo + ",osVersion=" + this.osVersion + ",deviceName=" + this.deviceName + ",}";
}
public DeviceCodecFormatInfo(String str, String str2, String str3) {
this.platformChipInfo = "";
this.osVersion = "";
this.deviceName = "";
this.platformChipInfo = str;
this.osVersion = str2;
this.deviceName = str3;
}
}
| 1,068 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProCreateLobbyRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProCreateLobbyRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProCreateLobbyRsp {
GProLobbyRoomInfo lobbyRoomInfo;
public GProCreateLobbyRsp() {
this.lobbyRoomInfo = new GProLobbyRoomInfo();
}
public GProLobbyRoomInfo getLobbyRoomInfo() {
return this.lobbyRoomInfo;
}
public String toString() {
return "GProCreateLobbyRsp{lobbyRoomInfo=" + this.lobbyRoomInfo + ",}";
}
public GProCreateLobbyRsp(GProLobbyRoomInfo gProLobbyRoomInfo) {
this.lobbyRoomInfo = new GProLobbyRoomInfo();
this.lobbyRoomInfo = gProLobbyRoomInfo;
}
}
| 644 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
LiveGiftMemberInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LiveGiftMemberInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes22.dex */
public final class LiveGiftMemberInfo {
String nickName;
int roleColor;
long roleId;
String roleName;
String tinyId;
public LiveGiftMemberInfo() {
this.tinyId = "";
this.nickName = "";
this.roleName = "";
}
public String getNickName() {
return this.nickName;
}
public int getRoleColor() {
return this.roleColor;
}
public long getRoleId() {
return this.roleId;
}
public String getRoleName() {
return this.roleName;
}
public String getTinyId() {
return this.tinyId;
}
public String toString() {
return "LiveGiftMemberInfo{tinyId=" + this.tinyId + ",nickName=" + this.nickName + ",roleId=" + this.roleId + ",roleName=" + this.roleName + ",roleColor=" + this.roleColor + ",}";
}
public LiveGiftMemberInfo(String str, String str2, long j2, String str3, int i2) {
this.tinyId = "";
this.nickName = "";
this.roleName = "";
this.tinyId = str;
this.nickName = str2;
this.roleId = j2;
this.roleName = str3;
this.roleColor = i2;
}
}
| 1,256 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProUserAVRspInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProUserAVRspInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProUserAVRspInfo {
GProAVDevOptInfo devOpt;
ArrayList<GProAVRoomCtrlOptInfo> roomDevOpts;
GProSecurityResult secResult;
String tipMsg;
String trtcKey;
int userState;
public GProUserAVRspInfo() {
this.tipMsg = "";
this.secResult = new GProSecurityResult();
this.trtcKey = "";
this.devOpt = new GProAVDevOptInfo();
this.roomDevOpts = new ArrayList<>();
}
public GProAVDevOptInfo getDevOpt() {
return this.devOpt;
}
public ArrayList<GProAVRoomCtrlOptInfo> getRoomDevOpts() {
return this.roomDevOpts;
}
public GProSecurityResult getSecResult() {
return this.secResult;
}
public String getTipMsg() {
return this.tipMsg;
}
public String getTrtcKey() {
return this.trtcKey;
}
public int getUserState() {
return this.userState;
}
public String toString() {
return "GProUserAVRspInfo{tipMsg=" + this.tipMsg + ",secResult=" + this.secResult + ",trtcKey=" + this.trtcKey + ",userState=" + this.userState + ",devOpt=" + this.devOpt + ",roomDevOpts=" + this.roomDevOpts + ",}";
}
public GProUserAVRspInfo(String str, GProSecurityResult gProSecurityResult, String str2, int i2, GProAVDevOptInfo gProAVDevOptInfo, ArrayList<GProAVRoomCtrlOptInfo> arrayList) {
this.tipMsg = "";
this.secResult = new GProSecurityResult();
this.trtcKey = "";
this.devOpt = new GProAVDevOptInfo();
this.roomDevOpts = new ArrayList<>();
this.tipMsg = str;
this.secResult = gProSecurityResult;
this.trtcKey = str2;
this.userState = i2;
this.devOpt = gProAVDevOptInfo;
this.roomDevOpts = arrayList;
}
}
| 1,885 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
RichTextEmojiContent.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichTextEmojiContent.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class RichTextEmojiContent {
String id;
String name;
String type;
String url;
public RichTextEmojiContent() {
this.id = "";
this.type = "";
this.name = "";
this.url = "";
}
public String getId() {
return this.id;
}
public String getName() {
return this.name;
}
public String getType() {
return this.type;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "RichTextEmojiContent{id=" + this.id + ",type=" + this.type + ",name=" + this.name + ", url = " + this.url + ",}";
}
public RichTextEmojiContent(String str, String str2, String str3, String str4) {
this.id = "";
this.type = "";
this.name = "";
this.url = "";
this.id = str;
this.type = str2;
this.name = str3;
this.url = str4;
}
}
| 1,050 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetAtMeMsgRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetAtMeMsgRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGetAtMeMsgRsp implements Serializable {
GProRecommendExtInfo extInfo;
ArrayList<GProRecommendChannelInfo> msgList;
int nextTs;
long serialVersionUID;
public GProGetAtMeMsgRsp() {
this.serialVersionUID = 1L;
this.msgList = new ArrayList<>();
this.extInfo = new GProRecommendExtInfo();
}
public GProRecommendExtInfo getExtInfo() {
return this.extInfo;
}
public ArrayList<GProRecommendChannelInfo> getMsgList() {
return this.msgList;
}
public int getNextTs() {
return this.nextTs;
}
public String toString() {
return "GProGetAtMeMsgRsp{msgList=" + this.msgList + ",nextTs=" + this.nextTs + ",extInfo=" + this.extInfo + ",}";
}
public GProGetAtMeMsgRsp(ArrayList<GProRecommendChannelInfo> arrayList, int i2, GProRecommendExtInfo gProRecommendExtInfo) {
this.serialVersionUID = 1L;
this.msgList = new ArrayList<>();
this.extInfo = new GProRecommendExtInfo();
this.msgList = arrayList;
this.nextTs = i2;
this.extInfo = gProRecommendExtInfo;
}
}
| 1,276 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProEnterChannelPermission.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProEnterChannelPermission.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProEnterChannelPermission {
boolean allowEnter;
boolean allowLive;
String disallowLiveReason;
String disallowReason;
int liveType;
String liveUrl;
long msgSeq;
public GProEnterChannelPermission() {
this.disallowReason = "";
this.disallowLiveReason = "";
this.liveUrl = "";
}
public boolean getAllowEnter() {
return this.allowEnter;
}
public boolean getAllowLive() {
return this.allowLive;
}
public String getDisallowLiveReason() {
return this.disallowLiveReason;
}
public String getDisallowReason() {
return this.disallowReason;
}
public int getLiveType() {
return this.liveType;
}
public String getLiveUrl() {
return this.liveUrl;
}
public long getMsgSeq() {
return this.msgSeq;
}
public String toString() {
return "GProEnterChannelPermission{allowEnter=" + this.allowEnter + ",disallowReason=" + this.disallowReason + ",allowLive=" + this.allowLive + ",disallowLiveReason=" + this.disallowLiveReason + ",liveUrl=" + this.liveUrl + ",liveType=" + this.liveType + ",msgSeq=" + this.msgSeq + ",}";
}
public GProEnterChannelPermission(boolean z, String str, boolean z2, String str2, String str3, int i2, long j2) {
this.disallowReason = "";
this.disallowLiveReason = "";
this.liveUrl = "";
this.allowEnter = z;
this.disallowReason = str;
this.allowLive = z2;
this.disallowLiveReason = str2;
this.liveUrl = str3;
this.liveType = i2;
this.msgSeq = j2;
}
}
| 1,740 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProPermissionInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPermissionInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProPermissionInfo {
ArrayList<Integer> childIds;
int rootId;
public GProPermissionInfo() {
this.childIds = new ArrayList<>();
}
public ArrayList<Integer> getChildIds() {
return this.childIds;
}
public int getRootId() {
return this.rootId;
}
public String toString() {
return "GProPermissionInfo{rootId=" + this.rootId + ",childIds=" + this.childIds + ",}";
}
public GProPermissionInfo(int i2, ArrayList<Integer> arrayList) {
this.childIds = new ArrayList<>();
this.rootId = i2;
this.childIds = arrayList;
}
}
| 749 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
FeedUrlDownloadReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FeedUrlDownloadReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class FeedUrlDownloadReq {
String savePath;
String url;
public FeedUrlDownloadReq() {
this.url = "";
this.savePath = "";
}
public String getSavePath() {
return this.savePath;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "FeedUrlDownloadReq{url=" + this.url + ",savePath=" + this.savePath + ",}";
}
public FeedUrlDownloadReq(String str, String str2) {
this.url = "";
this.savePath = "";
this.url = str;
this.savePath = str2;
}
}
| 706 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRolePermissionCategory.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRolePermissionCategory.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProRolePermissionCategory {
String name;
int packCount;
public GProRolePermissionCategory() {
this.name = "";
}
public String getName() {
return this.name;
}
public int getPackCount() {
return this.packCount;
}
public String toString() {
return "GProRolePermissionCategory{name=" + this.name + ",packCount=" + this.packCount + ",}";
}
public GProRolePermissionCategory(String str, int i2) {
this.name = "";
this.name = str;
this.packCount = i2;
}
}
| 660 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
BulletinFeedsDownloadInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BulletinFeedsDownloadInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class BulletinFeedsDownloadInfo {
BulletinFeedsFileType downloadType;
int errorCode;
String errorMsg;
String feedsId;
String fileId;
String fileName;
int levelType;
long progress;
String savePath;
String url;
public BulletinFeedsDownloadInfo() {
this.errorMsg = "";
this.feedsId = "";
this.fileId = "";
this.downloadType = BulletinFeedsFileType.values()[0];
this.fileName = "";
this.url = "";
this.savePath = "";
}
public BulletinFeedsFileType getDownloadType() {
return this.downloadType;
}
public int getErrorCode() {
return this.errorCode;
}
public String getErrorMsg() {
return this.errorMsg;
}
public String getFeedsId() {
return this.feedsId;
}
public String getFileId() {
return this.fileId;
}
public String getFileName() {
return this.fileName;
}
public int getLevelType() {
return this.levelType;
}
public long getProgress() {
return this.progress;
}
public String getSavePath() {
return this.savePath;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "BulletinFeedsDownloadInfo{errorCode=" + this.errorCode + ",errorMsg=" + this.errorMsg + ",progress=" + this.progress + ",feedsId=" + this.feedsId + ",fileId=" + this.fileId + ",downloadType=" + this.downloadType + ",fileName=" + this.fileName + ",levelType=" + this.levelType + this.url + ",savePath=" + this.savePath + ",}";
}
public BulletinFeedsDownloadInfo(int i2, String str, long j2, String str2, String str3, BulletinFeedsFileType bulletinFeedsFileType, String str4, int i3, String str5, String str6) {
this.errorMsg = "";
this.feedsId = "";
this.fileId = "";
this.downloadType = BulletinFeedsFileType.values()[0];
this.fileName = "";
this.url = "";
this.savePath = "";
this.errorCode = i2;
this.errorMsg = str;
this.progress = j2;
this.feedsId = str2;
this.fileId = str3;
this.downloadType = bulletinFeedsFileType;
this.fileName = str4;
this.levelType = i3;
this.url = str5;
this.savePath = str6;
}
} | 2,401 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProPrefetchRecommendRedDotInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPrefetchRecommendRedDotInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProPrefetchRecommendRedDotInfo implements Serializable {
boolean isDisplay;
long serialVersionUID = 1;
public GProPrefetchRecommendRedDotInfo() {
}
public boolean getIsDisplay() {
return this.isDisplay;
}
public String toString() {
return "GProPrefetchRecommendRedDotInfo{isDisplay=" + this.isDisplay + ",}";
}
public GProPrefetchRecommendRedDotInfo(boolean z) {
this.isDisplay = z;
}
}
| 587 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendMyFeed.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendMyFeed.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProRecommendMyFeed implements Serializable {
byte[] data;
long serialVersionUID;
GProRecommendFeedShareInfo shareInfo;
public GProRecommendMyFeed() {
this.serialVersionUID = 1L;
this.data = new byte[0];
this.shareInfo = new GProRecommendFeedShareInfo();
}
public byte[] getData() {
return this.data;
}
public GProRecommendFeedShareInfo getShareInfo() {
return this.shareInfo;
}
public String toString() {
return "GProRecommendMyFeed{data=" + this.data + ",shareInfo=" + this.shareInfo + ",}";
}
public GProRecommendMyFeed(byte[] bArr, GProRecommendFeedShareInfo gProRecommendFeedShareInfo) {
this.serialVersionUID = 1L;
this.data = new byte[0];
this.shareInfo = new GProRecommendFeedShareInfo();
this.data = bArr;
this.shareInfo = gProRecommendFeedShareInfo;
}
}
| 1,040 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupBulletinFeed.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupBulletinFeed.java | package com.tencent.qqnt.kernel.nativeinterface;
public final class GroupBulletinFeed {
int cn;
String feedId;
int fn;
int isAllConfirm;
int isRead;
/* renamed from: msg reason: collision with root package name */
GroupBulletinFeedMsg f305541msg;
int pinned;
long publishTime;
int readNum;
GroupBulletinFeedSetting settings;
int type;
long uin;
int vn;
public GroupBulletinFeed() {
this.feedId = "";
this.f305541msg = new GroupBulletinFeedMsg();
this.settings = new GroupBulletinFeedSetting();
}
public int getCn() {
return this.cn;
}
public String getFeedId() {
return this.feedId;
}
public int getFn() {
return this.fn;
}
public int getIsAllConfirm() {
return this.isAllConfirm;
}
public int getIsRead() {
return this.isRead;
}
public GroupBulletinFeedMsg getMsg() {
return this.f305541msg;
}
public int getPinned() {
return this.pinned;
}
public long getPublishTime() {
return this.publishTime;
}
public int getReadNum() {
return this.readNum;
}
public GroupBulletinFeedSetting getSettings() {
return this.settings;
}
public int getType() {
return this.type;
}
public long getUin() {
return this.uin;
}
public int getVn() {
return this.vn;
}
public String toString() {
return "GroupBulletinFeed{uin=" + this.uin + ",feedId=" + this.feedId + ",publishTime=" + this.publishTime + ",msg=" + this.f305541msg + ",type=" + this.type + ",fn=" + this.fn + ",cn=" + this.cn + ",vn=" + this.vn + ",settings=" + this.settings + ",pinned=" + this.pinned + ",readNum=" + this.readNum + ",isRead=" + this.isRead + ",isAllConfirm=" + this.isAllConfirm + ",}";
}
public GroupBulletinFeed(long j2, String str, long j3, GroupBulletinFeedMsg groupBulletinFeedMsg, int i2, int i3, int i4, int i5, GroupBulletinFeedSetting groupBulletinFeedSetting, int i6, int i7, int i8, int i9) {
this.feedId = "";
this.f305541msg = new GroupBulletinFeedMsg();
this.settings = new GroupBulletinFeedSetting();
this.uin = j2;
this.feedId = str;
this.publishTime = j3;
this.f305541msg = groupBulletinFeedMsg;
this.type = i2;
this.fn = i3;
this.cn = i4;
this.vn = i5;
this.settings = groupBulletinFeedSetting;
this.pinned = i6;
this.readNum = i7;
this.isRead = i8;
this.isAllConfirm = i9;
}
} | 2,623 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
CalendarElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CalendarElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
public final class CalendarElement implements Serializable {
long expireTimeMs;
/* renamed from: msg reason: collision with root package name */
String msg;
String schema;
int schemaType;
long serialVersionUID;
String summary;
public CalendarElement() {
this.serialVersionUID = 1L;
this.summary = "";
this.msg = "";
this.schema = "";
}
public long getExpireTimeMs() {
return this.expireTimeMs;
}
public String getMsg() {
return this.msg;
}
public String getSchema() {
return this.schema;
}
public int getSchemaType() {
return this.schemaType;
}
public String getSummary() {
return this.summary;
}
public String toString() {
return "CalendarElement{summary=" + this.summary + ",msg=" + this.msg + ",expireTimeMs=" + this.expireTimeMs + ",schemaType=" + this.schemaType + ",schema=" + this.schema + ",}";
}
public CalendarElement(String str, String str2, long j2, int i2, String str3) {
this.serialVersionUID = 1L;
this.summary = str;
this.msg = str2;
this.expireTimeMs = j2;
this.schemaType = i2;
this.schema = str3;
}
}
| 1,330 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
ReplyAbsFaceElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ReplyAbsFaceElement.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class ReplyAbsFaceElement {
int faceIndex;
String faceText;
int faceType;
public ReplyAbsFaceElement() {
}
public int getFaceIndex() {
return this.faceIndex;
}
public String getFaceText() {
return this.faceText;
}
public int getFaceType() {
return this.faceType;
}
public String toString() {
return "ReplyAbsFaceElement{faceIndex=" + this.faceIndex + ",faceText=" + this.faceText + ",faceType=" + this.faceType + ",}";
}
public ReplyAbsFaceElement(int i2, String str, int i3) {
this.faceIndex = i2;
this.faceText = str;
this.faceType = i3;
}
}
| 784 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProStreamURL.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProStreamURL.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProStreamURL implements Serializable {
String playUrl;
long serialVersionUID;
String streamName;
public GProStreamURL() {
this.serialVersionUID = 1L;
this.streamName = "";
this.playUrl = "";
}
public String getPlayUrl() {
return this.playUrl;
}
public String getStreamName() {
return this.streamName;
}
public String toString() {
return "GProStreamURL{streamName=" + this.streamName + ",playUrl=" + this.playUrl + ",}";
}
public GProStreamURL(String str, String str2) {
this.serialVersionUID = 1L;
this.streamName = "";
this.playUrl = "";
this.streamName = str;
this.playUrl = str2;
}
}
| 864 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
RichTextTextContent.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/RichTextTextContent.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class RichTextTextContent {
String text;
public RichTextTextContent() {
this.text = "";
}
public String getText() {
return this.text;
}
public String toString() {
return "RichTextTextContent{text=" + this.text + ",}";
}
public RichTextTextContent(String str) {
this.text = "";
this.text = str;
}
}
| 496 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
XmlElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/XmlElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.HashMap;
/* compiled from: P */
/* loaded from: classes.dex */
public final class XmlElement implements Serializable {
long busiId;
long busiType;
int c2cType;
String content;
int ctrlFlag;
HashMap<String, String> members;
byte[] pbReserv;
Long seqId;
long serialVersionUID;
int serviceType;
Long templId;
HashMap<String, String> templParam;
public XmlElement() {
this.serialVersionUID = 1L;
this.content = "";
}
public long getBusiId() {
return this.busiId;
}
public long getBusiType() {
return this.busiType;
}
public int getC2cType() {
return this.c2cType;
}
public String getContent() {
return this.content;
}
public int getCtrlFlag() {
return this.ctrlFlag;
}
public HashMap<String, String> getMembers() {
return this.members;
}
public byte[] getPbReserv() {
return this.pbReserv;
}
public Long getSeqId() {
return this.seqId;
}
public int getServiceType() {
return this.serviceType;
}
public Long getTemplId() {
return this.templId;
}
public HashMap<String, String> getTemplParam() {
return this.templParam;
}
public String toString() {
return "XmlElement{busiType=" + this.busiType + ",busiId=" + this.busiId + ",c2cType=" + this.c2cType + ",serviceType=" + this.serviceType + ",ctrlFlag=" + this.ctrlFlag + ",content=" + this.content + ",templId=" + this.templId + ",seqId=" + this.seqId + ",templParam=" + this.templParam + ",pbReserv=" + this.pbReserv + ",members=" + this.members + ",}";
}
public XmlElement(long j2, long j3, int i2, int i3, int i4, String str, Long l2, Long l3, HashMap<String, String> hashMap, byte[] bArr, HashMap<String, String> hashMap2) {
this.serialVersionUID = 1L;
this.content = "";
this.busiType = j2;
this.busiId = j3;
this.c2cType = i2;
this.serviceType = i3;
this.ctrlFlag = i4;
this.content = str;
this.templId = l2;
this.seqId = l3;
this.templParam = hashMap;
this.pbReserv = bArr;
this.members = hashMap2;
}
}
| 2,341 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProDailyRecommendPush.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProDailyRecommendPush.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProDailyRecommendPush {
String avatar;
String jumpLink;
String subTitle;
String title;
public GProDailyRecommendPush() {
this.title = "";
this.subTitle = "";
this.jumpLink = "";
this.avatar = "";
}
public String getAvatar() {
return this.avatar;
}
public String getJumpLink() {
return this.jumpLink;
}
public String getSubTitle() {
return this.subTitle;
}
public String getTitle() {
return this.title;
}
public String toString() {
return "GProDailyRecommendPush{title=" + this.title + ",subTitle=" + this.subTitle + ",jumpLink=" + this.jumpLink + ",avatar=" + this.avatar + ",}";
}
public GProDailyRecommendPush(String str, String str2, String str3, String str4) {
this.title = "";
this.subTitle = "";
this.jumpLink = "";
this.avatar = "";
this.title = str;
this.subTitle = str2;
this.jumpLink = str3;
this.avatar = str4;
}
}
| 1,143 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProArchiveTemplate2.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProArchiveTemplate2.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProArchiveTemplate2 {
String desc1;
String desc2;
String desc3;
String desc4;
String desc5;
String desc6;
String desc7;
String title1;
String title2;
String title3;
String title4;
String title5;
String title6;
String title7;
public GProArchiveTemplate2() {
this.title1 = "";
this.desc1 = "";
this.title2 = "";
this.desc2 = "";
this.title3 = "";
this.desc3 = "";
this.title4 = "";
this.desc4 = "";
this.title5 = "";
this.desc5 = "";
this.title6 = "";
this.desc6 = "";
this.title7 = "";
this.desc7 = "";
}
public String getDesc1() {
return this.desc1;
}
public String getDesc2() {
return this.desc2;
}
public String getDesc3() {
return this.desc3;
}
public String getDesc4() {
return this.desc4;
}
public String getDesc5() {
return this.desc5;
}
public String getDesc6() {
return this.desc6;
}
public String getDesc7() {
return this.desc7;
}
public String getTitle1() {
return this.title1;
}
public String getTitle2() {
return this.title2;
}
public String getTitle3() {
return this.title3;
}
public String getTitle4() {
return this.title4;
}
public String getTitle5() {
return this.title5;
}
public String getTitle6() {
return this.title6;
}
public String getTitle7() {
return this.title7;
}
public String toString() {
return "GProArchiveTemplate2{title1=" + this.title1 + ",desc1=" + this.desc1 + ",title2=" + this.title2 + ",desc2=" + this.desc2 + ",title3=" + this.title3 + ",desc3=" + this.desc3 + ",title4=" + this.title4 + ",desc4=" + this.desc4 + ",title5=" + this.title5 + ",desc5=" + this.desc5 + ",title6=" + this.title6 + ",desc6=" + this.desc6 + ",title7=" + this.title7 + ",desc7=" + this.desc7 + ",}";
}
public GProArchiveTemplate2(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14) {
this.title1 = "";
this.desc1 = "";
this.title2 = "";
this.desc2 = "";
this.title3 = "";
this.desc3 = "";
this.title4 = "";
this.desc4 = "";
this.title5 = "";
this.desc5 = "";
this.title6 = "";
this.desc6 = "";
this.title7 = "";
this.desc7 = "";
this.title1 = str;
this.desc1 = str2;
this.title2 = str3;
this.desc2 = str4;
this.title3 = str5;
this.desc3 = str6;
this.title4 = str7;
this.desc4 = str8;
this.title5 = str9;
this.desc5 = str10;
this.title6 = str11;
this.desc6 = str12;
this.title7 = str13;
this.desc7 = str14;
}
}
| 3,125 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProBannerBlockList.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBannerBlockList.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBannerBlockList implements Serializable {
String blockName;
ArrayList<GProBlockBaseInfo> list;
long serialVersionUID;
public GProBannerBlockList() {
this.serialVersionUID = 1L;
this.blockName = "";
this.list = new ArrayList<>();
}
public String getBlockName() {
return this.blockName;
}
public ArrayList<GProBlockBaseInfo> getList() {
return this.list;
}
public String toString() {
return "GProBannerBlockList{blockName=" + this.blockName + ",list=" + this.list + ",}";
}
public GProBannerBlockList(String str, ArrayList<GProBlockBaseInfo> arrayList) {
this.serialVersionUID = 1L;
this.blockName = "";
this.list = new ArrayList<>();
this.blockName = str;
this.list = arrayList;
}
}
| 990 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
PttElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PttElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class PttElement implements IKernelModel {
int autoConvertText;
boolean canConvert2Text;
int duration;
Integer fileBizId;
Integer fileId;
String fileName;
String filePath;
long fileSize;
String fileSubId;
String fileUuid;
int formatType;
byte[] importRichMediaContext;
Integer invalidState;
String md5HexStr;
Integer playState;
Integer progress;
String text;
Integer transferStatus;
Integer translateStatus;
int voiceChangeType;
int voiceType;
ArrayList<Byte> waveAmplitudes;
public PttElement() {
this.fileName = "";
this.filePath = "";
this.md5HexStr = "";
this.waveAmplitudes = new ArrayList<>();
this.fileSubId = "";
}
public int getAutoConvertText() {
return this.autoConvertText;
}
public boolean getCanConvert2Text() {
return this.canConvert2Text;
}
public int getDuration() {
return this.duration;
}
public Integer getFileBizId() {
return this.fileBizId;
}
public Integer getFileId() {
return this.fileId;
}
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 String getFileUuid() {
return this.fileUuid;
}
public int getFormatType() {
return this.formatType;
}
public byte[] getImportRichMediaContext() {
return this.importRichMediaContext;
}
public Integer getInvalidState() {
return this.invalidState;
}
public String getMd5HexStr() {
return this.md5HexStr;
}
public Integer getPlayState() {
return this.playState;
}
public Integer getProgress() {
return this.progress;
}
public String getText() {
return this.text;
}
public Integer getTransferStatus() {
return this.transferStatus;
}
public Integer getTranslateStatus() {
return this.translateStatus;
}
public int getVoiceChangeType() {
return this.voiceChangeType;
}
public int getVoiceType() {
return this.voiceType;
}
public ArrayList<Byte> getWaveAmplitudes() {
return this.waveAmplitudes;
}
public void setAutoConvertText(int i2) {
this.autoConvertText = i2;
}
public void setCanConvert2Text(boolean z) {
this.canConvert2Text = z;
}
public void setDuration(int i2) {
this.duration = i2;
}
public void setFileBizId(Integer num) {
this.fileBizId = num;
}
public void setFileId(Integer num) {
this.fileId = num;
}
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 setFileUuid(String str) {
this.fileUuid = str;
}
public void setFormatType(int i2) {
this.formatType = i2;
}
public void setImportRichMediaContext(byte[] bArr) {
this.importRichMediaContext = bArr;
}
public void setInvalidState(Integer num) {
this.invalidState = num;
}
public void setMd5HexStr(String str) {
this.md5HexStr = str;
}
public void setPlayState(Integer num) {
this.playState = num;
}
public void setProgress(Integer num) {
this.progress = num;
}
public void setText(String str) {
this.text = str;
}
public void setTransferStatus(Integer num) {
this.transferStatus = num;
}
public void setTranslateStatus(Integer num) {
this.translateStatus = num;
}
public void setVoiceChangeType(int i2) {
this.voiceChangeType = i2;
}
public void setVoiceType(int i2) {
this.voiceType = i2;
}
public void setWaveAmplitudes(ArrayList<Byte> arrayList) {
this.waveAmplitudes = arrayList;
}
public String toString() {
return "PttElement{fileName=" + this.fileName + ",filePath=" + this.filePath + ",md5HexStr=" + this.md5HexStr + ",fileSize=" + this.fileSize + ",duration=" + this.duration + ",formatType=" + this.formatType + ",voiceType=" + this.voiceType + ",autoConvertText=" + this.autoConvertText + ",voiceChangeType=" + this.voiceChangeType + ",canConvert2Text=" + this.canConvert2Text + ",fileId=" + this.fileId + ",fileUuid=" + this.fileUuid + ",text=" + this.text + ",translateStatus=" + this.translateStatus + ",transferStatus=" + this.transferStatus + ",progress=" + this.progress + ",playState=" + this.playState + ",waveAmplitudes=" + this.waveAmplitudes + ",invalidState=" + this.invalidState + ",fileSubId=" + this.fileSubId + ",fileBizId=" + this.fileBizId + ",importRichMediaContext=" + this.importRichMediaContext + ",}";
}
public PttElement(String str, String str2, String str3, long j2, int i2, int i3, int i4, int i5, int i6, boolean z, Integer num, String str4, String str5, Integer num2, Integer num3, Integer num4, Integer num5, ArrayList<Byte> arrayList, Integer num6, String str6, Integer num7, byte[] bArr) {
this.fileName = "";
this.filePath = "";
this.md5HexStr = "";
this.waveAmplitudes = new ArrayList<>();
this.fileSubId = "";
this.fileName = str;
this.filePath = str2;
this.md5HexStr = str3;
this.fileSize = j2;
this.duration = i2;
this.formatType = i3;
this.voiceType = i4;
this.autoConvertText = i5;
this.voiceChangeType = i6;
this.canConvert2Text = z;
this.fileId = num;
this.fileUuid = str4;
this.text = str5;
this.translateStatus = num2;
this.transferStatus = num3;
this.progress = num4;
this.playState = num5;
this.waveAmplitudes = arrayList;
this.invalidState = num6;
this.fileSubId = str6;
this.fileBizId = num7;
this.importRichMediaContext = bArr;
}
}
| 6,442 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendTextChannel.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendTextChannel.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes22.dex */
public final class GProRecommendTextChannel implements Serializable {
ArrayList<String> avatars;
boolean isActive;
ArrayList<String> memberAvatars;
ArrayList<MsgAbstract> msgAbstracts;
String msgSummary;
int noreadNum;
long serialVersionUID;
String tagMsg;
public GProRecommendTextChannel() {
this.serialVersionUID = 1L;
this.msgAbstracts = new ArrayList<>();
this.avatars = new ArrayList<>();
this.tagMsg = "";
this.msgSummary = "";
this.memberAvatars = new ArrayList<>();
}
public ArrayList<String> getAvatars() {
return this.avatars;
}
public boolean getIsActive() {
return this.isActive;
}
public ArrayList<String> getMemberAvatars() {
return this.memberAvatars;
}
public ArrayList<MsgAbstract> getMsgAbstracts() {
return this.msgAbstracts;
}
public String getMsgSummary() {
return this.msgSummary;
}
public int getNoreadNum() {
return this.noreadNum;
}
public String getTagMsg() {
return this.tagMsg;
}
public String toString() {
return "GProRecommendTextChannel{msgAbstracts=" + this.msgAbstracts + ",avatars=" + this.avatars + ",noreadNum=" + this.noreadNum + ",isActive=" + this.isActive + ",tagMsg=" + this.tagMsg + ",msgSummary=" + this.msgSummary + ",memberAvatars=" + this.memberAvatars + ",}";
}
public GProRecommendTextChannel(ArrayList<MsgAbstract> arrayList, ArrayList<String> arrayList2, int i2, boolean z, String str, String str2, ArrayList<String> arrayList3) {
this.serialVersionUID = 1L;
this.msgAbstracts = new ArrayList<>();
this.avatars = new ArrayList<>();
this.tagMsg = "";
this.msgSummary = "";
this.memberAvatars = new ArrayList<>();
this.msgAbstracts = arrayList;
this.avatars = arrayList2;
this.noreadNum = i2;
this.isActive = z;
this.tagMsg = str;
this.msgSummary = str2;
this.memberAvatars = arrayList3;
}
}
| 2,219 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
LocalGrayTipRobot.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LocalGrayTipRobot.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class LocalGrayTipRobot implements Serializable {
boolean isBlackRobot;
long robotTid;
long serialVersionUID = 1;
public LocalGrayTipRobot() {
}
public boolean getIsBlackRobot() {
return this.isBlackRobot;
}
public long getRobotTid() {
return this.robotTid;
}
public String toString() {
return "LocalGrayTipRobot{robotTid=" + this.robotTid + ",isBlackRobot=" + this.isBlackRobot + ",}";
}
public LocalGrayTipRobot(long j2, boolean z) {
this.robotTid = j2;
this.isBlackRobot = z;
}
}
| 728 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
LocalGrayTipElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LocalGrayTipElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class LocalGrayTipElement implements Serializable {
LocalGrayTipDirect direct;
String extraJson;
LocalGrayTipRobot robot;
long serialVersionUID;
int type;
public LocalGrayTipElement() {
this.serialVersionUID = 1L;
this.extraJson = "";
}
public LocalGrayTipDirect getDirect() {
return this.direct;
}
public String getExtraJson() {
return this.extraJson;
}
public LocalGrayTipRobot getRobot() {
return this.robot;
}
public int getType() {
return this.type;
}
public String toString() {
return "LocalGrayTipElement{type=" + this.type + ",robot=" + this.robot + ",direct=" + this.direct + ",extraJson=" + this.extraJson + ",}";
}
public LocalGrayTipElement(int i2, LocalGrayTipRobot localGrayTipRobot, LocalGrayTipDirect localGrayTipDirect, String str) {
this.serialVersionUID = 1L;
this.extraJson = "";
this.type = i2;
this.robot = localGrayTipRobot;
this.direct = localGrayTipDirect;
this.extraJson = str;
}
}
| 1,243 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGetRecommendTagListReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGetRecommendTagListReq.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProGetRecommendTagListReq {
int businessType;
byte[] cookies;
String groupId;
GProBottomTabSourceInfo source;
String type;
public GProGetRecommendTagListReq() {
this.groupId = "";
this.type = "";
this.source = new GProBottomTabSourceInfo();
this.cookies = new byte[0];
}
public int getBusinessType() {
return this.businessType;
}
public byte[] getCookies() {
return this.cookies;
}
public String getGroupId() {
return this.groupId;
}
public GProBottomTabSourceInfo getSource() {
return this.source;
}
public String getType() {
return this.type;
}
public String toString() {
return "GProGetRecommendTagListReq{businessType=" + this.businessType + ",groupId=" + this.groupId + ",type=" + this.type + ",source=" + this.source + ",cookies=" + this.cookies + ",}";
}
public GProGetRecommendTagListReq(int i2, String str, String str2, GProBottomTabSourceInfo gProBottomTabSourceInfo, byte[] bArr) {
this.groupId = "";
this.type = "";
this.source = new GProBottomTabSourceInfo();
this.cookies = new byte[0];
this.businessType = i2;
this.groupId = str;
this.type = str2;
this.source = gProBottomTabSourceInfo;
this.cookies = bArr;
}
}
| 1,473 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchResultGroup.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchResultGroup.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* compiled from: P */
/* loaded from: classes.dex */
public final class SearchResultGroup {
long groupMask;
String groupName;
ArrayList<String> highlightWords;
String moreName;
String moreUrl;
ArrayList<SearchResultItem> resultItem;
int totalCount;
public SearchResultGroup() {
this.resultItem = new ArrayList<>();
this.groupName = "";
this.moreUrl = "";
this.moreName = "";
this.highlightWords = new ArrayList<>();
}
public long getGroupMask() {
return this.groupMask;
}
public String getGroupName() {
return this.groupName;
}
public ArrayList<String> getHighlightWords() {
return this.highlightWords;
}
public String getMoreName() {
return this.moreName;
}
public String getMoreUrl() {
return this.moreUrl;
}
public ArrayList<SearchResultItem> getResultItem() {
return this.resultItem;
}
public int getTotalCount() {
return this.totalCount;
}
public String toString() {
return "SearchResultGroup{groupMask=" + this.groupMask + ",resultItem=" + this.resultItem + ",groupName=" + this.groupName + ",totalCount=" + this.totalCount + ",moreUrl=" + this.moreUrl + ",moreName=" + this.moreName + ",highlightWords=" + this.highlightWords + ",}";
}
public SearchResultGroup(long j2, ArrayList<SearchResultItem> arrayList, String str, int i2, String str2, String str3, ArrayList<String> arrayList2) {
this.resultItem = new ArrayList<>();
this.groupName = "";
this.moreUrl = "";
this.moreName = "";
this.highlightWords = new ArrayList<>();
this.groupMask = j2;
this.resultItem = arrayList;
this.groupName = str;
this.totalCount = i2;
this.moreUrl = str2;
this.moreName = str3;
this.highlightWords = arrayList2;
}
}
| 2,005 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupNotifyMsgStatus.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupNotifyMsgStatus.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum GroupNotifyMsgStatus {
KINIT,
KUNHANDLE,
KAGREED,
KREFUSED,
KIGNORED
}
| 208 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProPrefetchRecommendBubbleInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPrefetchRecommendBubbleInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProPrefetchRecommendBubbleInfo implements Serializable {
boolean isDisplay;
long serialVersionUID;
String tips;
public GProPrefetchRecommendBubbleInfo() {
this.serialVersionUID = 1L;
this.tips = "";
}
public boolean getIsDisplay() {
return this.isDisplay;
}
public String getTips() {
return this.tips;
}
public String toString() {
return "GProPrefetchRecommendBubbleInfo{isDisplay=" + this.isDisplay + ",tips=" + this.tips + ",}";
}
public GProPrefetchRecommendBubbleInfo(boolean z, String str) {
this.serialVersionUID = 1L;
this.tips = "";
this.isDisplay = z;
this.tips = str;
}
}
| 843 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SearchGroupChatInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchGroupChatInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class SearchGroupChatInfo {
long groupCode;
String groupName;
boolean hasModifyConfGroupFace;
boolean hasModifyConfGroupName;
boolean isConf;
String remark;
public SearchGroupChatInfo() {
this.groupName = "";
this.remark = "";
}
public long getGroupCode() {
return this.groupCode;
}
public String getGroupName() {
return this.groupName;
}
public boolean getHasModifyConfGroupFace() {
return this.hasModifyConfGroupFace;
}
public boolean getHasModifyConfGroupName() {
return this.hasModifyConfGroupName;
}
public boolean getIsConf() {
return this.isConf;
}
public String getRemark() {
return this.remark;
}
public String toString() {
return "SearchGroupChatInfo{groupCode=" + this.groupCode + ",isConf=" + this.isConf + ",hasModifyConfGroupFace=" + this.hasModifyConfGroupFace + ",hasModifyConfGroupName=" + this.hasModifyConfGroupName + ",groupName=" + this.groupName + ",remark=" + this.remark + ",}";
}
public SearchGroupChatInfo(long j2, boolean z, boolean z2, boolean z3, String str, String str2) {
this.groupName = "";
this.remark = "";
this.groupCode = j2;
this.isConf = z;
this.hasModifyConfGroupFace = z2;
this.hasModifyConfGroupName = z3;
this.groupName = str;
this.remark = str2;
}
}
| 1,552 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGuildData.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildData.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGuildData {
ArrayList<GProRecommendCategoryInfo> categoryList;
ArrayList<GProRecommendChannelExtendInfo> channelExtendInfo;
ArrayList<GProPollingData> dataList;
GProRecommendGuildInfo guildInfo;
public GProGuildData() {
this.guildInfo = new GProRecommendGuildInfo();
this.categoryList = new ArrayList<>();
this.channelExtendInfo = new ArrayList<>();
this.dataList = new ArrayList<>();
}
public ArrayList<GProRecommendCategoryInfo> getCategoryList() {
return this.categoryList;
}
public ArrayList<GProRecommendChannelExtendInfo> getChannelExtendInfo() {
return this.channelExtendInfo;
}
public ArrayList<GProPollingData> getDataList() {
return this.dataList;
}
public GProRecommendGuildInfo getGuildInfo() {
return this.guildInfo;
}
public String toString() {
return "GProGuildData{guildInfo=" + this.guildInfo + ",categoryList=" + this.categoryList + ",channelExtendInfo=" + this.channelExtendInfo + ",dataList=" + this.dataList + ",}";
}
public GProGuildData(GProRecommendGuildInfo gProRecommendGuildInfo, ArrayList<GProRecommendCategoryInfo> arrayList, ArrayList<GProRecommendChannelExtendInfo> arrayList2, ArrayList<GProPollingData> arrayList3) {
this.guildInfo = new GProRecommendGuildInfo();
this.categoryList = new ArrayList<>();
this.channelExtendInfo = new ArrayList<>();
this.dataList = new ArrayList<>();
this.guildInfo = gProRecommendGuildInfo;
this.categoryList = arrayList;
this.channelExtendInfo = arrayList2;
this.dataList = arrayList3;
}
}
| 1,805 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
ATTYPE.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ATTYPE.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public enum ATTYPE {
UNKNOWN_AT_TYPE,
AT_EXPLICIT_USER,
AT_ROLE_GROUP,
AT_GUILD
}
| 180 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProGuildMsgReadReportReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildMsgReadReportReq.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProGuildMsgReadReportReq {
ArrayList<GProMyChannelInfo> rptMsgMyChannelList;
int uint32Type;
long uint64MemberId;
public GProGuildMsgReadReportReq() {
this.rptMsgMyChannelList = new ArrayList<>();
}
public ArrayList<GProMyChannelInfo> getRptMsgMyChannelList() {
return this.rptMsgMyChannelList;
}
public int getUint32Type() {
return this.uint32Type;
}
public long getUint64MemberId() {
return this.uint64MemberId;
}
public String toString() {
return "GProGuildMsgReadReportReq{uint64MemberId=" + this.uint64MemberId + ",rptMsgMyChannelList=" + this.rptMsgMyChannelList + ",uint32Type=" + this.uint32Type + ",}";
}
public GProGuildMsgReadReportReq(long j2, ArrayList<GProMyChannelInfo> arrayList, int i2) {
this.rptMsgMyChannelList = new ArrayList<>();
this.uint64MemberId = j2;
this.rptMsgMyChannelList = arrayList;
this.uint32Type = i2;
}
}
| 1,111 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProRecommendRobotInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendRobotInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes22.dex */
public final class GProRecommendRobotInfo implements Serializable {
String avatar;
String desc;
ArrayList<String> introduceList;
String name;
long robotUin;
long serialVersionUID;
public GProRecommendRobotInfo() {
this.serialVersionUID = 1L;
this.name = "";
this.desc = "";
this.avatar = "";
this.introduceList = new ArrayList<>();
}
public String getAvatar() {
return this.avatar;
}
public String getDesc() {
return this.desc;
}
public ArrayList<String> getIntroduceList() {
return this.introduceList;
}
public String getName() {
return this.name;
}
public long getRobotUin() {
return this.robotUin;
}
public String toString() {
return "GProRecommendRobotInfo{name=" + this.name + ",desc=" + this.desc + ",avatar=" + this.avatar + ",introduceList=" + this.introduceList + ",robotUin=" + this.robotUin + ",}";
}
public GProRecommendRobotInfo(String str, String str2, String str3, ArrayList<String> arrayList, long j2) {
this.serialVersionUID = 1L;
this.name = "";
this.desc = "";
this.avatar = "";
this.introduceList = new ArrayList<>();
this.name = str;
this.desc = str2;
this.avatar = str3;
this.introduceList = arrayList;
this.robotUin = j2;
}
}
| 1,554 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
SharedMsgInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SharedMsgInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class SharedMsgInfo {
boolean isSharedMsg;
public SharedMsgInfo() {
}
public boolean getIsSharedMsg() {
return this.isSharedMsg;
}
public String toString() {
return "SharedMsgInfo{isSharedMsg=" + this.isSharedMsg + ",}";
}
public SharedMsgInfo(boolean z) {
this.isSharedMsg = z;
}
}
| 464 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProTopFeed.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProTopFeed.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProTopFeed {
long createTime;
GProTopFeedAbstract feedAbstract;
String feedId;
long operatorTinyId;
long topTimestamp;
String userId;
public GProTopFeed() {
this.feedId = "";
this.userId = "";
this.feedAbstract = new GProTopFeedAbstract();
}
public long getCreateTime() {
return this.createTime;
}
public GProTopFeedAbstract getFeedAbstract() {
return this.feedAbstract;
}
public String getFeedId() {
return this.feedId;
}
public long getOperatorTinyId() {
return this.operatorTinyId;
}
public long getTopTimestamp() {
return this.topTimestamp;
}
public String getUserId() {
return this.userId;
}
public String toString() {
return "GProTopFeed{feedId=" + this.feedId + ",userId=" + this.userId + ",createTime=" + this.createTime + ",feedAbstract=" + this.feedAbstract + ",topTimestamp=" + this.topTimestamp + ",operatorTinyId=" + this.operatorTinyId + ",}";
}
public GProTopFeed(String str, String str2, long j2, GProTopFeedAbstract gProTopFeedAbstract, long j3, long j4) {
this.feedId = "";
this.userId = "";
this.feedAbstract = new GProTopFeedAbstract();
this.feedId = str;
this.userId = str2;
this.createTime = j2;
this.feedAbstract = gProTopFeedAbstract;
this.topTimestamp = j3;
this.operatorTinyId = j4;
}
}
| 1,572 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
VASRecentContactMsgElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASRecentContactMsgElement.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes.dex */
public final class VASRecentContactMsgElement {
Integer bubbleId;
public VASRecentContactMsgElement() {
}
public Integer getBubbleId() {
return this.bubbleId;
}
public String toString() {
return "VASRecentContactMsgElement{bubbleId=" + this.bubbleId + ",}";
}
public VASRecentContactMsgElement(Integer num) {
this.bubbleId = num;
}
}
| 502 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProAnchorPrepareRsp.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorPrepareRsp.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorPrepareRsp {
String defaultRoomName;
GProAnchorRoomInfo info;
Integer logoNum;
Integer uploadCodecType;
public GProAnchorPrepareRsp() {
}
public String getDefaultRoomName() {
return this.defaultRoomName;
}
public GProAnchorRoomInfo getInfo() {
return this.info;
}
public Integer getLogoNum() {
return this.logoNum;
}
public Integer getUploadCodecType() {
return this.uploadCodecType;
}
public String toString() {
return "GProAnchorPrepareRsp{info=" + this.info + ",defaultRoomName=" + this.defaultRoomName + ",logoNum=" + this.logoNum + ",uploadCodecType=" + this.uploadCodecType + ",}";
}
public GProAnchorPrepareRsp(GProAnchorRoomInfo gProAnchorRoomInfo, String str, Integer num, Integer num2) {
this.info = gProAnchorRoomInfo;
this.defaultRoomName = str;
this.logoNum = num;
this.uploadCodecType = num2;
}
}
| 1,073 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProFeedImageEntity.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFeedImageEntity.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProFeedImageEntity {
int height;
String url;
int width;
public GProFeedImageEntity() {
this.url = "";
}
public int getHeight() {
return this.height;
}
public String getUrl() {
return this.url;
}
public int getWidth() {
return this.width;
}
public String toString() {
return "GProFeedImageEntity{url=" + this.url + ",width=" + this.width + ",height=" + this.height + ",}";
}
public GProFeedImageEntity(String str, int i2, int i3) {
this.url = "";
this.url = str;
this.width = i2;
this.height = i3;
}
}
| 741 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
FileAssistantSource.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileAssistantSource.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum FileAssistantSource {
KUNKNOWN,
KC2C,
KGROUP,
KWEIYUN,
KFAV
}
| 199 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVoiceSmobaGameSmobaRoomInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceSmobaGameSmobaRoomInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProVoiceSmobaGameSmobaRoomInfo {
int gameMode;
ArrayList<Integer> gradeList;
public GProVoiceSmobaGameSmobaRoomInfo() {
this.gradeList = new ArrayList<>();
}
public int getGameMode() {
return this.gameMode;
}
public ArrayList<Integer> getGradeList() {
return this.gradeList;
}
public String toString() {
return "GProVoiceSmobaGameSmobaRoomInfo{gameMode=" + this.gameMode + ",gradeList=" + this.gradeList + ",}";
}
public GProVoiceSmobaGameSmobaRoomInfo(int i2, ArrayList<Integer> arrayList) {
this.gradeList = new ArrayList<>();
this.gameMode = i2;
this.gradeList = arrayList;
}
}
| 821 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
EmojiDownloadType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EmojiDownloadType.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum EmojiDownloadType {
KUNKNOWN,
KCOVER,
KTHUMB,
KSTATIC,
KGIF,
KAPNG,
KZIP
}
| 220 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProPreventAddictionCheckReq.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPreventAddictionCheckReq.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProPreventAddictionCheckReq implements Serializable {
String context;
long serialVersionUID;
public GProPreventAddictionCheckReq() {
this.serialVersionUID = 1L;
this.context = "";
}
public String getContext() {
return this.context;
}
public void setContext(String str) {
this.context = str;
}
public String toString() {
return "GProPreventAddictionCheckReq{context=" + this.context + ",}";
}
public GProPreventAddictionCheckReq(String str) {
this.serialVersionUID = 1L;
this.context = "";
this.context = str;
}
}
| 762 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProClientIdentityBytes.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProClientIdentityBytes.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProClientIdentityBytes implements Serializable {
int clientId;
ArrayList<GProIdentity> identityList;
long serialVersionUID;
public GProClientIdentityBytes() {
this.serialVersionUID = 1L;
this.identityList = new ArrayList<>();
}
public int getClientId() {
return this.clientId;
}
public ArrayList<GProIdentity> getIdentityList() {
return this.identityList;
}
public String toString() {
return "GProClientIdentityBytes{clientId=" + this.clientId + ",identityList=" + this.identityList + ",}";
}
public GProClientIdentityBytes(int i2, ArrayList<GProIdentity> arrayList) {
this.serialVersionUID = 1L;
this.identityList = new ArrayList<>();
this.clientId = i2;
this.identityList = arrayList;
}
}
| 980 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProShareExtendInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProShareExtendInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes22.dex */
public final class GProShareExtendInfo {
String shareCopywriting;
public GProShareExtendInfo() {
this.shareCopywriting = "";
}
public String getShareCopywriting() {
return this.shareCopywriting;
}
public String toString() {
return "GProShareExtendInfo{shareCopywriting=" + this.shareCopywriting + ",}";
}
public GProShareExtendInfo(String str) {
this.shareCopywriting = "";
this.shareCopywriting = str;
}
}
| 570 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProOnlineMemberInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProOnlineMemberInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProOnlineMemberInfo {
String memberCnt;
String memberTitle;
ArrayList<String> onlineMemberAvatars;
String onlineMemberCnt;
public GProOnlineMemberInfo() {
this.onlineMemberCnt = "";
this.memberCnt = "";
this.onlineMemberAvatars = new ArrayList<>();
this.memberTitle = "";
}
public String getMemberCnt() {
return this.memberCnt;
}
public String getMemberTitle() {
return this.memberTitle;
}
public ArrayList<String> getOnlineMemberAvatars() {
return this.onlineMemberAvatars;
}
public String getOnlineMemberCnt() {
return this.onlineMemberCnt;
}
public String toString() {
return "GProOnlineMemberInfo{onlineMemberCnt=" + this.onlineMemberCnt + ",memberCnt=" + this.memberCnt + ",onlineMemberAvatars=" + this.onlineMemberAvatars + ",memberTitle=" + this.memberTitle + ",}";
}
public GProOnlineMemberInfo(String str, String str2, ArrayList<String> arrayList, String str3) {
this.onlineMemberCnt = "";
this.memberCnt = "";
this.onlineMemberAvatars = new ArrayList<>();
this.memberTitle = "";
this.onlineMemberCnt = str;
this.memberCnt = str2;
this.onlineMemberAvatars = arrayList;
this.memberTitle = str3;
}
}
| 1,453 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
DevInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/DevInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class DevInfo implements IKernelModel {
int clientType;
String devUid;
int instanceId;
public DevInfo() {
this.devUid = "";
}
public int getClientType() {
return this.clientType;
}
public String getDevUid() {
return this.devUid;
}
public int getInstanceId() {
return this.instanceId;
}
public void setClientType(int i2) {
this.clientType = i2;
}
public void setDevUid(String str) {
this.devUid = str;
}
public void setInstanceId(int i2) {
this.instanceId = i2;
}
public String toString() {
return "DevInfo{instanceId=" + this.instanceId + ",clientType=" + this.clientType + ",devUid=" + this.devUid + ",}";
}
public DevInfo(int i2, int i3, String str) {
this.devUid = "";
this.instanceId = i2;
this.clientType = i3;
this.devUid = str;
}
}
| 1,046 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupFileInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupFileInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class GroupFileInfo {
int busId;
int deadTime;
int downloadTimes;
long elementId;
String fileId;
long fileModelId;
String fileName;
long fileSize;
String localPath;
String md5;
int modifyTime;
String parentFolderId;
String sha;
String sha3;
int transStatus;
int transType;
int uploadTime;
long uploadedSize;
String uploaderLocalPath;
String uploaderName;
long uploaderUin;
public GroupFileInfo() {
this.fileId = "";
this.fileName = "";
this.sha = "";
this.sha3 = "";
this.md5 = "";
this.uploaderName = "";
this.localPath = "";
}
public int getBusId() {
return this.busId;
}
public int getDeadTime() {
return this.deadTime;
}
public int getDownloadTimes() {
return this.downloadTimes;
}
public long getElementId() {
return this.elementId;
}
public String getFileId() {
return this.fileId;
}
public long getFileModelId() {
return this.fileModelId;
}
public String getFileName() {
return this.fileName;
}
public long getFileSize() {
return this.fileSize;
}
public String getLocalPath() {
return this.localPath;
}
public String getMd5() {
return this.md5;
}
public int getModifyTime() {
return this.modifyTime;
}
public String getParentFolderId() {
return this.parentFolderId;
}
public String getSha() {
return this.sha;
}
public String getSha3() {
return this.sha3;
}
public int getTransStatus() {
return this.transStatus;
}
public int getTransType() {
return this.transType;
}
public int getUploadTime() {
return this.uploadTime;
}
public long getUploadedSize() {
return this.uploadedSize;
}
public String getUploaderLocalPath() {
return this.uploaderLocalPath;
}
public String getUploaderName() {
return this.uploaderName;
}
public long getUploaderUin() {
return this.uploaderUin;
}
public String toString() {
return "GroupFileInfo{fileModelId=" + this.fileModelId + ",fileId=" + this.fileId + ",fileName=" + this.fileName + ",fileSize=" + this.fileSize + ",busId=" + this.busId + ",uploadedSize=" + this.uploadedSize + ",uploadTime=" + this.uploadTime + ",deadTime=" + this.deadTime + ",modifyTime=" + this.modifyTime + ",downloadTimes=" + this.downloadTimes + ",sha=" + this.sha + ",sha3=" + this.sha3 + ",md5=" + this.md5 + ",uploaderLocalPath=" + this.uploaderLocalPath + ",uploaderName=" + this.uploaderName + ",uploaderUin=" + this.uploaderUin + ",parentFolderId=" + this.parentFolderId + ",localPath=" + this.localPath + ",transStatus=" + this.transStatus + ",transType=" + this.transType + ",elementId=" + this.elementId + ",}";
}
public GroupFileInfo(long j2, String str, String str2, long j3, int i2, long j4, int i3, int i4, int i5, int i6, String str3, String str4, String str5, String str6, String str7, long j5, String str8, String str9, int i7, int i8, long j6) {
this.fileId = "";
this.fileName = "";
this.sha = "";
this.sha3 = "";
this.md5 = "";
this.uploaderName = "";
this.localPath = "";
this.fileModelId = j2;
this.fileId = str;
this.fileName = str2;
this.fileSize = j3;
this.busId = i2;
this.uploadedSize = j4;
this.uploadTime = i3;
this.deadTime = i4;
this.modifyTime = i5;
this.downloadTimes = i6;
this.sha = str3;
this.sha3 = str4;
this.md5 = str5;
this.uploaderLocalPath = str6;
this.uploaderName = str7;
this.uploaderUin = j5;
this.parentFolderId = str8;
this.localPath = str9;
this.transStatus = i7;
this.transType = i8;
this.elementId = j6;
}
}
| 4,147 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupBulletinFeedMsg.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupBulletinFeedMsg.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
public final class GroupBulletinFeedMsg {
ArrayList<GroupBulletinPicInfo> pics;
String text;
String textFace;
String title;
public GroupBulletinFeedMsg() {
this.text = "";
this.textFace = "";
this.pics = new ArrayList<>();
this.title = "";
}
public ArrayList<GroupBulletinPicInfo> getPics() {
return this.pics;
}
public String getText() {
return this.text;
}
public String getTextFace() {
return this.textFace;
}
public String getTitle() {
return this.title;
}
public String toString() {
return "GroupBulletinFeedMsg{text=" + this.text + ",textFace=" + this.textFace + ",pics=" + this.pics + ",title=" + this.title + ",}";
}
public GroupBulletinFeedMsg(String str, String str2, ArrayList<GroupBulletinPicInfo> arrayList, String str3) {
this.text = "";
this.textFace = "";
this.pics = new ArrayList<>();
this.title = "";
this.text = str;
this.textFace = str2;
this.pics = arrayList;
this.title = str3;
}
} | 1,198 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProAreaList.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAreaList.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAreaList {
ArrayList<GProArea> areas;
byte[] cookie;
boolean isEnd;
int level;
public GProAreaList() {
this.areas = new ArrayList<>();
this.cookie = new byte[0];
}
public ArrayList<GProArea> getAreas() {
return this.areas;
}
public byte[] getCookie() {
return this.cookie;
}
public boolean getIsEnd() {
return this.isEnd;
}
public int getLevel() {
return this.level;
}
public String toString() {
return "GProAreaList{level=" + this.level + ",areas=" + this.areas + ",cookie=" + this.cookie + ",isEnd=" + this.isEnd + ",}";
}
public GProAreaList(int i2, ArrayList<GProArea> arrayList, byte[] bArr, boolean z) {
this.areas = new ArrayList<>();
this.cookie = new byte[0];
this.level = i2;
this.areas = arrayList;
this.cookie = bArr;
this.isEnd = z;
}
}
| 1,067 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
CommonFileInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CommonFileInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class CommonFileInfo {
Integer bizType;
int chatType;
long elemId;
String favId;
long fileModelId;
String fileName;
long fileSize;
String md5;
String md510m;
long msgId;
long msgTime;
String parent;
String peerUid;
String sha;
String sha3;
String subId;
String uuid;
public CommonFileInfo() {
this.uuid = "";
this.subId = "";
this.fileName = "";
this.peerUid = "";
this.md5 = "";
this.md510m = "";
this.sha = "";
this.sha3 = "";
}
public Integer getBizType() {
return this.bizType;
}
public int getChatType() {
return this.chatType;
}
public long getElemId() {
return this.elemId;
}
public String getFavId() {
return this.favId;
}
public long getFileModelId() {
return this.fileModelId;
}
public String getFileName() {
return this.fileName;
}
public long getFileSize() {
return this.fileSize;
}
public String getMd5() {
return this.md5;
}
public String getMd510m() {
return this.md510m;
}
public long getMsgId() {
return this.msgId;
}
public long getMsgTime() {
return this.msgTime;
}
public String getParent() {
return this.parent;
}
public String getPeerUid() {
return this.peerUid;
}
public String getSha() {
return this.sha;
}
public String getSha3() {
return this.sha3;
}
public String getSubId() {
return this.subId;
}
public String getUuid() {
return this.uuid;
}
public String toString() {
return "CommonFileInfo{fileModelId=" + this.fileModelId + ",msgId=" + this.msgId + ",elemId=" + this.elemId + ",uuid=" + this.uuid + ",subId=" + this.subId + ",fileName=" + this.fileName + ",fileSize=" + this.fileSize + ",msgTime=" + this.msgTime + ",peerUid=" + this.peerUid + ",chatType=" + this.chatType + ",md5=" + this.md5 + ",md510m=" + this.md510m + ",sha=" + this.sha + ",sha3=" + this.sha3 + ",parent=" + this.parent + ",favId=" + this.favId + ",bizType=" + this.bizType + ",}";
}
public CommonFileInfo(long j2, long j3, long j4, String str, String str2, String str3, long j5, long j6, String str4, int i2, String str5, String str6, String str7, String str8, String str9, String str10, Integer num) {
this.uuid = "";
this.subId = "";
this.fileName = "";
this.peerUid = "";
this.md5 = "";
this.md510m = "";
this.sha = "";
this.sha3 = "";
this.fileModelId = j2;
this.msgId = j3;
this.elemId = j4;
this.uuid = str;
this.subId = str2;
this.fileName = str3;
this.fileSize = j5;
this.msgTime = j6;
this.peerUid = str4;
this.chatType = i2;
this.md5 = str5;
this.md510m = str6;
this.sha = str7;
this.sha3 = str8;
this.parent = str9;
this.favId = str10;
this.bizType = num;
}
}
| 3,250 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
BackGroundInfo.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BackGroundInfo.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
public final class BackGroundInfo implements IKernelModel {
int c2cUnreadCnt;
int contactUnreadCnt;
int groupUnreadCnt;
ArrayList<Long> groupUnreadCodes;
int guildPsvboxUnreadCnt;
int guildUnreadCnt;
int verifyUnreadCnt;
public BackGroundInfo() {
this.groupUnreadCodes = new ArrayList<>();
}
public int getC2cUnreadCnt() {
return this.c2cUnreadCnt;
}
public int getContactUnreadCnt() {
return this.contactUnreadCnt;
}
public int getGroupUnreadCnt() {
return this.groupUnreadCnt;
}
public ArrayList<Long> getGroupUnreadCodes() {
return this.groupUnreadCodes;
}
public int getGuildPsvboxUnreadCnt() {
return this.guildPsvboxUnreadCnt;
}
public int getGuildUnreadCnt() {
return this.guildUnreadCnt;
}
public int getVerifyUnreadCnt() {
return this.verifyUnreadCnt;
}
public void setC2cUnreadCnt(int i2) {
this.c2cUnreadCnt = i2;
}
public void setContactUnreadCnt(int i2) {
this.contactUnreadCnt = i2;
}
public void setGroupUnreadCnt(int i2) {
this.groupUnreadCnt = i2;
}
public void setGroupUnreadCodes(ArrayList<Long> arrayList) {
this.groupUnreadCodes = arrayList;
}
public void setGuildPsvboxUnreadCnt(int i2) {
this.guildPsvboxUnreadCnt = i2;
}
public void setGuildUnreadCnt(int i2) {
this.guildUnreadCnt = i2;
}
public void setVerifyUnreadCnt(int i2) {
this.verifyUnreadCnt = i2;
}
public String toString() {
return "BackGroundInfo{c2cUnreadCnt=" + this.c2cUnreadCnt + ",groupUnreadCnt=" + this.groupUnreadCnt + ",guildUnreadCnt=" + this.guildUnreadCnt + ",guildPsvboxUnreadCnt=" + this.guildPsvboxUnreadCnt + ",verifyUnreadCnt=" + this.verifyUnreadCnt + ",contactUnreadCnt=" + this.contactUnreadCnt + ",groupUnreadCodes=" + this.groupUnreadCodes + ",}";
}
public BackGroundInfo(int i2, int i3, int i4, int i5, int i6, int i7, ArrayList<Long> arrayList) {
this.groupUnreadCodes = new ArrayList<>();
this.c2cUnreadCnt = i2;
this.groupUnreadCnt = i3;
this.guildUnreadCnt = i4;
this.guildPsvboxUnreadCnt = i5;
this.verifyUnreadCnt = i6;
this.contactUnreadCnt = i7;
this.groupUnreadCodes = arrayList;
}
} | 2,453 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
PicDownParams.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PicDownParams.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class PicDownParams {
Integer downSize;
int downType;
public PicDownParams() {
}
public Integer getDownSize() {
return this.downSize;
}
public int getDownType() {
return this.downType;
}
public String toString() {
return "PicDownParams{downType=" + this.downType + ",downSize=" + this.downSize + ",}";
}
public PicDownParams(int i2, Integer num) {
this.downType = i2;
this.downSize = num;
}
}
| 581 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProScreenShareUser.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScreenShareUser.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProScreenShareUser {
int state;
long tinyId;
public GProScreenShareUser() {
}
public int getState() {
return this.state;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProScreenShareUser{tinyId=" + this.tinyId + ",state=" + this.state + ",}";
}
public GProScreenShareUser(long j2, int i2) {
this.tinyId = j2;
this.state = i2;
}
}
| 564 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
FeedMsgElement.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FeedMsgElement.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
public final class FeedMsgElement implements Serializable {
String content;
long serialVersionUID;
long tinyId;
public FeedMsgElement() {
this.serialVersionUID = 1L;
this.content = "";
}
public String getContent() {
return this.content;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "FeedMsgElement{tinyId=" + this.tinyId + ",content=" + this.content + ",}";
}
public FeedMsgElement(long j2, String str) {
this.serialVersionUID = 1L;
this.content = "";
this.tinyId = j2;
this.content = str;
}
} | 741 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProOfficialMedalInfoExt.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProOfficialMedalInfoExt.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes4.dex */
public final class GProOfficialMedalInfoExt implements Serializable {
String iconUrl;
boolean isOffical;
long serialVersionUID;
public GProOfficialMedalInfoExt() {
this.serialVersionUID = 1L;
this.iconUrl = "";
}
public String getIconUrl() {
return this.iconUrl;
}
public boolean getIsOffical() {
return this.isOffical;
}
public String toString() {
return "GProOfficialMedalInfoExt{isOffical=" + this.isOffical + ",iconUrl=" + this.iconUrl + ",}";
}
public GProOfficialMedalInfoExt(boolean z, String str) {
this.serialVersionUID = 1L;
this.iconUrl = "";
this.isOffical = z;
this.iconUrl = str;
}
}
| 839 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
Reply.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/Reply.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* compiled from: P */
/* loaded from: classes2.dex */
public final class Reply implements IKernelModel, Serializable {
String content;
long createTime;
String id;
Like likeInfo;
User postUser;
RichText richContents;
long serialVersionUID;
User targetUser;
Integer typeFlag2;
public Reply() {
this.serialVersionUID = 1L;
this.postUser = new User();
this.targetUser = new User();
this.richContents = new RichText();
}
public String getContent() {
return this.content;
}
public long getCreateTime() {
return this.createTime;
}
public String getId() {
return this.id;
}
public Like getLikeInfo() {
return this.likeInfo;
}
public User getPostUser() {
return this.postUser;
}
public RichText getRichContents() {
return this.richContents;
}
public User getTargetUser() {
return this.targetUser;
}
public Integer getTypeFlag2() {
return this.typeFlag2;
}
public void setContent(String str) {
this.content = str;
}
public void setCreateTime(long j2) {
this.createTime = j2;
}
public void setId(String str) {
this.id = str;
}
public void setLikeInfo(Like like) {
this.likeInfo = like;
}
public void setPostUser(User user) {
this.postUser = user;
}
public void setRichContents(RichText richText) {
this.richContents = richText;
}
public void setTargetUser(User user) {
this.targetUser = user;
}
public void setTypeFlag2(Integer num) {
this.typeFlag2 = num;
}
public String toString() {
return "Reply{id=" + this.id + ",postUser=" + this.postUser + ",createTime=" + this.createTime + ",content=" + this.content + ",targetUser=" + this.targetUser + ",likeInfo=" + this.likeInfo + ",typeFlag2=" + this.typeFlag2 + ",richContents=" + this.richContents + ",}";
}
public Reply(String str, User user, long j2, String str2, User user2, Like like, Integer num, RichText richText) {
this.serialVersionUID = 1L;
this.postUser = new User();
this.targetUser = new User();
this.richContents = new RichText();
this.id = str;
this.postUser = user;
this.createTime = j2;
this.content = str2;
this.targetUser = user2;
this.likeInfo = like;
this.typeFlag2 = num;
this.richContents = richText;
}
}
| 2,619 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GroupGrayElementType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupGrayElementType.java | package com.tencent.qqnt.kernel.nativeinterface;
public enum GroupGrayElementType {
KUNKNOWN,
KMEMBERADD,
KDISBANDED,
KQUITTED,
KCREATED,
KGROUPNAMEMODIFIED,
KBLOCK,
KUNBLOCK,
KSHUTUP,
KBERECYCLED,
KDISBANDORBERECYCLED
} | 265 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
ContactTopData.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ContactTopData.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes4.dex */
public final class ContactTopData {
int chatType;
long groupCode;
String uid;
long uin;
public ContactTopData() {
this.uid = "";
}
public int getChatType() {
return this.chatType;
}
public long getGroupCode() {
return this.groupCode;
}
public String getUid() {
return this.uid;
}
public long getUin() {
return this.uin;
}
public void setChatType(int i2) {
this.chatType = i2;
}
public void setGroupCode(long j2) {
this.groupCode = j2;
}
public void setUid(String str) {
this.uid = str;
}
public void setUin(long j2) {
this.uin = j2;
}
public String toString() {
return "ContactTopData{chatType=" + this.chatType + ",uin=" + this.uin + ",uid=" + this.uid + ",groupCode=" + this.groupCode + ",}";
}
public ContactTopData(int i2, long j2, String str, long j3) {
this.uid = "";
this.chatType = i2;
this.uin = j2;
this.uid = str;
this.groupCode = j3;
}
}
| 1,190 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProPlayPushScene.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPlayPushScene.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProPlayPushScene implements Serializable {
long serialVersionUID = 1;
boolean volume;
public GProPlayPushScene() {
}
public boolean getVolume() {
return this.volume;
}
public String toString() {
return "GProPlayPushScene{volume=" + this.volume + ",}";
}
public GProPlayPushScene(boolean z) {
this.volume = z;
}
}
| 513 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProVoiceQueueCfg.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProVoiceQueueCfg.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProVoiceQueueCfg implements Serializable {
long serialVersionUID = 1;
int voiceQueueState;
public GProVoiceQueueCfg() {
}
public int getVoiceQueueState() {
return this.voiceQueueState;
}
public String toString() {
return "GProVoiceQueueCfg{voiceQueueState=" + this.voiceQueueState + ",}";
}
public GProVoiceQueueCfg(int i2) {
this.voiceQueueState = i2;
}
}
| 557 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
PicReqParams.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/PicReqParams.java | package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class PicReqParams {
int chatType;
boolean isGif;
String peerUid;
int picSize;
public PicReqParams() {
this.peerUid = "";
}
public int getChatType() {
return this.chatType;
}
public boolean getIsGif() {
return this.isGif;
}
public String getPeerUid() {
return this.peerUid;
}
public int getPicSize() {
return this.picSize;
}
public String toString() {
return "PicReqParams{chatType=" + this.chatType + ",peerUid=" + this.peerUid + ",picSize=" + this.picSize + ",isGif=" + this.isGif + ",}";
}
public PicReqParams(int i2, String str, int i3, boolean z) {
this.peerUid = "";
this.chatType = i2;
this.peerUid = str;
this.picSize = i3;
this.isGif = z;
}
}
| 914 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
LocalGrayTipElementType.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/LocalGrayTipElementType.java | package com.tencent.qqnt.kernel.nativeinterface;
/* compiled from: P */
/* loaded from: classes2.dex */
public enum LocalGrayTipElementType {
KUNKNOWN,
KMSGNOTIFY,
KSUBSCRIPTION,
KROBOT,
KDIRECT
}
| 218 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
GProAVChannelConfig.java | /FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVChannelConfig.java | package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAVChannelConfig implements Serializable {
ArrayList<GProBusinessNode> businessList;
long channelDataVersion;
long originatorTinyId;
long serialVersionUID;
GProGuildThemeInfo themeInfo;
ArrayList<GProGuildThemeInfo> themeList;
GProChannelToolBar toolBar;
public GProAVChannelConfig() {
this.serialVersionUID = 1L;
this.themeInfo = new GProGuildThemeInfo();
this.businessList = new ArrayList<>();
this.toolBar = new GProChannelToolBar();
this.themeList = new ArrayList<>();
}
public ArrayList<GProBusinessNode> getBusinessList() {
return this.businessList;
}
public long getChannelDataVersion() {
return this.channelDataVersion;
}
public long getOriginatorTinyId() {
return this.originatorTinyId;
}
public GProGuildThemeInfo getThemeInfo() {
return this.themeInfo;
}
public ArrayList<GProGuildThemeInfo> getThemeList() {
return this.themeList;
}
public GProChannelToolBar getToolBar() {
return this.toolBar;
}
public String toString() {
return "GProAVChannelConfig{themeInfo=" + this.themeInfo + ",businessList=" + this.businessList + ",originatorTinyId=" + this.originatorTinyId + ",toolBar=" + this.toolBar + ",themeList=" + this.themeList + ",channelDataVersion=" + this.channelDataVersion + ",}";
}
public GProAVChannelConfig(GProGuildThemeInfo gProGuildThemeInfo, ArrayList<GProBusinessNode> arrayList, long j2, GProChannelToolBar gProChannelToolBar, ArrayList<GProGuildThemeInfo> arrayList2, long j3) {
this.serialVersionUID = 1L;
this.themeInfo = new GProGuildThemeInfo();
this.businessList = new ArrayList<>();
this.toolBar = new GProChannelToolBar();
this.themeList = new ArrayList<>();
this.themeInfo = gProGuildThemeInfo;
this.businessList = arrayList;
this.originatorTinyId = j2;
this.toolBar = gProChannelToolBar;
this.themeList = arrayList2;
this.channelDataVersion = j3;
}
}
| 2,244 | Java | .java | djkcyl/Shamrock | 106 | 66 | 1 | 2023-10-20T10:43:47Z | 2023-10-24T04:30:56Z |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.