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
BindPhoneInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/BindPhoneInfo.java
package SummaryCard; import com.qq.jce.JceStruct; public final class BindPhoneInfo extends JceStruct { public String strName; }
133
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
AddFrdSrcInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/AddFrdSrcInfo.java
package SummaryCard; import com.qq.jce.JceStruct; public final class AddFrdSrcInfo extends JceStruct { public String strSrcName; public long uSrcId; public long uSubSrcId; }
187
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
PhotoInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/PhotoInfo.java
package SummaryCard; import com.qq.jce.JceStruct; import java.util.Map; public final class PhotoInfo extends JceStruct { static Map<String, String> cache_mapEx; public int IsOnlySelf; public Map<String, String> mapEx; public String strPicUrl; public long uPhotoTimestamp; }
296
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
TPraiseInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/TPraiseInfo.java
package SummaryCard; import com.qq.jce.JceStruct; public final class TPraiseInfo extends JceStruct { public int iIsPayed; public long uCustomId; public TPraiseInfo() { this.uCustomId = 0L; this.iIsPayed = 0; } }
246
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RespSummaryCard.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/RespSummaryCard.java
package SummaryCard; import com.qq.jce.JceStruct; import java.util.ArrayList; import java.util.Map; import QQService.VipBaseInfo; public final class RespSummaryCard extends JceStruct { public byte bAge; public short bAvailVoteCnt; public short bHaveVotedCnt; public byte bSex; public byte bValid4Vote; public int eAddOption; public int i0x6d4Success; public int iBirthday; public int iContactNotBindQQ; public int iFace; public int iLastestVoteCount; public int iLevel; public int iPhotoCount; public int iVoteCount; public long lCacheControl; public long lUIN; public long lUserFlag; public Map<String, String> mapQzoneEx; public AlbumInfo oLatestPhotos; public AddFrdSrcInfo stAddFrdSrcInfo; public QQApolloInfo stApollo; public BindPhoneInfo stBindPhoneInfo; public TCampusCircleInfo stCampusCircleInfo; //public TCoverInfo stCoverInfo; public DateCard stDateCard; public VipBaseInfo stDiamonds; public TEIMInfo stEimInfo; public GiftInfo stGiftInfo; public HeartInfo stHeartInfo; public InterestTagInfo stInterestTag; //public TMedalWallInfo stMedalWallInfo; //public TNearbyGodInfo stNearbyGodInfo; //public TNowBroadcastInfo stNowBroadcastInfo; //public OlympicInfo stOlympicInfo; //public PanSocialInfo stPanSocialInfo; //public PrivilegeBaseInfo stPrivInfo; public QCallInfo stQCallInfo; public TQimInfo stQimInfo; // public QiqiVideoInfo stQiqiVideoInfo; public TTimInfo stTimInfo; //public UserFeed stUserFeed; //public TVideoHeadInfo stVideoHeadInfo; //public QQVideoInfo stVideoInfo; public VipBaseInfo stVipInfo; public VoiceInfo stVoiceInfo; //public WeishiInfo stWeishiInfo; public String strAutoRemark; public String strCity; public String strContactName; public String strCountry; public String strDiscussName; public String strEIMBindPhoneNum; public String strEIMId; public String strEmail; public String strGroupName; public String strGroupNick; public String strLoginDesc; public String strMobile; public String strNick; public String strPersonal; public String strProvince; public String strQzoneFeedsDesc; public String strQzoneHeader; public String strRemark; public String strRespMusicInfo; public String strShowName; public String strSign; public String strSpaceName; public String strStatus; public String strVoteLimitedNotice; public long uAccelerateMultiple; public long uCareer; public long uCurMulType; public long uFriendGroupId; public long uLoginDays; public long uQQMasterLoginDays; public long uRichCardNameVer; public long uSignModifyTime; public long uTemplateId; public long ulFaceAddonId; public long ulShowControl; public ArrayList<String> vAddQuestion; public byte[] vCommLabel; public byte[] vExtendCard; public byte[] vHotChatInfo; public byte[] vLongNickTopicInfo; public byte[] vNearbyTaskInfo; public byte[] vNowInfo; public ArrayList<TPraiseInfo> vPraiseList; public byte[] vQzoneCoverInfo; public byte[] vResp0x5ebInfo; public byte[] vRespCustomLabelInfo; public byte[] vRespKandianInfo; public byte[] vRespLastGameInfo; public byte[] vRespQQStoryInfo; public byte[] vRespStarInfo; public byte[] vRespTemplateInfo; public byte[] vRichSign; public byte[] vSeed; public byte[] vTempChatSig; public byte[] vVisitingCardInfo; public ArrayList<byte[]> vvRespServices; public ArrayList<byte[]> vvRespServicesBigOrder; }
3,677
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
RespHead.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/RespHead.java
package SummaryCard; import com.qq.jce.JceStruct; public final class RespHead extends JceStruct { static byte[] cache_vCookies; public int iResult; public int iVersion; public String strErrorMsg; public byte[] vCookies; }
243
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
HeartInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/HeartInfo.java
package SummaryCard; public class HeartInfo { public int iHeartCount; }
77
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
InterestTagInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/InterestTagInfo.java
package SummaryCard; public class InterestTagInfo { public long uFlag; public byte[] vGiftInfo; }
107
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
TQimInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/TQimInfo.java
package SummaryCard; public class TQimInfo { public int iIsOnline; }
74
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
QQApolloInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/SummaryCard/QQApolloInfo.java
package SummaryCard; import com.qq.jce.JceStruct; public final class QQApolloInfo extends JceStruct { public long uTimestamp; public long uUserFlag; public long uVipFlag; public long uVipLevel; }
214
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
Ticket.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/oicq/wlogin_sdk/request/Ticket.java
package oicq.wlogin_sdk.request; import android.os.Parcel; import android.os.Parcelable; import java.util.HashMap; import java.util.Map; public class Ticket implements Parcelable { public static final Parcelable.Creator<Ticket> CREATOR = new Parcelable.Creator<Ticket>() { // from class: oicq.wlogin_sdk.request.Ticket.2 @Override // android.os.Parcelable.Creator public Ticket createFromParcel(Parcel parcel) { return new Ticket(parcel); } @Override // android.os.Parcelable.Creator public Ticket[] newArray(int i2) { return new Ticket[i2]; } }; private static final int EXPIRE_FIELD = 65535; private static final int MAX_PSKEY_SIZE = 200; public long _create_time; public long _expire_time; public Map<String, Long> _pskey_expire; public HashMap _pskey_map; public Map<String, Long> _pt4token_expire; public Map<String, byte[]> _pt4token_map; public byte[] _sig; public byte[] _sig_key; public int _type; public Ticket() { } public Ticket(int i2, byte[] bArr, byte[] bArr2, long j2, long j3) { } public Ticket(int i2, byte[] bArr, byte[] bArr2, long j2, byte[] bArr3) { } public Ticket(int i2, byte[] bArr, byte[] bArr2, long j2, byte[] bArr3, byte[] bArr4) { } private Ticket(Parcel parcel) { this._pskey_map = new HashMap(); this._pskey_expire = new HashMap(); this._pt4token_map = new HashMap(); this._pt4token_expire = new HashMap(); readFromParcel(parcel); } public static int calPsBufLength(Map<String, byte[]> map) { int i2 = 2; for (Map.Entry<String, byte[]> entry : map.entrySet()) { i2 = i2 + 2 + entry.getKey().length() + 2 + entry.getValue().length + 2 + 8; } return i2; } public static boolean isPskeyExpired(long j2) { return isTicketExpired(j2); } public static boolean isPskeyStorageExpired(long j2) { //long e2 = u.e(); //util.LOGI("isPskeyStorageExpired expireTime:" + j2 + "|current: " + e2, ""); //return e2 > j2 + 86400; return false; } public static boolean isPt4TokenExpired(long j2) { return isTicketExpired(j2); } public static boolean isSkeyExpired(long j2) { return isTicketExpired(j2); } public static boolean isTicketExpired(long j2) { return false; } @Override // android.os.Parcelable public int describeContents() { return 0; } public String getContent() { return ""; } public String getPSkey(String str) { return ""; } public String getPt4Token(String str) { return ""; } public void readFromParcel(Parcel parcel) { this._type = parcel.readInt(); this._sig = parcel.createByteArray(); this._sig_key = parcel.createByteArray(); this._create_time = parcel.readLong(); this._expire_time = parcel.readLong(); this._pskey_map = parcel.readHashMap(Map.class.getClassLoader()); this._pt4token_map = parcel.readHashMap(Map.class.getClassLoader()); } @Override // android.os.Parcelable public void writeToParcel(Parcel parcel, int i2) { parcel.writeInt(this._type); parcel.writeByteArray(this._sig); parcel.writeByteArray(this._sig_key); parcel.writeLong(this._create_time); parcel.writeLong(this._expire_time); parcel.writeMap(this._pskey_map); parcel.writeMap(this._pt4token_map); } }
3,594
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
util.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/oicq/wlogin_sdk/tools/util.java
package oicq.wlogin_sdk.tools; import android.content.Context; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public class util { public static byte[] getGuidFromFile(Context ctx) { throw new UnsupportedOperationException(); } public static String getSvnVersion() { return "[2549]"; } public static byte[] get_ksid(Context context) { return new byte[0]; } public static int get_network_type(Context context) { return 0; } public static byte[] get_qimei(Context context) { return "".getBytes(); } public static byte[] get_android_dev_info(Context context) { return null; } public static void save_cur_guid(Context ctx, byte[] guid) { } public static void saveGuidToFile(Context ctx, byte[] guid) { throw new UnsupportedOperationException(); } public static byte[] get_last_guid(Context context) { return null; } public static String buf_to_string(@NotNull byte[] bytes) { return null; } }
1,092
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MD5.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/oicq/wlogin_sdk/tools/MD5.java
package oicq.wlogin_sdk.tools; import java.io.File; import java.io.FileInputStream; import java.security.MessageDigest; public class MD5 { public static String getFileMD5(File file) { return ""; } public static String getMD5String(byte[] bArr) { return null; } }
298
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
tlv_t106.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/oicq/wlogin_sdk/tlv_type/tlv_t106.java
package oicq.wlogin_sdk.tlv_type; public class tlv_t106 { public int _TGTGTVer = 4; public int _SSoVer = 20; }
120
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
tlv_t100.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/oicq/wlogin_sdk/tlv_type/tlv_t100.java
package oicq.wlogin_sdk.tlv_type; public class tlv_t100 { public int _db_buf_ver = 1; public int _sso_ver = 20; }
123
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
tlv_t18.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/oicq/wlogin_sdk/tlv_type/tlv_t18.java
package oicq.wlogin_sdk.tlv_type; public class tlv_t18 { public int _ping_version = 1; public int _sso_version = 1536; }
130
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VipBaseInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/QQService/VipBaseInfo.java
package QQService; import java.util.Map; public class VipBaseInfo { public int iGrayNameplateFlag; public int iNameplateVipType; public Map<Integer, VipOpenInfo> mOpenInfo; public String strExtendNameplateId; }
229
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VipOpenInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/QQService/VipOpenInfo.java
package QQService; public class VipOpenInfo { public boolean bOpen; public int iVipFlag; public int iVipLevel; public int iVipType; public long lNameplateId; }
181
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SvcRspGetDevLoginInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/QQService/SvcRspGetDevLoginInfo.java
package QQService; import com.qq.jce.JceStruct; import java.util.ArrayList; public final class SvcRspGetDevLoginInfo extends JceStruct implements Cloneable { static final boolean $assertionsDisabled = false; static ArrayList<SvcDevLoginInfo> cache_vecAuthLoginDevInfo; static ArrayList<SvcDevLoginInfo> cache_vecCurrentLoginDevInfo; static ArrayList<SvcDevLoginInfo> cache_vecHistoryLoginDevInfo; public long iNextItemIndex; public int iResult; public long iTotalItemCount; public String strResult; public ArrayList<SvcDevLoginInfo> vecAuthLoginDevInfo; public ArrayList<SvcDevLoginInfo> vecCurrentLoginDevInfo; public ArrayList<SvcDevLoginInfo> vecHistoryLoginDevInfo; }
718
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
DeviceItemDes.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/QQService/DeviceItemDes.java
package QQService; import com.qq.jce.JceStruct; public final class DeviceItemDes extends JceStruct { static byte[] cache_vecItemDes; public byte[] vecItemDes; }
170
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SvcReqGetDevLoginInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/QQService/SvcReqGetDevLoginInfo.java
package QQService; import com.qq.jce.JceStruct; public final class SvcReqGetDevLoginInfo extends JceStruct implements Cloneable { static final boolean $assertionsDisabled = false; static byte[] cache_vecGuid; public long iGetDevListType; public long iLoginType; public long iNextItemIndex; public long iRequireMax; public long iTimeStamp; public String strAppName; public byte[] vecGuid; public SvcReqGetDevLoginInfo() { this.vecGuid = null; this.strAppName = ""; this.iLoginType = 1L; this.iTimeStamp = 0L; this.iNextItemIndex = 0L; this.iRequireMax = 0L; this.iGetDevListType = 7L; } /* public void writeTo(JceOutputStream jceOutputStream) { jceOutputStream.write(this.vecGuid, 0); jceOutputStream.write(this.strAppName, 1); jceOutputStream.write(this.iLoginType, 2); jceOutputStream.write(this.iTimeStamp, 3); jceOutputStream.write(this.iNextItemIndex, 4); jceOutputStream.write(this.iRequireMax, 5); jceOutputStream.write(this.iGetDevListType, 6); }*/ }
1,128
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SvcDevLoginInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/QQService/SvcDevLoginInfo.java
package QQService; import com.qq.jce.JceStruct; public final class SvcDevLoginInfo extends JceStruct { static DeviceItemDes cache_stDeviceItemDes = new DeviceItemDes(); static byte[] cache_vecGuid; public long iAppId; public long iCanBeKicked; public long iLoginPlatform; public long iLoginTime; public long iProductType; public long iTerType; public DeviceItemDes stDeviceItemDes; public String strDeviceName; public String strDeviceTypeInfo; public String strLoginLocation; public byte[] vecGuid; }
554
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
group_file_common.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/cs/group_file_common/group_file_common.java
package tencent.im.cs.group_file_common; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; public class group_file_common { public static class FolderInfo extends MessageMicro<FolderInfo> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{10, 18, 26, 32, 40, 48, 58, 64, 72, 82, 88}, new String[]{"str_folder_id", "str_parent_folder_id", "str_folder_name", "uint32_create_time", "uint32_modify_time", "uint64_create_uin", "str_creator_name", "uint32_total_file_count", "uint64_modify_uin", "str_modify_name", "uint64_used_space"}, new Object[]{"", "", "", 0, 0, 0L, "", 0, 0L, "", 0L}, group_file_common$FolderInfo.class); public final PBStringField str_folder_id = PBField.initString(""); public final PBStringField str_parent_folder_id = PBField.initString(""); public final PBStringField str_folder_name = PBField.initString(""); public final PBUInt32Field uint32_create_time = PBField.initUInt32(0); public final PBUInt32Field uint32_modify_time = PBField.initUInt32(0); public final PBUInt64Field uint64_create_uin = PBField.initUInt64(0); public final PBStringField str_creator_name = PBField.initString(""); public final PBUInt32Field uint32_total_file_count = PBField.initUInt32(0); public final PBUInt64Field uint64_modify_uin = PBField.initUInt64(0); public final PBStringField str_modify_name = PBField.initString(""); public final PBUInt64Field uint64_used_space = PBField.initUInt64(0); } public static class FileInfo extends MessageMicro<FileInfo> { //static final MessageMicro.FieldMap __fieldMap__; public final PBBytesField bytes_file_blob_ext; public final PBBytesField bytes_md5; public final PBBytesField bytes_reserved_field; public final PBBytesField bytes_sha; public final PBBytesField bytes_sha3; public final PBStringField str_feed_id; public final PBStringField str_local_path; public final PBStringField str_parent_folder_id; public final PBStringField str_uploader_name; public final PBUInt32Field uint32_safe_type; public final PBUInt64Field uint64_owner_uin; public final PBUInt64Field uint64_uploader_uin; public final PBStringField str_file_id = PBField.initString(""); public final PBStringField str_file_name = PBField.initString(""); public final PBUInt64Field uint64_file_size = PBField.initUInt64(0); public final PBUInt32Field uint32_bus_id = PBField.initUInt32(0); public final PBUInt64Field uint64_uploaded_size = PBField.initUInt64(0); public final PBUInt32Field uint32_upload_time = PBField.initUInt32(0); public final PBUInt32Field uint32_dead_time = PBField.initUInt32(0); public final PBUInt32Field uint32_modify_time = PBField.initUInt32(0); public final PBUInt32Field uint32_download_times = PBField.initUInt32(0); //static { // ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; // __fieldMap__ = MessageMicro.initFieldMap(new int[]{10, 18, 24, 32, 40, 48, 56, 64, 72, 82, 90, 98, 106, 114, 120, 130, 136, 162, 168, 178, 186}, new String[]{"str_file_id", "str_file_name", "uint64_file_size", "uint32_bus_id", "uint64_uploaded_size", "uint32_upload_time", "uint32_dead_time", "uint32_modify_time", "uint32_download_times", "bytes_sha", "bytes_sha3", "bytes_md5", "str_local_path", "str_uploader_name", "uint64_uploader_uin", "str_parent_folder_id", "uint32_safe_type", "bytes_file_blob_ext", "uint64_owner_uin", "str_feed_id", "bytes_reserved_field"}, new Object[]{"", "", 0L, 0, 0L, 0, 0, 0, 0, byteStringMicro, byteStringMicro, byteStringMicro, "", "", 0L, "", 0, byteStringMicro, 0L, "", byteStringMicro}, group_file_common$FileInfo.class); //} public FileInfo() { ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; this.bytes_sha = PBField.initBytes(byteStringMicro); this.bytes_sha3 = PBField.initBytes(byteStringMicro); this.bytes_md5 = PBField.initBytes(byteStringMicro); this.str_local_path = PBField.initString(""); this.str_uploader_name = PBField.initString(""); this.uint64_uploader_uin = PBField.initUInt64(0L); this.str_parent_folder_id = PBField.initString(""); this.uint32_safe_type = PBField.initUInt32(0); this.bytes_file_blob_ext = PBField.initBytes(byteStringMicro); this.uint64_owner_uin = PBField.initUInt64(0L); this.str_feed_id = PBField.initString(""); this.bytes_reserved_field = PBField.initBytes(byteStringMicro); } } }
5,016
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
im_msg_body.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/msg/im_msg_body.java
package tencent.im.msg; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBRepeatMessageField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; public class im_msg_body { public static class MsgBody extends MessageMicro<MsgBody> { public final PBBytesField msg_content; public final PBBytesField msg_encrypt_content; public RichText rich_text = new RichText(); public MsgBody() { ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; this.msg_content = PBField.initBytes(byteStringMicro); this.msg_encrypt_content = PBField.initBytes(byteStringMicro); } } public static class RichText extends MessageMicro<RichText> { //public im_msg_body$Attr attr = new im_msg_body$Attr(); public final PBRepeatMessageField<Elem> elems = PBField.initRepeatMessage(Elem.class); //public im_msg_body$NotOnlineFile not_online_file = new im_msg_body$NotOnlineFile(); //public im_msg_body$Ptt ptt = new im_msg_body$Ptt(); //public im_msg_body$TmpPtt tmp_ptt = new im_msg_body$TmpPtt(); //public im_msg_body$Trans211TmpMsg trans_211_tmp_msg = new im_msg_body$Trans211TmpMsg(); } public static class Elem extends MessageMicro<Elem> { public Text text = new Text(); public GeneralFlags general_flags = new GeneralFlags(); } public static class GeneralFlags extends MessageMicro<GeneralFlags> { public final PBBytesField babyq_guide_msg_cookie; public final PBBytesField bytes_pb_reserve; public final PBBytesField bytes_rp_id; public final PBBytesField bytes_rp_index; public final PBUInt32Field long_text_flag; public final PBBytesField long_text_resid; public final PBUInt32Field uin32_expert_flag; public final PBUInt32Field uint32_bubble_sub_id; public final PBUInt32Field uint32_glamour_level; public final PBUInt32Field uint32_group_type; public final PBUInt32Field uint32_member_level; public final PBUInt32Field uint32_olympic_torch; public final PBUInt32Field uint32_prp_fold; public final PBUInt32Field uint32_to_uin_flag; public final PBUInt64Field uint64_group_rank_seq; public final PBUInt64Field uint64_pendant_id; public final PBUInt32Field uint32_bubble_diy_text_id = PBField.initUInt32(0); public final PBUInt32Field uint32_group_flag_new = PBField.initUInt32(0); public final PBUInt64Field uint64_uin = PBField.initUInt64(0); public GeneralFlags() { ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; this.bytes_rp_id = PBField.initBytes(byteStringMicro); this.uint32_prp_fold = PBField.initUInt32(0); this.long_text_flag = PBField.initUInt32(0); this.long_text_resid = PBField.initBytes(byteStringMicro); this.uint32_group_type = PBField.initUInt32(0); this.uint32_to_uin_flag = PBField.initUInt32(0); this.uint32_glamour_level = PBField.initUInt32(0); this.uint32_member_level = PBField.initUInt32(0); this.uint64_group_rank_seq = PBField.initUInt64(0L); this.uint32_olympic_torch = PBField.initUInt32(0); this.babyq_guide_msg_cookie = PBField.initBytes(byteStringMicro); this.uin32_expert_flag = PBField.initUInt32(0); this.uint32_bubble_sub_id = PBField.initUInt32(0); this.uint64_pendant_id = PBField.initUInt64(0L); this.bytes_rp_index = PBField.initBytes(byteStringMicro); this.bytes_pb_reserve = PBField.initBytes(byteStringMicro); } } public static class Text extends MessageMicro<Text> { public final PBBytesField attr_6_buf; public final PBBytesField attr_7_buf; public final PBBytesField buf; public final PBBytesField bytes_pb_reserve; public final PBStringField link; public final PBBytesField str; public Text() { ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; this.str = PBField.initBytes(byteStringMicro); this.link = PBField.initString(""); this.attr_6_buf = PBField.initBytes(byteStringMicro); this.attr_7_buf = PBField.initBytes(byteStringMicro); this.buf = PBField.initBytes(byteStringMicro); this.bytes_pb_reserve = PBField.initBytes(byteStringMicro); } } }
4,752
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_sso.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/oidb_sso.java
package tencent.im.oidb; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBRepeatMessageField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; public class oidb_sso { public static class OIDBSSOPkg extends MessageMicro<OIDBSSOPkg> { public final PBUInt32Field uint32_command = PBField.initUInt32(0); public final PBUInt32Field uint32_service_type = PBField.initUInt32(0); public final PBUInt32Field uint32_result = PBField.initUInt32(0); public final PBBytesField bytes_bodybuffer = PBField.initBytes(ByteStringMicro.EMPTY); public final PBStringField str_error_msg = PBField.initString(""); public final PBStringField str_client_version = PBField.initString(""); public final PBRepeatMessageField<MetaData> trpc_trans_info = PBField.initRepeatMessage(MetaData.class); } public static class MetaData extends MessageMicro<MetaData> { public final PBStringField key = PBField.initString(""); public final PBStringField value = PBField.initString(""); } }
1,249
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_cmd0xb77.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0xb77/oidb_cmd0xb77.java
package tencent.im.oidb.cmd0xb77; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBoolField; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBRepeatField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; public class oidb_cmd0xb77 { public static class ReqBody extends MessageMicro<ReqBody> { public final PBUInt64Field appid = PBField.initUInt64(0); public final PBUInt32Field app_type = PBField.initUInt32(0); public final PBUInt32Field msg_style = PBField.initUInt32(0); public final PBUInt64Field sender_uin = PBField.initUInt64(0); public ClientInfo client_info = new ClientInfo(); public final PBStringField text_msg = PBField.initString(""); public ExtInfo ext_info = new ExtInfo(); public final PBUInt32Field send_type = PBField.initUInt32(0); public RichMsgBody rich_msg_body = new RichMsgBody(); public ArkMsgBody ark_msg_body = new ArkMsgBody(); public final PBUInt64Field recv_uin = PBField.initUInt64(0); public final PBStringField recv_openid = PBField.initString(""); //public oidb_cmd0xb77$ArkV1MsgBody arkv1_msg_body = new oidb_cmd0xb77$ArkV1MsgBody(); //public oidb_cmd0xb77$ArkJsonBody ark_json_body = new oidb_cmd0xb77$ArkJsonBody(); //public oidb_cmd0xb77$XmlMsgBody xml_msg_body = new MessageMicro<oidb_cmd0xb77$XmlMsgBody>() { // from class: tencent.im.oidb.cmd0xb77.oidb_cmd0xb77$XmlMsgBody // static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{88, 98}, new String[]{"service_id", "xml"}, new Object[]{0, ""}, oidb_cmd0xb77$XmlMsgBody.class); // public final PBUInt32Field service_id = PBField.initUInt32(0); // public final PBStringField xml = PBField.initString(""); //}; //public oidb_cmd0xb77$MiniAppMsgBody mini_app_msg_body = new oidb_cmd0xb77$MiniAppMsgBody(); public final PBUInt64Field recv_guild_id = PBField.initUInt64(0); } public static class ArkMsgBody extends MessageMicro<ArkMsgBody> { public final PBStringField app = PBField.initString(""); public final PBStringField view = PBField.initString(""); public final PBStringField prompt = PBField.initString(""); public final PBStringField ver = PBField.initString(""); public final PBStringField desc = PBField.initString(""); public final PBUInt32Field feature_id = PBField.initUInt32(0); public final PBStringField meta = PBField.initString(""); public final PBStringField meta_url1 = PBField.initString(""); public final PBStringField meta_url2 = PBField.initString(""); public final PBStringField meta_url3 = PBField.initString(""); public final PBStringField meta_text1 = PBField.initString(""); public final PBStringField meta_text2 = PBField.initString(""); public final PBStringField meta_text3 = PBField.initString(""); public final PBStringField config = PBField.initString(""); } public static class RichMsgBody extends MessageMicro<RichMsgBody> { public final PBBoolField using_ark = PBField.initBool(false); public final PBStringField title = PBField.initString(""); public final PBStringField summary = PBField.initString(""); public final PBStringField brief = PBField.initString(""); public final PBStringField url = PBField.initString(""); public final PBStringField picture_url = PBField.initString(""); public final PBStringField action = PBField.initString(""); public final PBStringField music_url = PBField.initString(""); public ImageInfo image_info = new ImageInfo(); } public static class ExtInfo extends MessageMicro<ExtInfo> { public final PBBytesField message_ext = PBField.initBytes(ByteStringMicro.EMPTY); public final PBBytesField tag_name = PBField.initBytes(ByteStringMicro.EMPTY); public final PBRepeatField<Integer> rpt_custom_featureid = PBField.initRepeat(PBUInt32Field.__repeatHelper__); public final PBStringField apns_wording = PBField.initString(""); public final PBUInt32Field uint32_group_savedb_flag = PBField.initUInt32(0); public final PBUInt32Field receiver_appid = PBField.initUInt32(0); public final PBUInt64Field msg_seq = PBField.initUInt64(0); } public static class ClientInfo extends MessageMicro<ClientInfo> { public final PBUInt32Field platform = PBField.initUInt32(0); public final PBStringField sdk_version = PBField.initString(""); public final PBStringField android_package_name = PBField.initString(""); public final PBStringField android_signature = PBField.initString(""); public final PBStringField ios_bundle_id = PBField.initString(""); public final PBStringField pc_sign = PBField.initString(""); } public static class ImageInfo extends MessageMicro<ImageInfo> { public final PBStringField md5 = PBField.initString(""); public final PBStringField uuid = PBField.initString(""); public final PBUInt32Field img_type = PBField.initUInt32(0); public final PBUInt32Field file_size = PBField.initUInt32(0); public final PBUInt32Field width = PBField.initUInt32(0); public final PBUInt32Field height = PBField.initUInt32(0); public final PBUInt32Field original = PBField.initUInt32(0); public final PBUInt32Field file_id = PBField.initUInt32(0); public final PBUInt32Field server_ip = PBField.initUInt32(0); public final PBUInt32Field server_port = PBField.initUInt32(0); } }
5,897
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_0x89a.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0x89a/oidb_0x89a.java
package tencent.im.oidb.cmd0x89a; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBoolField; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBRepeatField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; public class oidb_0x89a { public static class ReqBody extends MessageMicro<ReqBody> { public final PBUInt64Field uint64_group_code = PBField.initUInt64(0); public groupinfo st_group_info = new groupinfo(); public final PBUInt64Field uint64_original_operator_uin = PBField.initUInt64(0); public final PBUInt32Field uint32_req_group_open_appid = PBField.initUInt32(0); } public static class groupinfo extends MessageMicro<groupinfo> { public final PBBytesField bytes_group_school_info; //public oidb_0x89a$GroupGeoInfo msg_group_geo_info; public final PBRepeatField<ByteStringMicro> rpt_string_group_tag; //public oidb_0x89a$GroupCardPrefix st_group_card_prefix; //public oidb_0x89a$GroupExInfoOnly st_group_ex_info; //public oidb_0x89a$GroupNewGuidelinesInfo st_group_newguidelines; public final PBBytesField string_certification_text; public final PBBytesField string_group_aio_skin_url; public final PBBytesField string_group_answer; public final PBBytesField string_group_board_skin_url; public final PBBytesField string_group_class_text; public final PBBytesField string_group_cover_skin_url; public final PBBytesField string_group_finger_memo; public final PBBytesField string_group_memo; public final PBBytesField string_group_name; public final PBBytesField string_group_question; public final PBBytesField string_group_rich_finger_memo; public final PBUInt32Field uint32_active_member_num; public final PBUInt32Field uint32_add_option; public final PBUInt32Field uint32_allow_member_invite; public final PBUInt32Field uint32_app_privilege_flag; public final PBUInt32Field uint32_app_privilege_mask; public final PBUInt32Field uint32_certification_type; public final PBUInt32Field uint32_group_class_ext; public final PBUInt32Field uint32_group_face; public final PBUInt32Field uint32_group_flagext3; public final PBUInt32Field uint32_group_flagext3_mask; public final PBUInt32Field uint32_group_flagext4; public final PBUInt32Field uint32_group_flagext4_mask; public final PBUInt32Field uint32_group_grade; public final PBUInt32Field uint32_group_open_appid; public final PBUInt32Field uint32_group_sec_level; public final PBUInt32Field uint32_group_sec_level_info; public final PBUInt32Field uint32_group_type_flag; public final PBUInt32Field uint32_hl_guild_appid; public final PBUInt32Field uint32_hl_guild_orgid; public final PBUInt32Field uint32_hl_guild_sub_type; public final PBUInt32Field uint32_msg_limit_frequency; public final PBUInt32Field uint32_no_code_finger_open_flag; public final PBUInt32Field uint32_no_finger_open_flag; public final PBUInt32Field uint32_shutup_time; public final PBUInt64Field uint64_root_id; public final PBUInt64Field uint64_subscription_uin; public final PBUInt32Field uint32_group_ext_adm_num = PBField.initUInt32(0); public final PBUInt32Field uint32_flag = PBField.initUInt32(0); public groupinfo() { ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; this.string_group_name = PBField.initBytes(byteStringMicro); this.string_group_memo = PBField.initBytes(byteStringMicro); this.string_group_finger_memo = PBField.initBytes(byteStringMicro); this.string_group_aio_skin_url = PBField.initBytes(byteStringMicro); this.string_group_board_skin_url = PBField.initBytes(byteStringMicro); this.string_group_cover_skin_url = PBField.initBytes(byteStringMicro); this.uint32_group_grade = PBField.initUInt32(0); this.uint32_active_member_num = PBField.initUInt32(0); this.uint32_certification_type = PBField.initUInt32(0); this.string_certification_text = PBField.initBytes(byteStringMicro); this.string_group_rich_finger_memo = PBField.initBytes(byteStringMicro); //this.st_group_newguidelines = new MessageMicro<oidb_0x89a$GroupNewGuidelinesInfo>() { // from class: tencent.im.oidb.cmd0x89a.oidb_0x89a$GroupNewGuidelinesInfo // static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 18}, new String[]{"bool_enabled", "string_content"}, new Object[]{Boolean.FALSE, ByteStringMicro.EMPTY}, oidb_0x89a$GroupNewGuidelinesInfo.class); // public final PBBoolField bool_enabled = PBField.initBool(false); // public final PBBytesField string_content = PBField.initBytes(ByteStringMicro.EMPTY); //}; this.uint32_group_face = PBField.initUInt32(0); this.uint32_add_option = PBField.initUInt32(0); this.uint32_shutup_time = PBField.initUInt32(0); this.uint32_group_type_flag = PBField.initUInt32(0); this.rpt_string_group_tag = PBField.initRepeat(PBBytesField.__repeatHelper__); //this.msg_group_geo_info = new oidb_0x89a$GroupGeoInfo(); this.uint32_group_class_ext = PBField.initUInt32(0); this.string_group_class_text = PBField.initBytes(byteStringMicro); this.uint32_app_privilege_flag = PBField.initUInt32(0); this.uint32_app_privilege_mask = PBField.initUInt32(0); //this.st_group_ex_info = new MessageMicro<oidb_0x89a$GroupExInfoOnly>() { // from class: tencent.im.oidb.cmd0x89a.oidb_0x89a$GroupExInfoOnly // static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 16}, new String[]{"uint32_tribe_id", "uint32_money_for_add_group"}, new Object[]{0, 0}, oidb_0x89a$GroupExInfoOnly.class); // public final PBUInt32Field uint32_tribe_id = PBField.initUInt32(0); // public final PBUInt32Field uint32_money_for_add_group = PBField.initUInt32(0); //}; this.uint32_group_sec_level = PBField.initUInt32(0); this.uint32_group_sec_level_info = PBField.initUInt32(0); this.uint64_subscription_uin = PBField.initUInt64(0L); this.uint32_allow_member_invite = PBField.initUInt32(0); this.string_group_question = PBField.initBytes(byteStringMicro); this.string_group_answer = PBField.initBytes(byteStringMicro); this.uint32_group_flagext3 = PBField.initUInt32(0); this.uint32_group_flagext3_mask = PBField.initUInt32(0); this.uint32_group_open_appid = PBField.initUInt32(0); this.uint32_no_finger_open_flag = PBField.initUInt32(0); this.uint32_no_code_finger_open_flag = PBField.initUInt32(0); this.uint64_root_id = PBField.initUInt64(0L); this.uint32_msg_limit_frequency = PBField.initUInt32(0); this.uint32_hl_guild_appid = PBField.initUInt32(0); this.uint32_hl_guild_sub_type = PBField.initUInt32(0); this.uint32_hl_guild_orgid = PBField.initUInt32(0); this.uint32_group_flagext4 = PBField.initUInt32(0); this.uint32_group_flagext4_mask = PBField.initUInt32(0); this.bytes_group_school_info = PBField.initBytes(byteStringMicro); //this.st_group_card_prefix = new oidb_0x89a$GroupCardPrefix(); } } }
7,861
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_cmd0xdc2.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0xdc2/oidb_cmd0xdc2.java
package tencent.im.oidb.cmd0xdc2; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBRepeatMessageField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; import tencent.im.oidb.cmd0xb77.oidb_cmd0xb77; public class oidb_cmd0xdc2 { public static class ReqBody extends MessageMicro<ReqBody> { public oidb_cmd0xb77.ReqBody msg_body = new oidb_cmd0xb77.ReqBody(); public final PBRepeatMessageField<BatchSendReq> batch_send_req = PBField.initRepeatMessage(BatchSendReq.class); } public static class BatchSendReq extends MessageMicro<BatchSendReq> { public final PBUInt32Field send_type = PBField.initUInt32(0); public final PBUInt64Field recv_uin = PBField.initUInt64(0); public final PBStringField recv_openid = PBField.initString(""); public oidb_cmd0xb77.ImageInfo image_info = new oidb_cmd0xb77.ImageInfo(); public final PBUInt64Field recv_guild_id = PBField.initUInt64(0); } }
1,109
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
Oidb_0x8fc.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0x8fc/Oidb_0x8fc.java
package tencent.im.oidb.cmd0x8fc; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBEnumField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBRepeatMessageField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; public class Oidb_0x8fc { public static final class ReqBody extends MessageMicro<ReqBody> { public final PBUInt64Field uint64_group_code = PBField.initUInt64(0); public final PBUInt32Field uint32_show_flag = PBField.initUInt32(0); public final PBRepeatMessageField<MemberInfo> rpt_mem_level_info = PBField.initRepeatMessage(MemberInfo.class); public final PBRepeatMessageField<LevelName> rpt_level_name = PBField.initRepeatMessage(LevelName.class); public final PBUInt32Field uint32_update_time = PBField.initUInt32(0); public final PBUInt32Field uint32_office_mode = PBField.initUInt32(0); public final PBUInt32Field uint32_group_open_appid = PBField.initUInt32(0); public ClientInfo msg_client_info = new ClientInfo(); public final PBBytesField bytes_auth_key = PBField.initBytes(ByteStringMicro.EMPTY); public final PBRepeatMessageField<LevelName> rpt_level_name_new = PBField.initRepeatMessage(LevelName.class); } public static class ClientInfo extends MessageMicro<ClientInfo> { public final PBUInt32Field uint32_implat = PBField.initUInt32(0); public final PBStringField string_clientver = PBField.initString(""); } public static class LevelName extends MessageMicro<LevelName> { public final PBUInt32Field uint32_level = PBField.initUInt32(0); public final PBStringField str_name = PBField.initString(""); } public static class MemberInfo extends MessageMicro<MemberInfo> { public final PBBytesField bytes_comm_rich_card_name; public final PBBytesField bytes_email; public final PBBytesField bytes_group_honor; public final PBBytesField bytes_job; public final PBBytesField bytes_phone; public final PBBytesField bytes_remark; public final PBBytesField bytes_special_title; public final PBBytesField bytes_uin_name; public final PBBytesField member_card_name; public final PBRepeatMessageField<CardNameElem> rpt_rich_card_name; public final PBUInt32Field uint32_cmduin_flag_ex3_grocery; public final PBUInt32Field uint32_cmduin_flag_ex3_mask; public final PBUInt32Field uint32_gender; public final PBUInt32Field uint32_ringtone_id; public final PBUInt32Field uint32_special_title_expire_time; public final PBUInt32Field uint32_tribe_level; public final PBUInt32Field uint32_tribe_point; public final PBUInt64Field uint64_uin = PBField.initUInt64(0); public final PBUInt32Field uint32_point = PBField.initUInt32(0); public final PBUInt32Field uint32_active_day = PBField.initUInt32(0); public final PBUInt32Field uint32_level = PBField.initUInt32(0); public MemberInfo() { ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; this.bytes_special_title = PBField.initBytes(byteStringMicro); this.uint32_special_title_expire_time = PBField.initUInt32(0); this.bytes_uin_name = PBField.initBytes(byteStringMicro); this.member_card_name = PBField.initBytes(byteStringMicro); this.bytes_phone = PBField.initBytes(byteStringMicro); this.bytes_email = PBField.initBytes(byteStringMicro); this.bytes_remark = PBField.initBytes(byteStringMicro); this.uint32_gender = PBField.initUInt32(0); this.bytes_job = PBField.initBytes(byteStringMicro); this.uint32_tribe_level = PBField.initUInt32(0); this.uint32_tribe_point = PBField.initUInt32(0); this.rpt_rich_card_name = PBField.initRepeatMessage(CardNameElem.class); this.bytes_comm_rich_card_name = PBField.initBytes(byteStringMicro); this.uint32_ringtone_id = PBField.initUInt32(0); this.bytes_group_honor = PBField.initBytes(byteStringMicro); this.uint32_cmduin_flag_ex3_grocery = PBField.initUInt32(0); this.uint32_cmduin_flag_ex3_mask = PBField.initUInt32(0); } } public static class CardNameElem extends MessageMicro<CardNameElem> { public static final int CARD_TYPE_TEXT = 1; public static final int CARD_TYPE_XC = 2; public final PBEnumField enum_card_type = PBField.initEnum(1); public final PBBytesField bytes_value = PBField.initBytes(ByteStringMicro.EMPTY); } }
4,862
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_0x8a0.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0x8a0/oidb_0x8a0.java
package tencent.im.oidb.cmd0x8a0; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBRepeatField; import com.tencent.mobileqq.pb.PBRepeatMessageField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; public class oidb_0x8a0 { public static class ReqBody extends MessageMicro<ReqBody> { public final PBUInt64Field opt_uint64_group_code = PBField.initUInt64(0); public final PBRepeatMessageField<KickMemberInfo> rpt_msg_kick_list = PBField.initRepeatMessage(KickMemberInfo.class); public final PBRepeatField<Long> rpt_kick_list = PBField.initRepeat(PBUInt64Field.__repeatHelper__); public final PBUInt32Field uint32_kick_flag = PBField.initUInt32(0); public final PBBytesField bytes_kick_msg = PBField.initBytes(ByteStringMicro.EMPTY); } public static class KickMemberInfo extends MessageMicro<KickMemberInfo> { public final PBUInt32Field opt_uint32_operate = PBField.initUInt32(0); public final PBUInt64Field opt_uint64_member_uin = PBField.initUInt64(0); public final PBUInt32Field opt_uint32_flag = PBField.initUInt32(0); public final PBBytesField opt_bytes_msg = PBField.initBytes(ByteStringMicro.EMPTY); } }
1,405
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_0x11b2.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0x11b2/oidb_0x11b2.java
package tencent.im.oidb.cmd0x11b2; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt64Field; public class oidb_0x11b2 { public static class BusinessCardV3Req extends MessageMicro<BusinessCardV3Req> { public final PBUInt64Field uin = PBField.initUInt64(0); public final PBStringField phone = PBField.initString(""); public final PBStringField jump_url = PBField.initString(""); } public static class BusinessCardV3Rsp extends MessageMicro<BusinessCardV3Rsp> { public final PBStringField signed_ark_msg = PBField.initString(""); } }
701
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_0x5eb.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0x5eb/oidb_0x5eb.java
package tencent.im.oidb.cmd0x5eb; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; public class oidb_0x5eb { public static final class UdcUinData extends MessageMicro<UdcUinData> { public final PBBytesField bytes_basic_cli_flag; public final PBBytesField bytes_basic_svr_flag; public final PBBytesField bytes_birthday; public final PBBytesField bytes_city; public final PBBytesField bytes_city_id; public final PBBytesField bytes_country; public final PBBytesField bytes_full_age; public final PBBytesField bytes_full_birthday; public final PBBytesField bytes_mss1_service; public final PBBytesField bytes_mss2_identity; public final PBBytesField bytes_mss3_bitmapextra; public final PBBytesField bytes_music_gene; public final PBBytesField bytes_nick; public final PBBytesField bytes_openid; public final PBBytesField bytes_province; public final PBBytesField bytes_req_vip_ext_id; public final PBBytesField bytes_stranger_declare; public final PBBytesField bytes_stranger_nick; public final PBUInt32Field int32_history_num_flag; public final PBUInt32Field roam_flag_qq_7day; public final PBUInt32Field roam_flag_svip_2year; public final PBUInt32Field roam_flag_svip_5year; public final PBUInt32Field roam_flag_svip_forever; public final PBUInt32Field roam_flag_vip_30day; public final PBStringField str_zplanphoto_url; public final PBUInt32Field uint32_400_flag; public final PBUInt32Field uint32_age; public final PBUInt32Field uint32_allow; public final PBUInt32Field uint32_alphabetic_font_flag; public final PBUInt32Field uint32_apollo_status; public final PBUInt32Field uint32_apollo_timestamp; public final PBUInt32Field uint32_apollo_vip_flag; public final PBUInt32Field uint32_apollo_vip_level; public final PBUInt32Field uint32_auth_flag; public final PBUInt32Field uint32_auto_to_text_flag; public final PBUInt32Field uint32_bubble_id; public final PBUInt32Field uint32_bubble_unread_switch; public final PBUInt32Field uint32_business_user; public final PBUInt32Field uint32_c2c_aio_shortcut_switch; public final PBUInt32Field uint32_charm; public final PBUInt32Field uint32_charm_level; public final PBUInt32Field uint32_charm_shown; public final PBUInt32Field uint32_city_zone_id; public final PBUInt32Field uint32_cmshow_3d_flag; public final PBUInt32Field uint32_common_place1; public final PBUInt32Field uint32_constellation; public final PBUInt32Field uint32_dance_max_score; public final PBUInt32Field uint32_default_cover_in_use; public final PBUInt32Field uint32_do_not_disturb_mode_time; public final PBUInt32Field uint32_elder_mode_flag; public final PBUInt32Field uint32_ext_flag; public final PBUInt32Field uint32_extend_friend_card_shown; public final PBUInt32Field uint32_extend_friend_flag; public final PBUInt32Field uint32_extend_friend_switch; public final PBUInt32Field uint32_face_id; public final PBUInt32Field uint32_file_assist_top; public final PBUInt32Field uint32_flag_color_note_recent_switch; public final PBUInt32Field uint32_flag_hide_pretty_group_owner_identity; public final PBUInt32Field uint32_flag_is_pretty_group_owner; public final PBUInt32Field uint32_flag_kid_mode_can_pull_group; public final PBUInt32Field uint32_flag_kid_mode_can_search_by_strangers; public final PBUInt32Field uint32_flag_kid_mode_can_search_friends; public final PBUInt32Field uint32_flag_kid_mode_need_phone_verify; public final PBUInt32Field uint32_flag_kid_mode_switch; public final PBUInt32Field uint32_flag_qcircle_cover_switch; public final PBUInt32Field uint32_flag_school_verified; public final PBUInt32Field uint32_flag_study_mode_student; public final PBUInt32Field uint32_flag_study_mode_switch; public final PBUInt32Field uint32_flag_super_yellow_diamond; public final PBUInt32Field uint32_flag_use_mobile_net_switch; public final PBUInt32Field uint32_flag_zplan_edit_avatar; public final PBUInt32Field uint32_forbid_flag; public final PBUInt32Field uint32_freshnews_notify_flag; public final PBUInt32Field uint32_gender; public final PBUInt32Field uint32_global_group_level; public final PBUInt32Field uint32_god_flag; public final PBUInt32Field uint32_god_forbid; public final PBUInt32Field uint32_group_mem_credit_flag; public final PBUInt32Field uint32_guild_gray_flag; public final PBUInt32Field uint32_has_close_leba_youth_mode_plugin; public final PBUInt32Field uint32_hidden_session_switch; public final PBUInt32Field uint32_hidden_session_video_switch; public final PBUInt32Field uint32_input_status_flag; public final PBUInt32Field uint32_lang1; public final PBUInt32Field uint32_lang2; public final PBUInt32Field uint32_lang3; public final PBUInt32Field uint32_lflag; public final PBUInt32Field uint32_lightalk_switch; public final PBUInt32Field uint32_love_status; public final PBUInt32Field uint32_mss_update_time; public final PBUInt32Field uint32_music_ring_autoplay; public final PBUInt32Field uint32_music_ring_redpoint; public final PBUInt32Field uint32_music_ring_visible; public final PBUInt32Field uint32_normal_night_mode_flag; public final PBUInt32Field uint32_notify_on_like_ranking_list_flag; public final PBUInt32Field uint32_notify_partake_like_ranking_list_flag; public final PBUInt32Field uint32_oin; public final PBUInt32Field uint32_online_status_avatar_switch; public final PBUInt32Field uint32_plate_of_king_dan; public final PBUInt32Field uint32_plate_of_king_dan_display_switch; public final PBUInt32Field uint32_posterfont_id; public final PBUInt32Field uint32_preload_disable_flag; public final PBUInt32Field uint32_profession; public final PBUInt32Field uint32_profile_age_visible; public final PBUInt32Field uint32_profile_anonymous_answer_switch; public final PBUInt32Field uint32_profile_birthday_visible; public final PBUInt32Field uint32_profile_college_visible; public final PBUInt32Field uint32_profile_company_visible; public final PBUInt32Field uint32_profile_constellation_visible; public final PBUInt32Field uint32_profile_dressup_switch; public final PBUInt32Field uint32_profile_email_visible; public final PBUInt32Field uint32_profile_hometown_visible; public final PBUInt32Field uint32_profile_interest_switch; public final PBUInt32Field uint32_profile_life_achievement_switch; public final PBUInt32Field uint32_profile_location_visible; public final PBUInt32Field uint32_profile_membership_and_rank; public final PBUInt32Field uint32_profile_miniapp_switch; public final PBUInt32Field uint32_profile_music_switch; public final PBUInt32Field uint32_profile_musicbox_switch; public final PBUInt32Field uint32_profile_personal_note_visible; public final PBUInt32Field uint32_profile_personality_label_switch; public final PBUInt32Field uint32_profile_present_switch; public final PBUInt32Field uint32_profile_privilege; public final PBUInt32Field uint32_profile_profession_visible; public final PBUInt32Field uint32_profile_qqcard_switch; public final PBUInt32Field uint32_profile_qqcircle_switch; public final PBUInt32Field uint32_profile_sex_visible; public final PBUInt32Field uint32_profile_show_idol_switch; public final PBUInt32Field uint32_profile_splendid_switch; public final PBUInt32Field uint32_profile_sticky_note_offline; public final PBUInt32Field uint32_profile_sticky_note_switch; public final PBUInt32Field uint32_profile_weishi_switch; public final PBUInt32Field uint32_profile_wz_game_card_switch; public final PBUInt32Field uint32_profile_wz_game_skin_switch; public final PBUInt32Field uint32_pstn_c2c_call_time; public final PBUInt32Field uint32_pstn_c2c_last_guide_recharge_time; public final PBUInt32Field uint32_pstn_c2c_try_flag; public final PBUInt32Field uint32_pstn_c2c_vip; public final PBUInt32Field uint32_pstn_ever_c2c_vip; public final PBUInt32Field uint32_pstn_ever_multi_vip; public final PBUInt32Field uint32_pstn_multi_call_time; public final PBUInt32Field uint32_pstn_multi_last_guide_recharge_time; public final PBUInt32Field uint32_pstn_multi_try_flag; public final PBUInt32Field uint32_pstn_multi_vip; public final PBUInt32Field uint32_qq_assistant_switch; public final PBUInt32Field uint32_req_font_effect_id; public final PBUInt32Field uint32_req_global_ring_id; public final PBUInt32Field uint32_req_invite2group_auto_agree_flag; public final PBUInt32Field uint32_req_medalwall_flag; public final PBUInt32Field uint32_req_push_notice_flag; public final PBUInt32Field uint32_req_small_world_head_flag; public final PBUInt32Field uint32_rsp_connections_switch_id; public final PBUInt32Field uint32_rsp_listen_together_player_id; public final PBUInt32Field uint32_rsp_qq_level_icon_type; public final PBUInt32Field uint32_rsp_theme_font_id; public final PBUInt32Field uint32_school_status_flag; public final PBUInt32Field uint32_simple_ui_pref; public final PBUInt32Field uint32_simple_ui_switch; public final PBUInt32Field uint32_simple_update_time; public final PBUInt32Field uint32_stranger_vote_switch; public final PBUInt32Field uint32_subaccount_display_third_qq_flag; public final PBUInt32Field uint32_subscribe_nearbyassistant_switch; public final PBUInt32Field uint32_suspend_effect_id; public final PBUInt32Field uint32_sync_C2C_message_switch; public final PBUInt32Field uint32_torch_disable_flag; public final PBUInt32Field uint32_torchbearer_flag; public final PBUInt32Field uint32_troop_honor_rich_flag; public final PBUInt32Field uint32_troop_lucky_character_switch; public final PBUInt32Field uint32_troophonor_switch; public final PBUInt32Field uint32_vas_colorring_id; public final PBUInt32Field uint32_vas_diy_font_timestamp; public final PBUInt32Field uint32_vas_emoticon_usage_info; public final PBUInt32Field uint32_vas_face_id; public final PBUInt32Field uint32_vas_font_id; public final PBUInt32Field uint32_vas_magicfont_flag; public final PBUInt32Field uint32_vas_pendant_diy_id; public final PBUInt32Field uint32_vas_praise_id; public final PBUInt32Field uint32_vas_voicebubble_id; public final PBUInt32Field uint32_vip_flag; public final PBUInt32Field uint32_zplan_add_frd; public final PBUInt32Field uint32_zplan_cmshow_month_active_user; public final PBUInt32Field uint32_zplan_master_show; public final PBUInt32Field uint32_zplan_message_notice_switch; public final PBUInt32Field uint32_zplan_open; public final PBUInt32Field uint32_zplan_operators_network_switch; public final PBUInt32Field uint32_zplan_profile_card_show; public final PBUInt32Field uint32_zplan_qzone_show; public final PBUInt32Field uint32_zplan_samestyle_asset_switch; public final PBUInt32Field uint32_zplan_samestyle_package_switch; public final PBUInt64Field uint64_face_addon_id; public final PBUInt64Field uint64_game_appid; public final PBUInt64Field uint64_game_last_login_time; public final PBUInt64Field uint64_uin = PBField.initUInt64(0); public final PBUInt32Field unit32_concise_mode_flag; public final PBUInt32Field unit32_hide_camera_emoticon_flag; public final PBUInt32Field unit32_hide_cm_show_emoticon_flag; public final PBUInt32Field unit32_online_state_praise_notify; public final PBBytesField zplan_appearanceKey; public final PBUInt32Field zplan_appearanceKey_time; public final PBUInt32Field zplan_avatar_gender; public UdcUinData() { ByteStringMicro byteStringMicro = ByteStringMicro.EMPTY; this.bytes_openid = PBField.initBytes(byteStringMicro); this.bytes_nick = PBField.initBytes(byteStringMicro); this.uint32_gender = PBField.initUInt32(0); this.uint32_allow = PBField.initUInt32(0); this.uint32_face_id = PBField.initUInt32(0); this.uint32_common_place1 = PBField.initUInt32(0); this.bytes_birthday = PBField.initBytes(byteStringMicro); this.bytes_full_birthday = PBField.initBytes(byteStringMicro); this.bytes_full_age = PBField.initBytes(byteStringMicro); this.bytes_country = PBField.initBytes(byteStringMicro); this.bytes_province = PBField.initBytes(byteStringMicro); this.bytes_city = PBField.initBytes(byteStringMicro); this.uint32_constellation = PBField.initUInt32(0); this.bytes_city_id = PBField.initBytes(byteStringMicro); this.uint32_city_zone_id = PBField.initUInt32(0); this.uint32_lang1 = PBField.initUInt32(0); this.uint32_lang2 = PBField.initUInt32(0); this.uint32_lang3 = PBField.initUInt32(0); this.uint32_age = PBField.initUInt32(0); this.uint32_oin = PBField.initUInt32(0); this.uint32_simple_update_time = PBField.initUInt32(0); this.uint32_group_mem_credit_flag = PBField.initUInt32(0); this.uint64_face_addon_id = PBField.initUInt64(0L); this.uint32_bubble_id = PBField.initUInt32(0); this.uint32_suspend_effect_id = PBField.initUInt32(0); this.bytes_music_gene = PBField.initBytes(byteStringMicro); this.uint32_lflag = PBField.initUInt32(0); this.uint32_ext_flag = PBField.initUInt32(0); this.bytes_basic_svr_flag = PBField.initBytes(byteStringMicro); this.bytes_basic_cli_flag = PBField.initBytes(byteStringMicro); this.bytes_mss1_service = PBField.initBytes(byteStringMicro); this.bytes_mss2_identity = PBField.initBytes(byteStringMicro); this.bytes_mss3_bitmapextra = PBField.initBytes(byteStringMicro); this.uint32_mss_update_time = PBField.initUInt32(0); this.uint32_lightalk_switch = PBField.initUInt32(0); this.bytes_stranger_nick = PBField.initBytes(byteStringMicro); this.bytes_stranger_declare = PBField.initBytes(byteStringMicro); this.uint32_love_status = PBField.initUInt32(0); this.uint32_profession = PBField.initUInt32(0); this.uint32_vip_flag = PBField.initUInt32(0); this.uint32_auth_flag = PBField.initUInt32(0); this.uint32_forbid_flag = PBField.initUInt32(0); this.uint32_god_forbid = PBField.initUInt32(0); this.uint32_god_flag = PBField.initUInt32(0); this.uint32_charm = PBField.initUInt32(0); this.uint32_charm_level = PBField.initUInt32(0); this.uint32_charm_shown = PBField.initUInt32(0); this.uint32_music_ring_visible = PBField.initUInt32(0); this.uint32_music_ring_autoplay = PBField.initUInt32(0); this.uint32_music_ring_redpoint = PBField.initUInt32(0); this.uint32_freshnews_notify_flag = PBField.initUInt32(0); this.uint32_subscribe_nearbyassistant_switch = PBField.initUInt32(0); this.uint32_apollo_vip_flag = PBField.initUInt32(0); this.uint32_apollo_vip_level = PBField.initUInt32(0); this.uint32_apollo_status = PBField.initUInt32(0); this.uint32_apollo_timestamp = PBField.initUInt32(0); this.uint32_pstn_c2c_vip = PBField.initUInt32(0); this.uint32_pstn_multi_vip = PBField.initUInt32(0); this.uint32_pstn_c2c_call_time = PBField.initUInt32(0); this.uint32_pstn_multi_call_time = PBField.initUInt32(0); this.uint32_pstn_c2c_try_flag = PBField.initUInt32(0); this.uint32_pstn_multi_try_flag = PBField.initUInt32(0); this.uint32_pstn_ever_c2c_vip = PBField.initUInt32(0); this.uint32_pstn_ever_multi_vip = PBField.initUInt32(0); this.uint32_pstn_multi_last_guide_recharge_time = PBField.initUInt32(0); this.uint32_pstn_c2c_last_guide_recharge_time = PBField.initUInt32(0); this.uint32_torchbearer_flag = PBField.initUInt32(0); this.uint32_torch_disable_flag = PBField.initUInt32(0); this.uint32_preload_disable_flag = PBField.initUInt32(0); this.uint32_notify_on_like_ranking_list_flag = PBField.initUInt32(0); this.uint32_vas_font_id = PBField.initUInt32(0); this.uint32_vas_diy_font_timestamp = PBField.initUInt32(0); this.uint32_vas_magicfont_flag = PBField.initUInt32(0); this.uint32_vas_colorring_id = PBField.initUInt32(0); this.uint32_vas_praise_id = PBField.initUInt32(0); this.uint32_global_group_level = PBField.initUInt32(0); this.uint32_req_invite2group_auto_agree_flag = PBField.initUInt32(0); this.uint32_subaccount_display_third_qq_flag = PBField.initUInt32(0); this.uint32_notify_partake_like_ranking_list_flag = PBField.initUInt32(0); this.int32_history_num_flag = PBField.initUInt32(0); this.roam_flag_qq_7day = PBField.initUInt32(0); this.roam_flag_vip_30day = PBField.initUInt32(0); this.roam_flag_svip_forever = PBField.initUInt32(0); this.roam_flag_svip_5year = PBField.initUInt32(0); this.roam_flag_svip_2year = PBField.initUInt32(0); this.uint64_game_appid = PBField.initUInt64(0L); this.uint64_game_last_login_time = PBField.initUInt64(0L); this.uint32_vas_voicebubble_id = PBField.initUInt32(0); this.uint32_vas_pendant_diy_id = PBField.initUInt32(0); this.uint32_vas_face_id = PBField.initUInt32(0); this.uint32_plate_of_king_dan = PBField.initUInt32(0); this.uint32_plate_of_king_dan_display_switch = PBField.initUInt32(0); this.uint32_vas_emoticon_usage_info = PBField.initUInt32(0); this.uint32_do_not_disturb_mode_time = PBField.initUInt32(0); this.uint32_dance_max_score = PBField.initUInt32(0); this.uint32_req_font_effect_id = PBField.initUInt32(0); this.bytes_req_vip_ext_id = PBField.initBytes(byteStringMicro); this.uint32_extend_friend_flag = PBField.initUInt32(0); this.uint32_posterfont_id = PBField.initUInt32(0); this.uint32_req_push_notice_flag = PBField.initUInt32(0); this.uint32_stranger_vote_switch = PBField.initUInt32(0); this.uint32_cmshow_3d_flag = PBField.initUInt32(0); this.uint32_input_status_flag = PBField.initUInt32(0); this.uint32_alphabetic_font_flag = PBField.initUInt32(0); this.uint32_has_close_leba_youth_mode_plugin = PBField.initUInt32(0); this.uint32_auto_to_text_flag = PBField.initUInt32(0); this.uint32_school_status_flag = PBField.initUInt32(0); this.uint32_simple_ui_switch = PBField.initUInt32(0); this.uint32_simple_ui_pref = PBField.initUInt32(0); this.uint32_hidden_session_switch = PBField.initUInt32(0); this.uint32_hidden_session_video_switch = PBField.initUInt32(0); this.uint32_bubble_unread_switch = PBField.initUInt32(0); this.uint32_req_global_ring_id = PBField.initUInt32(0); this.uint32_flag_is_pretty_group_owner = PBField.initUInt32(0); this.uint32_flag_hide_pretty_group_owner_identity = PBField.initUInt32(0); this.uint32_rsp_listen_together_player_id = PBField.initUInt32(0); this.uint32_rsp_connections_switch_id = PBField.initUInt32(0); this.uint32_rsp_qq_level_icon_type = PBField.initUInt32(0); this.uint32_flag_color_note_recent_switch = PBField.initUInt32(0); this.uint32_rsp_theme_font_id = PBField.initUInt32(0); this.uint32_flag_super_yellow_diamond = PBField.initUInt32(0); this.uint32_troophonor_switch = PBField.initUInt32(0); this.uint32_troop_lucky_character_switch = PBField.initUInt32(0); this.uint32_flag_school_verified = PBField.initUInt32(0); this.uint32_flag_study_mode_switch = PBField.initUInt32(0); this.uint32_flag_study_mode_student = PBField.initUInt32(0); this.uint32_flag_kid_mode_switch = PBField.initUInt32(0); this.uint32_flag_kid_mode_need_phone_verify = PBField.initUInt32(0); this.uint32_flag_kid_mode_can_search_friends = PBField.initUInt32(0); this.uint32_flag_kid_mode_can_pull_group = PBField.initUInt32(0); this.uint32_flag_kid_mode_can_search_by_strangers = PBField.initUInt32(0); this.uint32_400_flag = PBField.initUInt32(0); this.uint32_business_user = PBField.initUInt32(0); this.uint32_profile_sex_visible = PBField.initUInt32(0); this.uint32_profile_age_visible = PBField.initUInt32(0); this.uint32_profile_birthday_visible = PBField.initUInt32(0); this.uint32_profile_constellation_visible = PBField.initUInt32(0); this.uint32_profile_profession_visible = PBField.initUInt32(0); this.uint32_profile_college_visible = PBField.initUInt32(0); this.uint32_profile_location_visible = PBField.initUInt32(0); this.uint32_profile_hometown_visible = PBField.initUInt32(0); this.uint32_profile_email_visible = PBField.initUInt32(0); this.uint32_profile_personal_note_visible = PBField.initUInt32(0); this.uint32_profile_company_visible = PBField.initUInt32(0); this.uint32_req_medalwall_flag = PBField.initUInt32(0); this.uint32_profile_personality_label_switch = PBField.initUInt32(0); this.uint32_profile_life_achievement_switch = PBField.initUInt32(0); this.uint32_profile_interest_switch = PBField.initUInt32(0); this.uint32_profile_music_switch = PBField.initUInt32(0); this.uint32_profile_present_switch = PBField.initUInt32(0); this.uint32_profile_miniapp_switch = PBField.initUInt32(0); this.uint32_profile_musicbox_switch = PBField.initUInt32(0); this.uint32_profile_sticky_note_switch = PBField.initUInt32(0); this.uint32_profile_sticky_note_offline = PBField.initUInt32(0); this.uint32_profile_qqcircle_switch = PBField.initUInt32(0); this.uint32_profile_weishi_switch = PBField.initUInt32(0); this.uint32_extend_friend_card_shown = PBField.initUInt32(0); this.uint32_extend_friend_switch = PBField.initUInt32(0); this.uint32_profile_anonymous_answer_switch = PBField.initUInt32(0); this.uint32_profile_wz_game_card_switch = PBField.initUInt32(0); this.uint32_troop_honor_rich_flag = PBField.initUInt32(0); this.uint32_profile_splendid_switch = PBField.initUInt32(0); this.uint32_profile_membership_and_rank = PBField.initUInt32(0); this.uint32_profile_privilege = PBField.initUInt32(0); this.uint32_c2c_aio_shortcut_switch = PBField.initUInt32(0); this.uint32_qq_assistant_switch = PBField.initUInt32(0); this.uint32_profile_show_idol_switch = PBField.initUInt32(0); this.uint32_file_assist_top = PBField.initUInt32(0); this.uint32_guild_gray_flag = PBField.initUInt32(0); this.uint32_elder_mode_flag = PBField.initUInt32(0); this.zplan_appearanceKey_time = PBField.initUInt32(0); this.zplan_appearanceKey = PBField.initBytes(byteStringMicro); this.unit32_concise_mode_flag = PBField.initUInt32(0); this.unit32_hide_cm_show_emoticon_flag = PBField.initUInt32(0); this.unit32_hide_camera_emoticon_flag = PBField.initUInt32(0); this.uint32_zplan_open = PBField.initUInt32(0); this.uint32_zplan_add_frd = PBField.initUInt32(0); this.uint32_zplan_qzone_show = PBField.initUInt32(0); this.uint32_zplan_master_show = PBField.initUInt32(0); this.uint32_zplan_profile_card_show = PBField.initUInt32(0); this.uint32_zplan_samestyle_asset_switch = PBField.initUInt32(0); this.uint32_zplan_samestyle_package_switch = PBField.initUInt32(0); this.uint32_zplan_operators_network_switch = PBField.initUInt32(0); this.uint32_zplan_message_notice_switch = PBField.initUInt32(0); this.str_zplanphoto_url = PBField.initString(""); this.uint32_normal_night_mode_flag = PBField.initUInt32(0); this.zplan_avatar_gender = PBField.initUInt32(0); this.uint32_zplan_cmshow_month_active_user = PBField.initUInt32(0); this.unit32_online_state_praise_notify = PBField.initUInt32(0); this.uint32_flag_use_mobile_net_switch = PBField.initUInt32(0); this.uint32_flag_zplan_edit_avatar = PBField.initUInt32(0); this.uint32_default_cover_in_use = PBField.initUInt32(0); this.uint32_flag_qcircle_cover_switch = PBField.initUInt32(0); this.uint32_req_small_world_head_flag = PBField.initUInt32(0); this.uint32_online_status_avatar_switch = PBField.initUInt32(0); this.uint32_profile_wz_game_skin_switch = PBField.initUInt32(0); this.uint32_sync_C2C_message_switch = PBField.initUInt32(0); this.uint32_profile_dressup_switch = PBField.initUInt32(0); this.uint32_profile_qqcard_switch = PBField.initUInt32(0); } } }
26,935
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
oidb_0x6d8.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/tencent/im/oidb/cmd0x6d8/oidb_0x6d8.java
package tencent.im.oidb.cmd0x6d8; import com.tencent.mobileqq.pb.ByteStringMicro; import com.tencent.mobileqq.pb.MessageMicro; import com.tencent.mobileqq.pb.PBBoolField; import com.tencent.mobileqq.pb.PBBytesField; import com.tencent.mobileqq.pb.PBField; import com.tencent.mobileqq.pb.PBInt32Field; import com.tencent.mobileqq.pb.PBRepeatMessageField; import com.tencent.mobileqq.pb.PBStringField; import com.tencent.mobileqq.pb.PBUInt32Field; import com.tencent.mobileqq.pb.PBUInt64Field; import tencent.im.cs.group_file_common.group_file_common; public class oidb_0x6d8 { public static class ReqBody extends MessageMicro<ReqBody> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{10, 18, 26, 34, 42}, new String[]{"file_info_req", "file_list_info_req", "group_file_cnt_req", "group_space_req", "file_preview_req"}, new Object[]{null, null, null, null, null}, oidb_0x6d8$ReqBody.class); public GetFileInfoReqBody file_info_req = new GetFileInfoReqBody(); public GetFileListReqBody file_list_info_req = new GetFileListReqBody(); public GetFileCountReqBody group_file_cnt_req = new GetFileCountReqBody(); public GetSpaceReqBody group_space_req = new GetSpaceReqBody(); //public oidb_0x6d8$GetFilePreviewReqBody file_preview_req = new oidb_0x6d8$GetFilePreviewReqBody(); } public static class GetFileInfoRspBody extends MessageMicro<GetFileInfoRspBody> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 18, 26, 34}, new String[]{"int32_ret_code", "str_ret_msg", "str_client_wording", "file_info"}, new Object[]{0, "", "", null}, oidb_0x6d8$GetFileInfoRspBody.class); public final PBInt32Field int32_ret_code = PBField.initInt32(0); public final PBStringField str_ret_msg = PBField.initString(""); public final PBStringField str_client_wording = PBField.initString(""); public group_file_common.FileInfo file_info = new group_file_common.FileInfo(); } public static class GetFileListReqBody extends MessageMicro<GetFileListReqBody> { public static final int SORT_BY_DOWNLOAD = 6; public static final int SORT_BY_FILENAME = 4; public static final int SORT_BY_FILESIZE = 5; public static final int SORT_BY_FILETYPE = 2; public static final int SORT_BY_TIMESTAMP = 1; public static final int SORT_BY_UPLOADER = 3; //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 16, 26, 34, 40, 50, 56, 64, 72, 80, 88, 96, 104, 114, 120, 128, 136, 144}, new String[]{"uint64_group_code", "uint32_app_id", "str_folder_id", "start_timestamp", "uint32_file_count", "max_timestamp", "uint32_all_file_count", "uint32_req_from", "uint32_sort_by", "uint32_filter_code", "uint64_uin", "uint32_field_flag", "uint32_start_index", "bytes_context", "uint32_client_version", "uint32_white_list", "uint32_sort_order", "uint32_show_onlinedoc_folder"}, new Object[]{0L, 0, "", null, 0, null, 0, 0, 0, 0, 0L, 16777215, 0, ByteStringMicro.EMPTY, 0, 0, 0, 0}, oidb_0x6d8$GetFileListReqBody.class); public final PBUInt64Field uint64_group_code = PBField.initUInt64(0); public final PBUInt32Field uint32_app_id = PBField.initUInt32(0); public final PBStringField str_folder_id = PBField.initString(""); public FileTimeStamp start_timestamp = new FileTimeStamp(); public final PBUInt32Field uint32_file_count = PBField.initUInt32(0); public FileTimeStamp max_timestamp = new FileTimeStamp(); public final PBUInt32Field uint32_all_file_count = PBField.initUInt32(0); public final PBUInt32Field uint32_req_from = PBField.initUInt32(0); public final PBUInt32Field uint32_sort_by = PBField.initUInt32(0); public final PBUInt32Field uint32_filter_code = PBField.initUInt32(0); public final PBUInt64Field uint64_uin = PBField.initUInt64(0); public final PBUInt32Field uint32_field_flag = PBField.initUInt32(16777215); public final PBUInt32Field uint32_start_index = PBField.initUInt32(0); public final PBBytesField bytes_context = PBField.initBytes(ByteStringMicro.EMPTY); public final PBUInt32Field uint32_client_version = PBField.initUInt32(0); public final PBUInt32Field uint32_white_list = PBField.initUInt32(0); public final PBUInt32Field uint32_sort_order = PBField.initUInt32(0); public final PBUInt32Field uint32_show_onlinedoc_folder = PBField.initUInt32(0); } public static class FileTimeStamp extends MessageMicro<FileTimeStamp> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 18}, new String[]{"uint32_upload_time", "str_file_id"}, new Object[]{0, ""}, oidb_0x6d8$FileTimeStamp.class); public final PBUInt32Field uint32_upload_time = PBField.initUInt32(0); public final PBStringField str_file_id = PBField.initString(""); } public static final class GetFileCountReqBody extends MessageMicro<GetFileCountReqBody> { public final PBUInt64Field uint64_group_code = PBField.initUInt64(0); public final PBUInt32Field uint32_app_id = PBField.initUInt32(0); public final PBUInt32Field uint32_bus_id = PBField.initUInt32(0); } public static class RspBody extends MessageMicro<RspBody> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{10, 18, 26, 34, 42}, new String[]{"file_info_rsp", "file_list_info_rsp", "group_file_cnt_rsp", "group_space_rsp", "file_preview_rsp"}, new Object[]{null, null, null, null, null}, oidb_0x6d8$RspBody.class); public GetFileInfoRspBody file_info_rsp = new GetFileInfoRspBody(); public GetFileListRspBody file_list_info_rsp = new GetFileListRspBody(); // 2 public GetFileCountRspBody group_file_cnt_rsp = new GetFileCountRspBody(); // 3 public GetSpaceRspBody group_space_rsp = new GetSpaceRspBody(); // 4 //public oidb_0x6d8$GetFilePreviewRspBody file_preview_rsp = new oidb_0x6d8$GetFilePreviewRspBody(); } public static class GetSpaceRspBody extends MessageMicro<GetSpaceRspBody> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 18, 26, 32, 40, 48}, new String[]{"int32_ret_code", "str_ret_msg", "str_client_wording", "uint64_total_space", "uint64_used_space", "bool_all_upload"}, new Object[]{0, "", "", 0L, 0L, Boolean.FALSE}, oidb_0x6d8$GetSpaceRspBody.class); public final PBInt32Field int32_ret_code = PBField.initInt32(0); public final PBStringField str_ret_msg = PBField.initString(""); public final PBStringField str_client_wording = PBField.initString(""); public final PBUInt64Field uint64_total_space = PBField.initUInt64(0); public final PBUInt64Field uint64_used_space = PBField.initUInt64(0); public final PBBoolField bool_all_upload = PBField.initBool(false); } public static class GetFileCountRspBody extends MessageMicro<GetFileCountRspBody> { public final PBInt32Field int32_ret_code = PBField.initInt32(0); public final PBStringField str_ret_msg = PBField.initString(""); public final PBStringField str_client_wording = PBField.initString(""); public final PBUInt32Field uint32_all_file_count = PBField.initUInt32(0); public final PBBoolField bool_file_too_many = PBField.initBool(false); public final PBUInt32Field uint32_limit_count = PBField.initUInt32(0); public final PBBoolField bool_is_full = PBField.initBool(false); } public static class GetSpaceReqBody extends MessageMicro<GetSpaceReqBody> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 16}, new String[]{"uint64_group_code", "uint32_app_id"}, new Object[]{0L, 0}, oidb_0x6d8$GetSpaceReqBody.class); public final PBUInt64Field uint64_group_code = PBField.initUInt64(0); public final PBUInt32Field uint32_app_id = PBField.initUInt32(0); } public static class GetFileListRspBody extends MessageMicro<GetFileListRspBody> { public static final int TYPE_FILE = 1; public static final int TYPE_FOLDER = 2; public final PBInt32Field int32_ret_code = PBField.initInt32(0); public final PBStringField str_ret_msg = PBField.initString(""); public final PBStringField str_client_wording = PBField.initString(""); public final PBBoolField bool_is_end = PBField.initBool(false); public final PBRepeatMessageField<Item> rpt_item_list = PBField.initRepeatMessage(Item.class); public FileTimeStamp msg_max_timestamp = new FileTimeStamp(); public final PBUInt32Field uint32_all_file_count = PBField.initUInt32(0); public final PBUInt32Field uint32_filter_code = PBField.initUInt32(0); public final PBBoolField bool_safe_check_flag = PBField.initBool(false); public final PBUInt32Field uint32_safe_check_res = PBField.initUInt32(0); public final PBUInt32Field uint32_next_index = PBField.initUInt32(0); public final PBBytesField bytes_context = PBField.initBytes(ByteStringMicro.EMPTY); public final PBUInt32Field uint32_role = PBField.initUInt32(0); public final PBUInt32Field uint32_open_flag = PBField.initUInt32(0); public static final class Item extends MessageMicro<Item> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 18, 26}, new String[]{"uint32_type", "folder_info", "file_info"}, new Object[]{0, null, null}, Item.class); public final PBUInt32Field uint32_type = PBField.initUInt32(0); public group_file_common.FolderInfo folder_info = new group_file_common.FolderInfo(); public group_file_common.FileInfo file_info = new group_file_common.FileInfo(); } //static { // Boolean bool = Boolean.FALSE; // __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 18, 26, 32, 42, 50, 56, 64, 88, 96, 104, 114, 120, 128}, new String[]{"int32_ret_code", "str_ret_msg", "str_client_wording", "bool_is_end", // "rpt_item_list", // "msg_max_timestamp", // "uint32_all_file_count", //7 // "uint32_filter_code", // "bool_safe_check_flag", // 9 // "uint32_safe_check_res", "uint32_next_index", "bytes_context", // "uint32_role", // 13 // "uint32_open_flag"}, new Object[]{0, "", "", bool, null, null, 0, 0, bool, 0, 0, ByteStringMicro.EMPTY, 0, 0}, oidb_0x6d8$GetFileListRspBody.class); //} } public static final class GetFileInfoReqBody extends MessageMicro<GetFileInfoReqBody> { //static final MessageMicro.FieldMap __fieldMap__ = MessageMicro.initFieldMap(new int[]{8, 16, 24, 34, 40}, new String[]{"uint64_group_code", "uint32_app_id", "uint32_bus_id", "str_file_id", "uint32_field_flag"}, new Object[]{0L, 0, 0, "", 16777215}, oidb_0x6d8$GetFileInfoReqBody.class); public final PBUInt64Field uint64_group_code = PBField.initUInt64(0); public final PBUInt32Field uint32_app_id = PBField.initUInt32(0); public final PBUInt32Field uint32_bus_id = PBField.initUInt32(0); public final PBStringField str_file_id = PBField.initString(""); public final PBUInt32Field uint32_field_flag = PBField.initUInt32(16777215); } }
11,563
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
UniPacket.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/qq/jce/wup/UniPacket.java
package com.qq.jce.wup; public class UniPacket { public UniPacket() { } public String getFuncName() { return null; } public int getOldRespIret() { return 0; } public int getPackageVersion() { return 0; } public int getRequestId() { return 0; } public String getServantName() { return null; } public <T> void put(String str, T t) { throw new IllegalArgumentException("put name can not startwith . , now is " + str); } public void setFuncName(String str) { } public void setOldRespIret(int i2) { } public void setRequestId(int i2) { } public void setServantName(String str) { } public UniPacket(boolean z) { } public <T> T get(String str, T t, Object obj) { return null; } public <T> T getByClass(String str, T t) { return null; } public void decode(byte[] bArr) { throw new IllegalArgumentException("decode package must include size head"); } public String getEncodeName() { return null; } public void setEncodeName(String str) { } public byte[] encode() { return null; } }
1,223
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IMsgService.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/msg/api/IMsgService.java
package com.tencent.qqnt.msg.api; import com.tencent.mobileqq.qroute.QRouteApi; import com.tencent.qqnt.kernel.nativeinterface.*; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import java.util.ArrayList; import java.util.HashMap; import kotlin.Pair; import kotlinx.coroutines.flow.Flow; public interface IMsgService extends QRouteApi { void addLocalGrayTipMsg(@NotNull Contact contact, @NotNull LocalGrayTipElement localGrayTipElement, boolean z, @Nullable IOperateCallback iOperateCallback); void addLocalTofuRecordMsg(@NotNull Contact contact, @NotNull TofuRecordElement tofuRecordElement, @Nullable IOperateCallback iOperateCallback); void addSendMsg(@NotNull Contact contact, @NotNull ArrayList<MsgElement> msgElements); //void cancelGetRichMediaElement(@NotNull RichMediaElementGetReq richMediaElementGetReq); void cancelSendMsg(long j2, @NotNull String str, int i2); void clickInlineKeyboardButton(@NotNull InlineKeyboardClickInfo inlineKeyboardClickInfo, @NotNull IClickInlineKeyboardButtonCallback iClickInlineKeyboardButtonCallback); @NotNull Flow<ArrayList<ContactMsgBoxInfo>> contactMsgBoxChangedFlow(); void deleteDraft(@NotNull Contact contact, @Nullable IOperateCallback iOperateCallback); void deleteMsg(@NotNull Contact contact, @Nullable ArrayList<Long> arrayList, @Nullable IOperateCallback iOperateCallback); void deleteRecallMsg(@Nullable Contact contact, long j2, @Nullable IOperateCallback iOperateCallback); void deleteRecallMsgForLocal(@Nullable Contact contact, long j2, @Nullable IOperateCallback iOperateCallback); void deleteReplyDraft(@NotNull Contact contact, long j2, @Nullable IOperateCallback iOperateCallback); //@NotNull //Flow<FeedsBoxEvent> feedsEventFlow(); void fetchGroupGuildUnread(@NotNull Contact contact, boolean z, @Nullable IOperateCallback iOperateCallback); void forwardFile(@NotNull TargetFileInfo targetFileInfo, @NotNull Contact contact, @NotNull IOperateCallback iOperateCallback); void forwardMsg(@NotNull ArrayList<Long> arrayList, @NotNull Contact contact, @NotNull ArrayList<Contact> arrayList2, @Nullable ArrayList<MsgElement> arrayList3, @NotNull IForwardOperateCallback iForwardOperateCallback); //void getABatchOfContactMsgBoxInfo(@NotNull ArrayList<Contact> arrayList, @NotNull IGetMsgsBoxesCallback iGetMsgsBoxesCallback); //void getAioFirstViewLatestMsgs(@NotNull Contact contact, int i2, @NotNull IGetAioFirstViewLatestMsgCallback iGetAioFirstViewLatestMsgCallback); void getAllDirectSessionUnreadCntInfo(@Nullable IUnreadCntCallback iUnreadCntCallback); void getAllGuildUnreadCntInfo(@Nullable IUnreadCntCallback iUnreadCntCallback); @Nullable GroupAnonymousInfo getAnonymousInfo(@Nullable String str); void getCategoryUnreadCntInfo(@Nullable Contact contact, @Nullable IUnreadCntCallback iUnreadCntCallback); void getChannelEventFlow(@Nullable Contact contact); void getChannelEventFlow(@Nullable String str, @Nullable String str2, @Nullable Integer num); void getChannelFreqLimitInfo(@Nullable Contact contact); void getContactUnreadCnt(@Nullable IOperateCallback iOperateCallback); //void getDraft(@NotNull Contact contact, @Nullable IGetDraftOperateCallback iGetDraftOperateCallback); //void getFirstUnreadAtallMsg(@Nullable Contact contact, @Nullable IFetchChannelLatestSeqCallback iFetchChannelLatestSeqCallback); //void getFirstUnreadAtmeMsg(@Nullable Contact contact, @Nullable IFetchChannelLatestSeqCallback iFetchChannelLatestSeqCallback); //void getFirstUnreadCommonMsg(@Nullable Contact contact, @Nullable IFetchChannelLatestSeqCallback iFetchChannelLatestSeqCallback); //void getFirstUnreadMsgSeq(@NotNull Contact contact, @NotNull IGetMsgSeqCallback iGetMsgSeqCallback); //void getGuestMsgAbstracts(@NotNull String str, @NotNull ArrayList<String> arrayList, int i2, @Nullable IGuestGetMsgAbstractsCallback iGuestGetMsgAbstractsCallback); //void getGuestMsgByRange(@Nullable Contact contact, long j2, int i2, boolean z, int i3, @Nullable IGuestMsgOperateCallback iGuestMsgOperateCallback); void getGuildFeedsUnreadCntInfo(@Nullable Contact contact, @Nullable IUnreadCntCallback iUnreadCntCallback); // void getGuildGroupBubble(@NotNull Contact contact, boolean z, @Nullable IGetGuildGroupBubbleCallback iGetGuildGroupBubbleCallback); //void getGuildGroupTransData(@Nullable Contact contact, @Nullable IGetGuildBinaryDataCallback iGetGuildBinaryDataCallback); // void getGuildUnreadCntInfo(@Nullable Contact contact, @Nullable IUnreadCntCallback iUnreadCntCallback); //@NotNull //Flow<f> getLatestDbMsgList(@NotNull Contact contact, int i2); //void getLatestDbMsgs(@NotNull Contact contact, int i2, @NotNull IMsgOperateCallback iMsgOperateCallback); void getMsgAbstract(@NotNull Contact contact, long j2, @Nullable IGProGetMsgAbstractsCallback iGProGetMsgAbstractsCallback); void getMsgAbstracts(@Nullable String str, @Nullable ArrayList<String> arrayList, @Nullable IGProGetMsgAbstractsCallback iGProGetMsgAbstractsCallback); void getMsgByClientSeqAndTime(@Nullable Contact contact, long clientSeq, long time, @Nullable IMsgOperateCallback iMsgOperateCallback); //void getMsgEmojiLikesList(@Nullable Contact contact, long j2, @Nullable String str, long j3, @Nullable String str2, boolean z, int i2, @Nullable IGProGetMsgEmojiLikesListCallback iGProGetMsgEmojiLikesListCallback); //@NotNull //Flow<f> getMsgList(@NotNull Contact contact, long j2, int i2, boolean z); void getMsgSetting(@Nullable IOperateCallback iOperateCallback); void getMsgs(@NotNull Contact contact, long msgId, int cnt, boolean z, @NotNull IMsgOperateCallback iMsgOperateCallback); void getMsgsByMsgId(@Nullable Contact contact, @Nullable ArrayList<Long> msgIds, @Nullable IMsgOperateCallback callback); void getMsgsBySeqAndCount(@Nullable Contact contact, long seq, int cnt, boolean z, @Nullable IMsgOperateCallback cb); void getMsgsBySeqRange(@Nullable Contact contact, long start, long end, @Nullable IMsgOperateCallback cb); void getMsgsBySeqs(@Nullable Contact contact, @NotNull ArrayList<Long> seqs, @Nullable IMsgOperateCallback cb); //@Nullable //Object getMsgsBySeqsSuspend(@NotNull Contact contact, long j2, boolean z, @NotNull Continuation<? super c<ArrayList<MsgRecord>>> continuation); void getMsgsByTypeFilters(@Nullable Contact contact, long j2, int i2, boolean z, @Nullable ArrayList<MsgTypeFilter> arrayList, @Nullable IMsgOperateCallback iMsgOperateCallback); //void getNavigateInfo(@Nullable Contact contact, @Nullable IFetchNavigateInfoCallback iFetchNavigateInfoCallback); @NotNull Flow<InputStatusInfo> getOnInputStatusPush(); void getOnLineDev(@Nullable IOperateCallback iOperateCallback); void getRecallMsgsByMsgId(@Nullable Contact contact, @NotNull ArrayList<Long> arrayList, @Nullable IMsgOperateCallback iMsgOperateCallback); //void getRecentUseEmojiList(@Nullable IGProGetRecentUseEmojiListCallback iGProGetRecentUseEmojiListCallback); // void getReplyDraft(@NotNull Contact contact, long j2, @Nullable IGetDraftOperateCallback iGetDraftOperateCallback); //void getRichMediaElement(@NotNull RichMediaElementGetReq richMediaElementGetReq); void getSingleMsg(@Nullable Contact contact, long j2, @Nullable IMsgOperateCallback iMsgOperateCallback); void getSourceOfReplyMsg(@Nullable Contact contact, long j2, long j3, @Nullable IMsgOperateCallback iMsgOperateCallback); void getUnreadCntInfo(@Nullable Contact contact, @Nullable IUnreadCntCallback iUnreadCntCallback); void getUnreadCntInfo(@Nullable ArrayList<Contact> arrayList, @Nullable IUnreadCntCallback iUnreadCntCallback); // void init(@Nullable k kVar); void insertGameResultAsMsgToDb(@Nullable MsgRecord msgRecord, @Nullable IOperateCallback iOperateCallback); //void isGuildChannelSync(@Nullable MatchKey matchKey, @Nullable IMatchedOperateCallback iMatchedOperateCallback); void kickOffLine(@NotNull DevInfo devInfo, @Nullable IOperateCallback iOperateCallback); void onScenesChangeForSilenceMode(int i2); // void queryMsgsWithFilterEx(long j2, long j3, long j4, @NotNull QueryMsgsParams queryMsgsParams, @NotNull IMsgOperateCallback iMsgOperateCallback); void recallMsg(@NotNull Contact contact, long j2, @Nullable IOperateCallback iOperateCallback); @NotNull Flow<Contact> receiveClearMsgRecordsFlow(); @NotNull //Flow<i> receiveSysMsgNotificationFlow(); void reeditRecallMsg(@Nullable Contact contact, long j2, @Nullable IOperateCallback iOperateCallback); void refreshMsgAbstracts(@NotNull String str, @Nullable ArrayList<String> arrayList); // @NotNull // Flow<com.tencent.qqnt.msg.data.c> registerChannelFreqLimitInfoUpdateNotificationFlow(); @NotNull Flow<CustomWithdrawConfig> registerCustomWithdrawConfigUpdateFlow(); //@NotNull // Flow<e> registerDeleteMsgNotificationFlow(); // @NotNull // Flow<d> registerDraftUpdateNotificationFlow(); // @NotNull //Flow<List<com.tencent.qqnt.msg.e>> registerFileComeNotificationFlow(); // @NotNull //Flow<com.tencent.qqnt.msg.data.a> registerMsgAbstractUpdateNotificationFlow(); // @NotNull //Flow<ArrayList<com.tencent.qqnt.msg.e>> registerMsgInfoListAddNotificationFlow(); // @NotNull // Flow<ArrayList<com.tencent.qqnt.msg.e>> registerMsgStatusUpdateNotificationFlow(); @NotNull Flow<ArrayList<Long>> registerOnMsgDeleteNotificationFlow(); //@NotNull //Flow<List<com.tencent.qqnt.msg.e>> registerReceiveMsgNotificationFlow(); @NotNull Flow<FileTransNotifyInfo> registerRichMediaDownloadCompleteFlow(); @NotNull Flow<FileTransNotifyInfo> registerRichMediaDownloadProgressFlow(); @NotNull Flow<FileTransNotifyInfo> registerRichMediaUploadCompleteFlow(); //@NotNull //Flow<com.tencent.qqnt.msg.e> registerSecurityNotificationFlow(); //@NotNull //Flow<com.tencent.qqnt.msg.e> registerSendMsgNotificationFlow(); void registerSysMsgNotification(int i2, long j2, @NotNull ArrayList<Long> arrayList, @Nullable IOperateCallback iOperateCallback); //@NotNull //Flow<j> registerUnreadCntInfoUpdateFlow(); //void renameAnonyChatNick(@Nullable String str, @Nullable IRenameAnonymousChatNickCallback iRenameAnonymousChatNickCallback); void resendMsg(@NotNull Contact contact, long j2, @Nullable IOperateCallback iOperateCallback); void sendInputStatusReq(int i2, int i3, @NotNull String str, @NotNull IOperateCallback iOperateCallback); void sendMsg(@NotNull Contact contact, long msgId, @NotNull ArrayList<MsgElement> arrayList, @Nullable IOperateCallback iOperateCallback); void sendMsg(@NotNull Contact contact, @NotNull ArrayList<MsgElement> arrayList, @Nullable IOperateCallback iOperateCallback); void sendMsg(@NotNull Contact contact, @NotNull ArrayList<MsgElement> arrayList, @NotNull HashMap<Integer, MsgAttributeInfo> msgAttributes, @Nullable IOperateCallback callback); // @NotNull // Flow<g> sendMsgErrorNotificationFlow(); void sendMsgWithMsgId(@NotNull Contact contact, long msgId, @NotNull ArrayList<MsgElement> arrayList, @Nullable IOperateCallback iOperateCallback); void sendSummonMsg(@NotNull Contact contact, @NotNull ArrayList<MsgElement> arrayList, @Nullable IOperateCallback iOperateCallback); void setAllGuildMsgRead(@Nullable IOperateCallback iOperateCallback); void setBuildMode(int i2); void setConfigurationServiceData(@NotNull HashMap<Long, String> hashMap); void setCurOnScreenMsg(@NotNull Contact contact, int i2, @NotNull ArrayList<Long> arrayList); void setDraft(@NotNull Contact contact, @NotNull ArrayList<MsgElement> arrayList, @Nullable IOperateCallback iOperateCallback); void setFocusOnGuild(boolean z); void setFocusSession(@NotNull Contact contact, boolean z, int i2); void setGroupGuildBubbleRead(@NotNull Contact contact, @Nullable IOperateCallback iOperateCallback); void setGroupGuildFlag(int i2); //void setGroupGuildMsgRead(@NotNull Contact contact, @NotNull ArrayList<SceneInfoParam> arrayList, boolean z, boolean z2, @Nullable IOperateCallback iOperateCallback); void setGuildMsgRead(@Nullable String str, @Nullable IOperateCallback iOperateCallback); void setGuildTabUserFlag(int i2); void setGuildUDCFlag(int i2); void setLocalMsgRead(@NotNull Contact contact, @Nullable IOperateCallback iOperateCallback); // void setMsgEmojiLikes(@Nullable Contact contact, long j2, @Nullable String str, long j3, boolean z, @Nullable IGProSetMsgEmojiLikesCallback iGProSetMsgEmojiLikesCallback); // void setMsgEmojiLikesForRole(@Nullable Contact contact, long j2, @Nullable String str, long j3, long j4, long j5, boolean z, boolean z2, @Nullable IGProSetMsgEmojiLikesForRoleCallback iGProSetMsgEmojiLikesForRoleCallback); void setMsgRead(@NotNull Contact contact, @Nullable IOperateCallback iOperateCallback); void setMsgReadAndReport(@NotNull Contact contact, @NotNull MsgRecord msgRecord, @Nullable IOperateCallback iOperateCallback); void setMsgSetting(@NotNull MsgSetting msgSetting, @Nullable IOperateCallback iOperateCallback); void setReplyDraft(@NotNull Contact contact, long j2, @NotNull ArrayList<MsgElement> arrayList, @Nullable IOperateCallback iOperateCallback); void startGuildMsgSync(); // void switchAnonymousChat(@Nullable String str, boolean z, @Nullable ISwitchAnonymousChatCallback iSwitchAnonymousChatCallback); void unregisterSysMsgNotification(int i2, long j2, @NotNull ArrayList<Long> arrayList, @Nullable IOperateCallback iOperateCallback); void updateElementExtBufForUI(@NotNull Contact contact, long j2, long j3, @NotNull byte[] bArr, @Nullable IOperateCallback iOperateCallback); }
13,967
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IMsgUtilApi.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/msg/api/IMsgUtilApi.java
package com.tencent.qqnt.msg.api; import com.tencent.mobileqq.qroute.QRouteApi; import org.jetbrains.annotations.NotNull; import kotlin.Pair; public interface IMsgUtilApi extends QRouteApi { Pair<Integer, Integer> getPicSizeByPath(@NotNull String str); }
263
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IAIOPttApi.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/aio/adapter/api/IAIOPttApi.java
package com.tencent.qqnt.aio.adapter.api; import com.tencent.mobileqq.qroute.QRouteApi; public interface IAIOPttApi extends QRouteApi { int getPttFileDuration(String str); }
179
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IAIOFileTransfer.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/aio/api/IAIOFileTransfer.java
package com.tencent.qqnt.aio.api; import com.tencent.mobileqq.qroute.QRouteApi; import com.tencent.qqnt.kernel.nativeinterface.Contact; import com.tencent.qqnt.kernel.nativeinterface.IOperateCallback; public interface IAIOFileTransfer extends QRouteApi { void sendLocalFile(Contact contact, String path, IOperateCallback cb); }
333
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IKernelService.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/api/IKernelService.java
package com.tencent.qqnt.kernel.api; import com.tencent.qqnt.kernel.nativeinterface.IQQNTWrapperSession; import mqq.app.api.IRuntimeService; public interface IKernelService extends IRuntimeService { IQQNTWrapperSession getWrapperSession(); boolean isInit(); }
272
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MsgService.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/api/impl/MsgService.java
package com.tencent.qqnt.kernel.api.impl; import com.tencent.qqnt.kernel.nativeinterface.IKernelMsgListener; import com.tencent.qqnt.kernel.nativeinterface.RichMediaFilePathInfo; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public class MsgService { public void addMsgListener(IKernelMsgListener listener) { } public String getRichMediaFilePathForGuild(@NotNull RichMediaFilePathInfo richMediaFilePathInfo) { return null; } @Nullable public String getRichMediaFilePathForMobileQQSend(@NotNull RichMediaFilePathInfo richMediaFilePathInfo) { return null; } }
646
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProProgramInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProProgramInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProProgramInfo implements Serializable { String anchorName; String liveTitle; String programId; long serialVersionUID; long tabId; String thirdPartyLogo; public GProProgramInfo() { this.serialVersionUID = 1L; this.programId = ""; this.liveTitle = ""; this.anchorName = ""; this.thirdPartyLogo = ""; } public String getAnchorName() { return this.anchorName; } public String getLiveTitle() { return this.liveTitle; } public String getProgramId() { return this.programId; } public long getTabId() { return this.tabId; } public String getThirdPartyLogo() { return this.thirdPartyLogo; } public String toString() { return "GProProgramInfo{programId=" + this.programId + ",liveTitle=" + this.liveTitle + ",anchorName=" + this.anchorName + ",thirdPartyLogo=" + this.thirdPartyLogo + ",tabId=" + this.tabId + ",}"; } public GProProgramInfo(String str, String str2, String str3, String str4, long j2) { this.serialVersionUID = 1L; this.programId = ""; this.liveTitle = ""; this.anchorName = ""; this.thirdPartyLogo = ""; this.programId = str; this.liveTitle = str2; this.anchorName = str3; this.thirdPartyLogo = str4; this.tabId = j2; } }
1,526
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveAnchorPlayStream.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveAnchorPlayStream.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProLiveAnchorPlayStream { Integer bitrate; Integer codecType; Integer definition; String definitionName; Integer type; String url; public GProLiveAnchorPlayStream() { } public Integer getBitrate() { return this.bitrate; } public Integer getCodecType() { return this.codecType; } public Integer getDefinition() { return this.definition; } public String getDefinitionName() { return this.definitionName; } public Integer getType() { return this.type; } public String getUrl() { return this.url; } public String toString() { return "GProLiveAnchorPlayStream{type=" + this.type + ",url = " + this.url + ",bitrate=" + this.bitrate + ",definition=" + this.definition + ",codecType=" + this.codecType + ",definitionName=" + this.definitionName + ",}"; } public GProLiveAnchorPlayStream(Integer num, String str, Integer num2, Integer num3, Integer num4, String str2) { this.type = num; this.url = str; this.bitrate = num2; this.definition = num3; this.codecType = num4; this.definitionName = str2; } }
1,307
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendV2Label.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendV2Label.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendV2Label implements Serializable { GProRecommendV2Color edgingColor; int labelAttr; int labelType; String name; long serialVersionUID; GProRecommendV2Color textColor; public GProRecommendV2Label() { this.serialVersionUID = 1L; this.name = ""; this.textColor = new GProRecommendV2Color(); this.edgingColor = new GProRecommendV2Color(); } public GProRecommendV2Color getEdgingColor() { return this.edgingColor; } public int getLabelAttr() { return this.labelAttr; } public int getLabelType() { return this.labelType; } public String getName() { return this.name; } public GProRecommendV2Color getTextColor() { return this.textColor; } public String toString() { return "GProRecommendV2Label{name=" + this.name + ",textColor=" + this.textColor + ",edgingColor=" + this.edgingColor + ",labelAttr=" + this.labelAttr + ",labelType=" + this.labelType + ",}"; } public GProRecommendV2Label(String str, GProRecommendV2Color gProRecommendV2Color, GProRecommendV2Color gProRecommendV2Color2, int i2, int i3) { this.serialVersionUID = 1L; this.name = ""; this.textColor = new GProRecommendV2Color(); this.edgingColor = new GProRecommendV2Color(); this.name = str; this.textColor = gProRecommendV2Color; this.edgingColor = gProRecommendV2Color2; this.labelAttr = i2; this.labelType = i3; } }
1,670
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FeedClientImageContent.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FeedClientImageContent.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FeedClientImageContent { String picId; String picUrl; String taskId; public FeedClientImageContent() { this.taskId = ""; this.picId = ""; this.picUrl = ""; } public String getPicId() { return this.picId; } public String getPicUrl() { return this.picUrl; } public String getTaskId() { return this.taskId; } public String toString() { return "FeedClientImageContent{taskId=" + this.taskId + ",picId=" + this.picId + ",picUrl=" + this.picUrl + ",}"; } public FeedClientImageContent(String str, String str2, String str3) { this.taskId = ""; this.picId = ""; this.picUrl = ""; this.taskId = str; this.picId = str2; this.picUrl = str3; } }
928
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IForwardOperateCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IForwardOperateCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashMap; public interface IForwardOperateCallback { void onResult(int i2, String str, HashMap<Long, Integer> hashMap); }
192
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ThumbOpt.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ThumbOpt.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class ThumbOpt { Integer density; Float longLimit; Integer maxSide; Integer minSide; public ThumbOpt() { } public Integer getDensity() { return this.density; } public Float getLongLimit() { return this.longLimit; } public Integer getMaxSide() { return this.maxSide; } public Integer getMinSide() { return this.minSide; } public String toString() { return "ThumbOpt{maxSide=" + this.maxSide + ",minSide=" + this.minSide + ",longLimit=" + this.longLimit + ",density=" + this.density + ",}"; } public ThumbOpt(Integer num, Integer num2, Float f2, Integer num3) { this.maxSide = num; this.minSide = num2; this.longLimit = f2; this.density = num3; } }
915
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMetricsItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMetricsItem.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProMetricsItem { String name; long num; int type; public GProMetricsItem() { this.name = ""; } public String getName() { return this.name; } public long getNum() { return this.num; } public int getType() { return this.type; } public String toString() { return "GProMetricsItem{type=" + this.type + ",name=" + this.name + ",num=" + this.num + ",}"; } public GProMetricsItem(int i2, String str, long j2) { this.name = ""; this.type = i2; this.name = str; this.num = j2; } }
712
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMsgHighlight.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMsgHighlight.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProMsgHighlight { String keyWord; long offset; public GProMsgHighlight() { this.keyWord = ""; } public String getKeyWord() { return this.keyWord; } public long getOffset() { return this.offset; } public String toString() { return "GProMsgHighlight{offset=" + this.offset + ",keyWord=" + this.keyWord + ",}"; } public GProMsgHighlight(long j2, String str) { this.keyWord = ""; this.offset = j2; this.keyWord = str; } }
629
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLiveAnchorPlayInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLiveAnchorPlayInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProLiveAnchorPlayInfo { String errMsg; Integer result; ArrayList<GProLiveAnchorPlayStream> streams; public GProLiveAnchorPlayInfo() { this.streams = new ArrayList<>(); } public String getErrMsg() { return this.errMsg; } public Integer getResult() { return this.result; } public ArrayList<GProLiveAnchorPlayStream> getStreams() { return this.streams; } public String toString() { return "GProLiveAnchorPlayInfo{result=" + this.result + ",errMsg=" + this.errMsg + ",streams=" + this.streams + ",}"; } public GProLiveAnchorPlayInfo(Integer num, String str, ArrayList<GProLiveAnchorPlayStream> arrayList) { this.streams = new ArrayList<>(); this.result = num; this.errMsg = str; this.streams = arrayList; } }
974
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProPreventAddictionPushInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProPreventAddictionPushInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProPreventAddictionPushInfo implements Serializable { long closeMask; long duration; String instrTraceId; ArrayList<GProPAInstructionInfo> instructions; /* renamed from: msg reason: collision with root package name */ String f305539msg; int ret; long serialVersionUID; long uin; public GProPreventAddictionPushInfo() { this.serialVersionUID = 1L; this.f305539msg = ""; this.instructions = new ArrayList<>(); this.instrTraceId = ""; } public long getCloseMask() { return this.closeMask; } public long getDuration() { return this.duration; } public String getInstrTraceId() { return this.instrTraceId; } public ArrayList<GProPAInstructionInfo> getInstructions() { return this.instructions; } public String getMsg() { return this.f305539msg; } public int getRet() { return this.ret; } public long getUin() { return this.uin; } public String toString() { return "GProPreventAddictionPushInfo{uin=" + this.uin + ",ret=" + this.ret + ",msg=" + this.f305539msg + ",instructions=" + this.instructions + ",duration=" + this.duration + ",instrTraceId=" + this.instrTraceId + ",closeMask=" + this.closeMask + ",}"; } public GProPreventAddictionPushInfo(long j2, int i2, String str, ArrayList<GProPAInstructionInfo> arrayList, long j3, String str2, long j4) { this.serialVersionUID = 1L; this.f305539msg = ""; this.instructions = new ArrayList<>(); this.instrTraceId = ""; this.uin = j2; this.ret = i2; this.f305539msg = str; this.instructions = arrayList; this.duration = j3; this.instrTraceId = str2; this.closeMask = j4; } }
1,988
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FirstViewDirectMsgNotifyInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FirstViewDirectMsgNotifyInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FirstViewDirectMsgNotifyInfo { String CmtId; int DirectMsgSwitch; ArrayList<Integer> FeedAtTypes; int FeedCommentsSwitch; String FeedId; long FeedsChannelId; long FeedsEventIsValid; byte[] FeedsEventLastId; long FeedsEventLastTime; byte[] FeedsEventMsgSummary; long FeedsEventNnreadNum; long FeedsGuildId; boolean FeedsNeedNofity; String ReplyId; public FirstViewDirectMsgNotifyInfo() { this.FeedsEventMsgSummary = new byte[0]; this.FeedsEventLastId = new byte[0]; this.FeedAtTypes = new ArrayList<>(); this.FeedId = ""; this.CmtId = ""; this.ReplyId = ""; } public String getCmtId() { return this.CmtId; } public int getDirectMsgSwitch() { return this.DirectMsgSwitch; } public ArrayList<Integer> getFeedAtTypes() { return this.FeedAtTypes; } public int getFeedCommentsSwitch() { return this.FeedCommentsSwitch; } public String getFeedId() { return this.FeedId; } public long getFeedsChannelId() { return this.FeedsChannelId; } public long getFeedsEventIsValid() { return this.FeedsEventIsValid; } public byte[] getFeedsEventLastId() { return this.FeedsEventLastId; } public long getFeedsEventLastTime() { return this.FeedsEventLastTime; } public byte[] getFeedsEventMsgSummary() { return this.FeedsEventMsgSummary; } public long getFeedsEventNnreadNum() { return this.FeedsEventNnreadNum; } public long getFeedsGuildId() { return this.FeedsGuildId; } public boolean getFeedsNeedNofity() { return this.FeedsNeedNofity; } public String getReplyId() { return this.ReplyId; } public String toString() { return "FirstViewDirectMsgNotifyInfo{DirectMsgSwitch=" + this.DirectMsgSwitch + ",FeedsEventIsValid=" + this.FeedsEventIsValid + ",FeedsEventNnreadNum=" + this.FeedsEventNnreadNum + ",FeedsEventMsgSummary=" + this.FeedsEventMsgSummary + ",FeedsEventLastTime=" + this.FeedsEventLastTime + ",FeedsEventLastId=" + this.FeedsEventLastId + ",FeedsNeedNofity=" + this.FeedsNeedNofity + ",FeedsGuildId=" + this.FeedsGuildId + ",FeedsChannelId=" + this.FeedsChannelId + ",FeedCommentsSwitch=" + this.FeedCommentsSwitch + ",FeedAtTypes=" + this.FeedAtTypes + ",FeedId=" + this.FeedId + ",CmtId=" + this.CmtId + ",ReplyId=" + this.ReplyId + ",}"; } public FirstViewDirectMsgNotifyInfo(int i2, long j2, long j3, byte[] bArr, long j4, byte[] bArr2, boolean z, long j5, long j6, int i3, ArrayList<Integer> arrayList, String str, String str2, String str3) { this.FeedsEventMsgSummary = new byte[0]; this.FeedsEventLastId = new byte[0]; this.FeedAtTypes = new ArrayList<>(); this.FeedId = ""; this.CmtId = ""; this.ReplyId = ""; this.DirectMsgSwitch = i2; this.FeedsEventIsValid = j2; this.FeedsEventNnreadNum = j3; this.FeedsEventMsgSummary = bArr; this.FeedsEventLastTime = j4; this.FeedsEventLastId = bArr2; this.FeedsNeedNofity = z; this.FeedsGuildId = j5; this.FeedsChannelId = j6; this.FeedCommentsSwitch = i3; this.FeedAtTypes = arrayList; this.FeedId = str; this.CmtId = str2; this.ReplyId = str3; } }
3,586
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendFeedShareInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendFeedShareInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProRecommendFeedShareInfo implements Serializable { long serialVersionUID; String shareLink; int shareType; public GProRecommendFeedShareInfo() { this.serialVersionUID = 1L; this.shareLink = ""; } public String getShareLink() { return this.shareLink; } public int getShareType() { return this.shareType; } public String toString() { return "GProRecommendFeedShareInfo{shareType=" + this.shareType + ",shareLink=" + this.shareLink + ",}"; } public GProRecommendFeedShareInfo(int i2, String str) { this.serialVersionUID = 1L; this.shareLink = ""; this.shareType = i2; this.shareLink = str; } }
853
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FeedRichMediaDownloadReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FeedRichMediaDownloadReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class FeedRichMediaDownloadReq { String feedId; Integer feedsType; String fileId; FeedFileType fileType; Integer levelType; String savePath; String subId; public FeedRichMediaDownloadReq() { this.feedId = ""; this.fileId = ""; this.fileType = FeedFileType.values()[0]; this.savePath = ""; } public String getFeedId() { return this.feedId; } public Integer getFeedsType() { return this.feedsType; } public String getFileId() { return this.fileId; } public FeedFileType getFileType() { return this.fileType; } public Integer getLevelType() { return this.levelType; } public String getSavePath() { return this.savePath; } public String getSubId() { return this.subId; } public String toString() { return "FeedRichMediaDownloadReq{feedId=" + this.feedId + ",subId=" + this.subId + ",fileId=" + this.fileId + ",fileType=" + this.fileType + ",levelType=" + this.levelType + ",savePath=" + this.savePath + ",feedsType=" + this.feedsType + ",}"; } public FeedRichMediaDownloadReq(String str, String str2, String str3, FeedFileType feedFileType, Integer num, String str4, Integer num2) { this.feedId = ""; this.fileId = ""; this.fileType = FeedFileType.values()[0]; this.savePath = ""; this.feedId = str; this.subId = str2; this.fileId = str3; this.fileType = feedFileType; this.levelType = num; this.savePath = str4; this.feedsType = num2; } }
1,756
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
EmojiLikesUserInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/EmojiLikesUserInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class EmojiLikesUserInfo { String headUrl; String nickName; long tinyId; public EmojiLikesUserInfo() { this.nickName = ""; this.headUrl = ""; } public String getHeadUrl() { return this.headUrl; } public String getNickName() { return this.nickName; } public long getTinyId() { return this.tinyId; } public String toString() { return "EmojiLikesUserInfo{tinyId=" + this.tinyId + ",nickName=" + this.nickName + ",headUrl=" + this.headUrl + ",}"; } public EmojiLikesUserInfo(long j2, String str, String str2) { this.nickName = ""; this.headUrl = ""; this.tinyId = j2; this.nickName = str; this.headUrl = str2; } }
882
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProChannelPresenceItemInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProChannelPresenceItemInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProChannelPresenceItemInfo { int jumpType; String jumpUrl; String text; public GProChannelPresenceItemInfo() { this.text = ""; this.jumpUrl = ""; } public int getJumpType() { return this.jumpType; } public String getJumpUrl() { return this.jumpUrl; } public String getText() { return this.text; } public String toString() { return "GProChannelPresenceItemInfo{text=" + this.text + ",jumpUrl=" + this.jumpUrl + ",jumpType=" + this.jumpType + ",}"; } public GProChannelPresenceItemInfo(String str, String str2, int i2) { this.text = ""; this.jumpUrl = ""; this.text = str; this.jumpUrl = str2; this.jumpType = i2; } }
872
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildOnlineUsersInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildOnlineUsersInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildOnlineUsersInfo { int groupType; ArrayList<GProGuildOnlineUsers> groupUsers; long guildId; long nextReadInterval; public GProGuildOnlineUsersInfo() { this.groupUsers = new ArrayList<>(); } public int getGroupType() { return this.groupType; } public ArrayList<GProGuildOnlineUsers> getGroupUsers() { return this.groupUsers; } public long getGuildId() { return this.guildId; } public long getNextReadInterval() { return this.nextReadInterval; } public String toString() { return "GProGuildOnlineUsersInfo{guildId=" + this.guildId + ",groupType=" + this.groupType + ",nextReadInterval=" + this.nextReadInterval + ",groupUsers=" + this.groupUsers + ",}"; } public GProGuildOnlineUsersInfo(long j2, int i2, long j3, ArrayList<GProGuildOnlineUsers> arrayList) { this.groupUsers = new ArrayList<>(); this.guildId = j2; this.groupType = i2; this.nextReadInterval = j3; this.groupUsers = arrayList; } }
1,200
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GroupSimpleInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GroupSimpleInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class GroupSimpleInfo implements IKernelModel { String avatarUrl; int discussToGroupMaxMsgSeq; int discussToGroupTime; long discussToGroupUin; long groupCode; String groupName; long groupShutupExpireTime; GroupStatus groupStatus; boolean hasMemo; boolean hasModifyConfGroupFace; boolean hasModifyConfGroupName; boolean isConf; boolean isTop; int maxMember; int memberCount; MemberRole memberRole; long personShutupExpireTime; int privilegeFlag; String remarkName; long toppedTimestamp; public GroupSimpleInfo() { this.groupName = ""; this.groupStatus = GroupStatus.values()[0]; this.memberRole = MemberRole.values()[0]; this.remarkName = ""; this.avatarUrl = ""; } public String getAvatarUrl() { return this.avatarUrl; } public int getDiscussToGroupMaxMsgSeq() { return this.discussToGroupMaxMsgSeq; } public int getDiscussToGroupTime() { return this.discussToGroupTime; } public long getDiscussToGroupUin() { return this.discussToGroupUin; } public long getGroupCode() { return this.groupCode; } public String getGroupName() { return this.groupName; } public long getGroupShutupExpireTime() { return this.groupShutupExpireTime; } public GroupStatus getGroupStatus() { return this.groupStatus; } public boolean getHasMemo() { return this.hasMemo; } public boolean getHasModifyConfGroupFace() { return this.hasModifyConfGroupFace; } public boolean getHasModifyConfGroupName() { return this.hasModifyConfGroupName; } public boolean getIsConf() { return this.isConf; } public boolean getIsTop() { return this.isTop; } public int getMaxMember() { return this.maxMember; } public int getMemberCount() { return this.memberCount; } public MemberRole getMemberRole() { return this.memberRole; } public long getPersonShutupExpireTime() { return this.personShutupExpireTime; } public int getPrivilegeFlag() { return this.privilegeFlag; } public String getRemarkName() { return this.remarkName; } public long getToppedTimestamp() { return this.toppedTimestamp; } public void setAvatarUrl(String str) { this.avatarUrl = str; } public void setDiscussToGroupMaxMsgSeq(int i2) { this.discussToGroupMaxMsgSeq = i2; } public void setDiscussToGroupTime(int i2) { this.discussToGroupTime = i2; } public void setDiscussToGroupUin(long j2) { this.discussToGroupUin = j2; } public void setGroupCode(long j2) { this.groupCode = j2; } public void setGroupName(String str) { this.groupName = str; } public void setGroupShutupExpireTime(long j2) { this.groupShutupExpireTime = j2; } public void setGroupStatus(GroupStatus groupStatus) { this.groupStatus = groupStatus; } public void setHasMemo(boolean z) { this.hasMemo = z; } public void setHasModifyConfGroupFace(boolean z) { this.hasModifyConfGroupFace = z; } public void setHasModifyConfGroupName(boolean z) { this.hasModifyConfGroupName = z; } public void setIsConf(boolean z) { this.isConf = z; } public void setIsTop(boolean z) { this.isTop = z; } public void setMaxMember(int i2) { this.maxMember = i2; } public void setMemberCount(int i2) { this.memberCount = i2; } public void setMemberRole(MemberRole memberRole) { this.memberRole = memberRole; } public void setPersonShutupExpireTime(long j2) { this.personShutupExpireTime = j2; } public void setPrivilegeFlag(int i2) { this.privilegeFlag = i2; } public void setRemarkName(String str) { this.remarkName = str; } public void setToppedTimestamp(long j2) { this.toppedTimestamp = j2; } public String toString() { return "GroupSimpleInfo{groupCode=" + this.groupCode + ",maxMember=" + this.maxMember + ",memberCount=" + this.memberCount + ",groupName=" + this.groupName + ",groupStatus=" + this.groupStatus + ",memberRole=" + this.memberRole + ",isTop=" + this.isTop + ",toppedTimestamp=" + this.toppedTimestamp + ",privilegeFlag=" + this.privilegeFlag + ",isConf=" + this.isConf + ",hasModifyConfGroupFace=" + this.hasModifyConfGroupFace + ",hasModifyConfGroupName=" + this.hasModifyConfGroupName + ",remarkName=" + this.remarkName + ",avatarUrl=" + this.avatarUrl + ",hasMemo=" + this.hasMemo + ",groupShutupExpireTime=" + this.groupShutupExpireTime + ",personShutupExpireTime=" + this.personShutupExpireTime + ",discussToGroupUin=" + this.discussToGroupUin + ",discussToGroupMaxMsgSeq=" + this.discussToGroupMaxMsgSeq + ",discussToGroupTime=" + this.discussToGroupTime + ",}"; } public GroupSimpleInfo(long j2, int i2, int i3, String str, GroupStatus groupStatus, MemberRole memberRole, boolean z, long j3, int i4, boolean z2, boolean z3, boolean z4, String str2, String str3, boolean z5, long j4, long j5, long j6, int i5, int i6) { this.groupName = ""; this.groupStatus = GroupStatus.values()[0]; this.memberRole = MemberRole.values()[0]; this.remarkName = ""; this.avatarUrl = ""; this.groupCode = j2; this.maxMember = i2; this.memberCount = i3; this.groupName = str; this.groupStatus = groupStatus; this.memberRole = memberRole; this.isTop = z; this.toppedTimestamp = j3; this.privilegeFlag = i4; this.isConf = z2; this.hasModifyConfGroupFace = z3; this.hasModifyConfGroupName = z4; this.remarkName = str2; this.avatarUrl = str3; this.hasMemo = z5; this.groupShutupExpireTime = j4; this.personShutupExpireTime = j5; this.discussToGroupUin = j6; this.discussToGroupMaxMsgSeq = i5; this.discussToGroupTime = i6; } }
6,300
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ChannStateItemInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ChannStateItemInfo.java
package com.tencent.qqnt.kernel.nativeinterface; public final class ChannStateItemInfo { int channelState; String channelStateStr; int priority; long updateTs; public ChannStateItemInfo() { this.channelStateStr = ""; } public int getChannelState() { return this.channelState; } public String getChannelStateStr() { return this.channelStateStr; } public int getPriority() { return this.priority; } public long getUpdateTs() { return this.updateTs; } public String toString() { return "ChannStateItemInfo{channelState=" + this.channelState + ",priority=" + this.priority + ",updateTs=" + this.updateTs + ",channelStateStr=" + this.channelStateStr + ",}"; } public ChannStateItemInfo(int i2, int i3, long j2, String str) { this.channelStateStr = ""; this.channelState = i2; this.priority = i3; this.updateTs = j2; this.channelStateStr = str; } }
1,010
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildBottomTabExpData.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildBottomTabExpData.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildBottomTabExpData { long expId; String expIndex; boolean isHit; int tabType; public GProGuildBottomTabExpData() { this.expIndex = ""; } public long getExpId() { return this.expId; } public String getExpIndex() { return this.expIndex; } public boolean getIsHit() { return this.isHit; } public int getTabType() { return this.tabType; } public String toString() { return "GProGuildBottomTabExpData{isHit=" + this.isHit + ",expId=" + this.expId + ",expIndex=" + this.expIndex + ",tabType=" + this.tabType + ",}"; } public GProGuildBottomTabExpData(boolean z, long j2, String str, int i2) { this.expIndex = ""; this.isHit = z; this.expId = j2; this.expIndex = str; this.tabType = i2; } }
959
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IKernelGuildService.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IKernelGuildService.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public interface IKernelGuildService { void refreshGuildList(boolean isForced); // 只刷新id,详细信息需要额外获取 //ArrayList<GProQQMsgListGuild> getQQMsgListGuilds(); 啥也拿不到 void fetchGuildList(ArrayList<GProGuildReqInfo> reqInfos, byte[] cookie, int i2, IGProFetchGuildListCallback iGProFetchGuildListCallback); void fetchRetentionGuildList(int i2, int i3, byte[] cookie, long j2, IGProFetchRetentionGuildListCallback iGProFetchRetentionGuildListCallback); void addKernelGuildListener(IKernelGuildListener iKernelGuildListener); }
659
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProQuickJoinItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProQuickJoinItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes4.dex */ public final class GProQuickJoinItem implements Serializable { String coverUrl; ArrayList<String> membersAvatar; String name; String onlineNumTag; int order; long serialVersionUID; int statusTag; int voiceType; public GProQuickJoinItem() { this.serialVersionUID = 1L; this.name = ""; this.coverUrl = ""; this.onlineNumTag = ""; this.membersAvatar = new ArrayList<>(); } public String getCoverUrl() { return this.coverUrl; } public ArrayList<String> getMembersAvatar() { return this.membersAvatar; } public String getName() { return this.name; } public String getOnlineNumTag() { return this.onlineNumTag; } public int getOrder() { return this.order; } public int getStatusTag() { return this.statusTag; } public int getVoiceType() { return this.voiceType; } public String toString() { return "GProQuickJoinItem{name=" + this.name + ",voiceType=" + this.voiceType + ",coverUrl=" + this.coverUrl + ",onlineNumTag=" + this.onlineNumTag + ",membersAvatar=" + this.membersAvatar + ",statusTag=" + this.statusTag + ",order=" + this.order + ",}"; } public GProQuickJoinItem(String str, int i2, String str2, String str3, ArrayList<String> arrayList, int i3, int i4) { this.serialVersionUID = 1L; this.name = ""; this.coverUrl = ""; this.onlineNumTag = ""; this.membersAvatar = new ArrayList<>(); this.name = str; this.voiceType = i2; this.coverUrl = str2; this.onlineNumTag = str3; this.membersAvatar = arrayList; this.statusTag = i3; this.order = i4; } }
1,910
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildLiveInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildLiveInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProGuildLiveInfo { GProAnchorInfo anchorInfo; String errMsg; int liveType; int platform; long queryId; int queryIdType; int resultCode; GProRoomInfo roomInfo; GProLiveStreamInfo streamInfo; public GProGuildLiveInfo() { this.errMsg = ""; this.anchorInfo = new GProAnchorInfo(); this.roomInfo = new GProRoomInfo(); this.streamInfo = new GProLiveStreamInfo(); } public GProAnchorInfo getAnchorInfo() { return this.anchorInfo; } public String getErrMsg() { return this.errMsg; } public int getLiveType() { return this.liveType; } public int getPlatform() { return this.platform; } public long getQueryId() { return this.queryId; } public int getQueryIdType() { return this.queryIdType; } public int getResultCode() { return this.resultCode; } public GProRoomInfo getRoomInfo() { return this.roomInfo; } public GProLiveStreamInfo getStreamInfo() { return this.streamInfo; } public String toString() { return "GProGuildLiveInfo{resultCode=" + this.resultCode + ",errMsg=" + this.errMsg + ",queryId=" + this.queryId + ",queryIdType=" + this.queryIdType + ",anchorInfo=" + this.anchorInfo + ",roomInfo=" + this.roomInfo + ",streamInfo=" + this.streamInfo + ",liveType=" + this.liveType + ",platform=" + this.platform + ",}"; } public GProGuildLiveInfo(int i2, String str, long j2, int i3, GProAnchorInfo gProAnchorInfo, GProRoomInfo gProRoomInfo, GProLiveStreamInfo gProLiveStreamInfo, int i4, int i5) { this.errMsg = ""; this.anchorInfo = new GProAnchorInfo(); this.roomInfo = new GProRoomInfo(); this.streamInfo = new GProLiveStreamInfo(); this.resultCode = i2; this.errMsg = str; this.queryId = j2; this.queryIdType = i3; this.anchorInfo = gProAnchorInfo; this.roomInfo = gProRoomInfo; this.streamInfo = gProLiveStreamInfo; this.liveType = i4; this.platform = i5; } }
2,225
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProFaceAuthInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProFaceAuthInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProFaceAuthInfo { int faceAuthStatus; String verifyUrl; public GProFaceAuthInfo() { this.verifyUrl = ""; } public int getFaceAuthStatus() { return this.faceAuthStatus; } public String getVerifyUrl() { return this.verifyUrl; } public String toString() { return "GProFaceAuthInfo{faceAuthStatus=" + this.faceAuthStatus + ",verifyUrl=" + this.verifyUrl + ",}"; } public GProFaceAuthInfo(int i2, String str) { this.verifyUrl = ""; this.faceAuthStatus = i2; this.verifyUrl = str; } }
690
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IGetMultiMsgCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IGetMultiMsgCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; public interface IGetMultiMsgCallback { void onResult(int code, String why, ArrayList<MsgRecord> msgList); }
191
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAtSetInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAtSetInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAtSetInfo { long guildId; int remainingAtAllCount; int remainingAtOnlCount; int remainingAtRoleCount; int totalAtAllCount; int totalAtOnlCount; int totalAtRoleCount; public GProAtSetInfo() { } public long getGuildId() { return this.guildId; } public int getRemainingAtAllCount() { return this.remainingAtAllCount; } public int getRemainingAtOnlCount() { return this.remainingAtOnlCount; } public int getRemainingAtRoleCount() { return this.remainingAtRoleCount; } public int getTotalAtAllCount() { return this.totalAtAllCount; } public int getTotalAtOnlCount() { return this.totalAtOnlCount; } public int getTotalAtRoleCount() { return this.totalAtRoleCount; } public String toString() { return "GProAtSetInfo{guildId=" + this.guildId + ",totalAtAllCount=" + this.totalAtAllCount + ",remainingAtAllCount=" + this.remainingAtAllCount + ",totalAtOnlCount=" + this.totalAtOnlCount + ",remainingAtOnlCount=" + this.remainingAtOnlCount + ",totalAtRoleCount=" + this.totalAtRoleCount + ",remainingAtRoleCount=" + this.remainingAtRoleCount + ",}"; } public GProAtSetInfo(long j2, int i2, int i3, int i4, int i5, int i6, int i7) { this.guildId = j2; this.totalAtAllCount = i2; this.remainingAtAllCount = i3; this.totalAtOnlCount = i4; this.remainingAtOnlCount = i5; this.totalAtRoleCount = i6; this.remainingAtRoleCount = i7; } }
1,665
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ProclamationElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ProclamationElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class ProclamationElement implements Serializable { int isSetProclamation; long serialVersionUID = 1; public ProclamationElement() { } public int getIsSetProclamation() { return this.isSetProclamation; } public String toString() { return "ProclamationElement{isSetProclamation=" + this.isSetProclamation + ",}"; } public ProclamationElement(int i2) { this.isSetProclamation = i2; } }
577
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FileElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashMap; public final class FileElement implements IKernelModel { Long expireTime; String file10MMd5; Integer fileBizId; Integer fileGroupIndex; String fileMd5; String fileName; String filePath; String fileSha; String fileSha3; long fileSize; String fileSubId; Integer fileTransType; String fileUuid; String folderId; Integer invalidState; Integer picHeight; HashMap<Integer, String> picThumbPath; Integer picWidth; Integer progress; Integer subElementType; int thumbFileSize; String thumbMd5; Integer transferStatus; Integer videoDuration; public FileElement() { this.fileMd5 = ""; this.fileName = ""; this.filePath = ""; this.file10MMd5 = ""; this.fileSha = ""; this.fileSha3 = ""; this.fileUuid = ""; this.fileSubId = ""; } public Long getExpireTime() { return this.expireTime; } public String getFile10MMd5() { return this.file10MMd5; } public Integer getFileBizId() { return this.fileBizId; } public Integer getFileGroupIndex() { return this.fileGroupIndex; } public String getFileMd5() { return this.fileMd5; } public String getFileName() { return this.fileName; } public String getFilePath() { return this.filePath; } public String getFileSha() { return this.fileSha; } public String getFileSha3() { return this.fileSha3; } public long getFileSize() { return this.fileSize; } public String getFileSubId() { return this.fileSubId; } public Integer getFileTransType() { return this.fileTransType; } public String getFileUuid() { return this.fileUuid; } public String getFolderId() { return this.folderId; } public Integer getInvalidState() { return this.invalidState; } public Integer getPicHeight() { return this.picHeight; } public HashMap<Integer, String> getPicThumbPath() { return this.picThumbPath; } public Integer getPicWidth() { return this.picWidth; } public Integer getProgress() { return this.progress; } public Integer getSubElementType() { return this.subElementType; } public int getThumbFileSize() { return this.thumbFileSize; } public String getThumbMd5() { return this.thumbMd5; } public Integer getTransferStatus() { return this.transferStatus; } public Integer getVideoDuration() { return this.videoDuration; } public void setExpireTime(Long l2) { this.expireTime = l2; } public void setFile10MMd5(String str) { this.file10MMd5 = str; } public void setFileBizId(Integer num) { this.fileBizId = num; } public void setFileGroupIndex(Integer num) { this.fileGroupIndex = num; } public void setFileMd5(String str) { this.fileMd5 = str; } public void setFileName(String str) { this.fileName = str; } public void setFilePath(String str) { this.filePath = str; } public void setFileSha(String str) { this.fileSha = str; } public void setFileSha3(String str) { this.fileSha3 = str; } public void setFileSize(long j2) { this.fileSize = j2; } public void setFileSubId(String str) { this.fileSubId = str; } public void setFileTransType(Integer num) { this.fileTransType = num; } public void setFileUuid(String str) { this.fileUuid = str; } public void setFolderId(String str) { this.folderId = str; } public void setInvalidState(Integer num) { this.invalidState = num; } public void setPicHeight(Integer num) { this.picHeight = num; } public void setPicThumbPath(HashMap<Integer, String> hashMap) { this.picThumbPath = hashMap; } public void setPicWidth(Integer num) { this.picWidth = num; } public void setProgress(Integer num) { this.progress = num; } public void setSubElementType(Integer num) { this.subElementType = num; } public void setThumbFileSize(int i2) { this.thumbFileSize = i2; } public void setThumbMd5(String str) { this.thumbMd5 = str; } public void setTransferStatus(Integer num) { this.transferStatus = num; } public void setVideoDuration(Integer num) { this.videoDuration = num; } public String toString() { return "FileElement{fileMd5=" + this.fileMd5 + ",fileName=" + this.fileName + ",filePath=" + this.filePath + ",fileSize=" + this.fileSize + ",picHeight=" + this.picHeight + ",picWidth=" + this.picWidth + ",picThumbPath=" + this.picThumbPath + ",expireTime=" + this.expireTime + ",file10MMd5=" + this.file10MMd5 + ",fileSha=" + this.fileSha + ",fileSha3=" + this.fileSha3 + ",videoDuration=" + this.videoDuration + ",transferStatus=" + this.transferStatus + ",progress=" + this.progress + ",invalidState=" + this.invalidState + ",fileUuid=" + this.fileUuid + ",fileSubId=" + this.fileSubId + ",thumbFileSize=" + this.thumbFileSize + ",fileBizId=" + this.fileBizId + ",thumbMd5=" + this.thumbMd5 + ",folderId=" + this.folderId + ",fileGroupIndex=" + this.fileGroupIndex + ",fileTransType=" + this.fileTransType + ",subElementType=" + this.subElementType + ",}"; } public FileElement(String str, String str2, String str3, long j2, Integer num, Integer num2, HashMap<Integer, String> hashMap, Long l2, String str4, String str5, String str6, Integer num3, Integer num4, Integer num5, Integer num6, String str7, String str8, int i2, Integer num7, String str9, String str10, Integer num8, Integer num9, Integer num10) { this.fileMd5 = ""; this.fileName = ""; this.filePath = ""; this.file10MMd5 = ""; this.fileSha = ""; this.fileSha3 = ""; this.fileUuid = ""; this.fileSubId = ""; this.fileMd5 = str; this.fileName = str2; this.filePath = str3; this.fileSize = j2; this.picHeight = num; this.picWidth = num2; this.picThumbPath = hashMap; this.expireTime = l2; this.file10MMd5 = str4; this.fileSha = str5; this.fileSha3 = str6; this.videoDuration = num3; this.transferStatus = num4; this.progress = num5; this.invalidState = num6; this.fileUuid = str7; this.fileSubId = str8; this.thumbFileSize = i2; this.fileBizId = num7; this.thumbMd5 = str9; this.folderId = str10; this.fileGroupIndex = num8; this.fileTransType = num9; this.subElementType = num10; } }
7,026
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProGuildSearchRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProGuildSearchRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProGuildSearchRsp { ArrayList<String> highlightWords; GProUnionResult unionResult; public GProGuildSearchRsp() { this.unionResult = new GProUnionResult(); this.highlightWords = new ArrayList<>(); } public ArrayList<String> getHighlightWords() { return this.highlightWords; } public GProUnionResult getUnionResult() { return this.unionResult; } public String toString() { return "GProGuildSearchRsp{unionResult=" + this.unionResult + ",highlightWords=" + this.highlightWords + ",}"; } public GProGuildSearchRsp(GProUnionResult gProUnionResult, ArrayList<String> arrayList) { this.unionResult = new GProUnionResult(); this.highlightWords = new ArrayList<>(); this.unionResult = gProUnionResult; this.highlightWords = arrayList; } }
986
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchBuddyChatInfoResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchBuddyChatInfoResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class SearchBuddyChatInfoResult { boolean hasMore; ArrayList<SearchBuddyItem> resultItems; int searchId; public SearchBuddyChatInfoResult() { this.resultItems = new ArrayList<>(); } public boolean getHasMore() { return this.hasMore; } public ArrayList<SearchBuddyItem> getResultItems() { return this.resultItems; } public int getSearchId() { return this.searchId; } public String toString() { return "SearchBuddyChatInfoResult{searchId=" + this.searchId + ",hasMore=" + this.hasMore + ",resultItems=" + this.resultItems + ",}"; } public SearchBuddyChatInfoResult(int i2, boolean z, ArrayList<SearchBuddyItem> arrayList) { this.resultItems = new ArrayList<>(); this.searchId = i2; this.hasMore = z; this.resultItems = arrayList; } }
1,017
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSuggestedSearch.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSuggestedSearch.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes4.dex */ public final class GProSuggestedSearch { ArrayList<String> contentList; String title; public GProSuggestedSearch() { this.title = ""; this.contentList = new ArrayList<>(); } public ArrayList<String> getContentList() { return this.contentList; } public String getTitle() { return this.title; } public String toString() { return "GProSuggestedSearch{title=" + this.title + ",contentList=" + this.contentList + ",}"; } public GProSuggestedSearch(String str, ArrayList<String> arrayList) { this.title = ""; this.contentList = new ArrayList<>(); this.title = str; this.contentList = arrayList; } }
829
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchBuddyItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchBuddyItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public final class SearchBuddyItem { String categoryName; int chatType; String nickname; ArrayList<SearchHitInfo> nicknameHits; String qid; ArrayList<SearchHitInfo> qidHits; String remark; ArrayList<SearchHitInfo> remarkHits; String uid; long uin; ArrayList<SearchHitInfo> uinHits; public SearchBuddyItem() { this.uid = ""; this.qid = ""; this.qidHits = new ArrayList<>(); this.uinHits = new ArrayList<>(); this.nickname = ""; this.nicknameHits = new ArrayList<>(); this.remark = ""; this.remarkHits = new ArrayList<>(); this.categoryName = ""; } public String getCategoryName() { return this.categoryName; } public int getChatType() { return this.chatType; } public String getNickname() { return this.nickname; } public ArrayList<SearchHitInfo> getNicknameHits() { return this.nicknameHits; } public String getQid() { return this.qid; } public ArrayList<SearchHitInfo> getQidHits() { return this.qidHits; } public String getRemark() { return this.remark; } public ArrayList<SearchHitInfo> getRemarkHits() { return this.remarkHits; } public String getUid() { return this.uid; } public long getUin() { return this.uin; } public ArrayList<SearchHitInfo> getUinHits() { return this.uinHits; } public String toString() { return "SearchBuddyItem{chatType=" + this.chatType + ",uid=" + this.uid + ",qid=" + this.qid + ",qidHits=" + this.qidHits + ",uin=" + this.uin + ",uinHits=" + this.uinHits + ",nickname=" + this.nickname + ",nicknameHits=" + this.nicknameHits + ",remark=" + this.remark + ",remarkHits=" + this.remarkHits + ",categoryName=" + this.categoryName + ",}"; } public SearchBuddyItem(int i2, String str, String str2, ArrayList<SearchHitInfo> arrayList, long j2, ArrayList<SearchHitInfo> arrayList2, String str3, ArrayList<SearchHitInfo> arrayList3, String str4, ArrayList<SearchHitInfo> arrayList4, String str5) { this.uid = ""; this.qid = ""; this.qidHits = new ArrayList<>(); this.uinHits = new ArrayList<>(); this.nickname = ""; this.nicknameHits = new ArrayList<>(); this.remark = ""; this.remarkHits = new ArrayList<>(); this.categoryName = ""; this.chatType = i2; this.uid = str; this.qid = str2; this.qidHits = arrayList; this.uin = j2; this.uinHits = arrayList2; this.nickname = str3; this.nicknameHits = arrayList3; this.remark = str4; this.remarkHits = arrayList4; this.categoryName = str5; } }
2,946
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
FileAssistantSearchParams.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/FileAssistantSearchParams.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class FileAssistantSearchParams { int pageLimit; Order resultSortType; public FileAssistantSearchParams() { this.resultSortType = Order.values()[0]; } public int getPageLimit() { return this.pageLimit; } public Order getResultSortType() { return this.resultSortType; } public String toString() { return "FileAssistantSearchParams{resultSortType=" + this.resultSortType + ",pageLimit=" + this.pageLimit + ",}"; } public FileAssistantSearchParams(Order order, int i2) { this.resultSortType = Order.values()[0]; this.resultSortType = order; this.pageLimit = i2; } }
767
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProWorldPresence0x11bc.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProWorldPresence0x11bc.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProWorldPresence0x11bc implements Serializable { String coverUrl; long serialVersionUID; public GProWorldPresence0x11bc() { this.serialVersionUID = 1L; this.coverUrl = ""; } public String getCoverUrl() { return this.coverUrl; } public String toString() { return "GProWorldPresence0x11bc{coverUrl=" + this.coverUrl + ",}"; } public GProWorldPresence0x11bc(String str) { this.serialVersionUID = 1L; this.coverUrl = ""; this.coverUrl = str; } }
674
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProComment.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProComment.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProComment { long commentCnt; long msgSeq; long parentSeq; long referSeq; long rootSeq; public GProComment() { } public long getCommentCnt() { return this.commentCnt; } public long getMsgSeq() { return this.msgSeq; } public long getParentSeq() { return this.parentSeq; } public long getReferSeq() { return this.referSeq; } public long getRootSeq() { return this.rootSeq; } public String toString() { return "GProComment{msgSeq=" + this.msgSeq + ",rootSeq=" + this.rootSeq + ",parentSeq=" + this.parentSeq + ",referSeq=" + this.referSeq + ",commentCnt=" + this.commentCnt + ",}"; } public GProComment(long j2, long j3, long j4, long j5, long j6) { this.msgSeq = j2; this.rootSeq = j3; this.parentSeq = j4; this.referSeq = j5; this.commentCnt = j6; } }
1,033
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProEncryptTextReq.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProEncryptTextReq.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProEncryptTextReq { String appId; String originalText; public GProEncryptTextReq() { this.appId = ""; this.originalText = ""; } public String getAppId() { return this.appId; } public String getOriginalText() { return this.originalText; } public String toString() { return "GProEncryptTextReq{appId=" + this.appId + ",originalText=" + this.originalText + ",}"; } public GProEncryptTextReq(String str, String str2) { this.appId = ""; this.originalText = ""; this.appId = str; this.originalText = str2; } }
731
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProLobbyAppAuthStatusRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProLobbyAppAuthStatusRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProLobbyAppAuthStatusRsp { String authCode; int authStatus; String openId; public GProLobbyAppAuthStatusRsp() { this.openId = ""; this.authCode = ""; } public String getAuthCode() { return this.authCode; } public int getAuthStatus() { return this.authStatus; } public String getOpenId() { return this.openId; } public String toString() { return "GProLobbyAppAuthStatusRsp{authStatus=" + this.authStatus + ",openId=" + this.openId + ",authCode=" + this.authCode + ",}"; } public GProLobbyAppAuthStatusRsp(int i2, String str, String str2) { this.openId = ""; this.authCode = ""; this.authStatus = i2; this.openId = str; this.authCode = str2; } }
900
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
SearchChatsKeywordsResult.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/SearchChatsKeywordsResult.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes.dex */ public final class SearchChatsKeywordsResult { boolean hasMore; ArrayList<SearchChatSummaryItem> resultItems; int searchId; public SearchChatsKeywordsResult() { this.resultItems = new ArrayList<>(); } public boolean getHasMore() { return this.hasMore; } public ArrayList<SearchChatSummaryItem> getResultItems() { return this.resultItems; } public int getSearchId() { return this.searchId; } public String toString() { return "SearchChatsKeywordsResult{searchId=" + this.searchId + ",hasMore=" + this.hasMore + ",resultItems=" + this.resultItems + ",}"; } public SearchChatsKeywordsResult(int i2, boolean z, ArrayList<SearchChatSummaryItem> arrayList) { this.resultItems = new ArrayList<>(); this.searchId = i2; this.hasMore = z; this.resultItems = arrayList; } }
1,034
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
BasicPointInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/BasicPointInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class BasicPointInfo { byte[] headUrl; long readSeqNo; long seqNo; public BasicPointInfo() { this.headUrl = new byte[0]; } public byte[] getHeadUrl() { return this.headUrl; } public long getReadSeqNo() { return this.readSeqNo; } public long getSeqNo() { return this.seqNo; } public String toString() { return "BasicPointInfo{headUrl=" + this.headUrl + ",seqNo=" + this.seqNo + ",readSeqNo=" + this.readSeqNo + ",}"; } public BasicPointInfo(byte[] bArr, long j2, long j3) { this.headUrl = new byte[0]; this.headUrl = bArr; this.seqNo = j2; this.readSeqNo = j3; } }
797
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VASMsgAvatarPendant.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VASMsgAvatarPendant.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes.dex */ public final class VASMsgAvatarPendant { Integer avatarId; Integer pendantDiyInfoId; Long pendantId; public VASMsgAvatarPendant() { } public Integer getAvatarId() { return this.avatarId; } public Integer getPendantDiyInfoId() { return this.pendantDiyInfoId; } public Long getPendantId() { return this.pendantId; } public String toString() { return "VASMsgAvatarPendant{avatarId=" + this.avatarId + ",pendantId=" + this.pendantId + ",pendantDiyInfoId=" + this.pendantDiyInfoId + ",}"; } public VASMsgAvatarPendant(Integer num, Long l2, Integer num2) { this.avatarId = num; this.pendantId = l2; this.pendantDiyInfoId = num2; } }
830
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProSlowModeInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProSlowModeInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProSlowModeInfo implements Serializable { long serialVersionUID; int slowModeCircle; int slowModeKey; String slowModeText; int speakFrequency; public GProSlowModeInfo() { this.serialVersionUID = 1L; this.slowModeText = ""; } public int getSlowModeCircle() { return this.slowModeCircle; } public int getSlowModeKey() { return this.slowModeKey; } public String getSlowModeText() { return this.slowModeText; } public int getSpeakFrequency() { return this.speakFrequency; } public String toString() { return "GProSlowModeInfo{slowModeKey=" + this.slowModeKey + ",speakFrequency=" + this.speakFrequency + ",slowModeCircle=" + this.slowModeCircle + ",slowModeText=" + this.slowModeText + ",}"; } public GProSlowModeInfo(int i2, int i3, int i4, String str) { this.serialVersionUID = 1L; this.slowModeText = ""; this.slowModeKey = i2; this.speakFrequency = i3; this.slowModeCircle = i4; this.slowModeText = str; } }
1,227
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProRecommendChannel.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProRecommendChannel.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProRecommendChannel implements Serializable { long channelId; String coverUrl; String icon; String joinGuildSig; int joinedGuild; String name; String profile; long serialVersionUID; ArrayList<GProGuildChannelState> stateList; ArrayList<String> tagList; public GProRecommendChannel() { this.serialVersionUID = 1L; this.name = ""; this.profile = ""; this.icon = ""; this.stateList = new ArrayList<>(); this.tagList = new ArrayList<>(); this.coverUrl = ""; this.joinGuildSig = ""; } public long getChannelId() { return this.channelId; } public String getCoverUrl() { return this.coverUrl; } public String getIcon() { return this.icon; } public String getJoinGuildSig() { return this.joinGuildSig; } public int getJoinedGuild() { return this.joinedGuild; } public String getName() { return this.name; } public String getProfile() { return this.profile; } public ArrayList<GProGuildChannelState> getStateList() { return this.stateList; } public ArrayList<String> getTagList() { return this.tagList; } public String toString() { return "GProRecommendChannel{channelId=" + this.channelId + ",name=" + this.name + ",profile=" + this.profile + ",icon=" + this.icon + ",stateList=" + this.stateList + ",tagList=" + this.tagList + ",joinedGuild=" + this.joinedGuild + ",coverUrl=" + this.coverUrl + ",joinGuildSig=" + this.joinGuildSig + ",}"; } public GProRecommendChannel(long j2, String str, String str2, String str3, ArrayList<GProGuildChannelState> arrayList, ArrayList<String> arrayList2, int i2, String str4, String str5) { this.serialVersionUID = 1L; this.name = ""; this.profile = ""; this.icon = ""; this.stateList = new ArrayList<>(); this.tagList = new ArrayList<>(); this.coverUrl = ""; this.joinGuildSig = ""; this.channelId = j2; this.name = str; this.profile = str2; this.icon = str3; this.stateList = arrayList; this.tagList = arrayList2; this.joinedGuild = i2; this.coverUrl = str4; this.joinGuildSig = str5; } }
2,508
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProScheduleDayItem.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProScheduleDayItem.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProScheduleDayItem { long dateMs; ArrayList<GProScheduleListItem> scheduleListItems; public GProScheduleDayItem() { this.scheduleListItems = new ArrayList<>(); } public long getDateMs() { return this.dateMs; } public ArrayList<GProScheduleListItem> getScheduleListItems() { return this.scheduleListItems; } public String toString() { return "GProScheduleDayItem{dateMs=" + this.dateMs + ",scheduleListItems=" + this.scheduleListItems + ",}"; } public GProScheduleDayItem(long j2, ArrayList<GProScheduleListItem> arrayList) { this.scheduleListItems = new ArrayList<>(); this.dateMs = j2; this.scheduleListItems = arrayList; } }
867
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
CommentFeedRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/CommentFeedRsp.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes2.dex */ public final class CommentFeedRsp { long createTime; String id; long sequence; public CommentFeedRsp() { this.id = ""; } public long getCreateTime() { return this.createTime; } public String getId() { return this.id; } public long getSequence() { return this.sequence; } public String toString() { return "CommentFeedRsp{id=" + this.id + ",createTime=" + this.createTime + ",sequence=" + this.sequence + ",}"; } public CommentFeedRsp(String str, long j2, long j3) { this.id = ""; this.id = str; this.createTime = j2; this.sequence = j3; } }
784
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IGetTransferableMemberCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IGetTransferableMemberCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashMap; public interface IGetTransferableMemberCallback { void onResult(int i2, String str, HashMap<String, MemberInfo> hashMap); }
204
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
MsgAbstract.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/MsgAbstract.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; public final class MsgAbstract implements Serializable { long abstractTime; ArrayList<MsgAbstractElement> elements; int msgType; Contact peer; String sendMemberName; String sendNickName; int sendStatus; String senderUid; long serialVersionUID; public MsgAbstract() { this.serialVersionUID = 1L; this.peer = new Contact(); this.senderUid = ""; this.sendMemberName = ""; this.sendNickName = ""; this.elements = new ArrayList<>(); } public long getAbstractTime() { return this.abstractTime; } public ArrayList<MsgAbstractElement> getElements() { return this.elements; } public int getMsgType() { return this.msgType; } public Contact getPeer() { return this.peer; } public String getSendMemberName() { return this.sendMemberName; } public String getSendNickName() { return this.sendNickName; } public int getSendStatus() { return this.sendStatus; } public String getSenderUid() { return this.senderUid; } public String toString() { return "MsgAbstract{peer=" + this.peer + ",senderUid=" + this.senderUid + ",sendMemberName=" + this.sendMemberName + ",sendNickName=" + this.sendNickName + ",sendStatus=" + this.sendStatus + ",elements=" + this.elements + ",abstractTime=" + this.abstractTime + ",msgType=" + this.msgType + ",}"; } public MsgAbstract(Contact contact, String str, String str2, String str3, int i2, ArrayList<MsgAbstractElement> arrayList, long j2, int i3) { this.serialVersionUID = 1L; this.peer = new Contact(); this.senderUid = ""; this.sendMemberName = ""; this.sendNickName = ""; this.elements = new ArrayList<>(); this.peer = contact; this.senderUid = str; this.sendMemberName = str2; this.sendNickName = str3; this.sendStatus = i2; this.elements = arrayList; this.abstractTime = j2; this.msgType = i3; } }
2,197
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
ReplyElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/ReplyElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; public final class ReplyElement implements IKernelModel, Serializable { String anonymousNickName; Integer originalMsgState; long replayMsgId; Long replayMsgRootCommentCnt; Long replayMsgRootMsgId; Long replayMsgRootSeq; Long replayMsgSeq; Long replyMsgClientSeq; int replyMsgRevokeType; Long replyMsgTime; Long senderUid; String senderUidStr; long serialVersionUID; boolean sourceMsgExpired; Long sourceMsgIdInRecords; boolean sourceMsgIsIncPic; String sourceMsgText; ArrayList<ReplyAbsElement> sourceMsgTextElems; public ReplyElement() { this.serialVersionUID = 1L; this.sourceMsgTextElems = new ArrayList<>(); } public String getAnonymousNickName() { return this.anonymousNickName; } public Integer getOriginalMsgState() { return this.originalMsgState; } public long getReplayMsgId() { return this.replayMsgId; } public Long getReplayMsgRootCommentCnt() { return this.replayMsgRootCommentCnt; } public Long getReplayMsgRootMsgId() { return this.replayMsgRootMsgId; } public Long getReplayMsgRootSeq() { return this.replayMsgRootSeq; } public Long getReplayMsgSeq() { return this.replayMsgSeq; } public Long getReplyMsgClientSeq() { return this.replyMsgClientSeq; } public int getReplyMsgRevokeType() { return this.replyMsgRevokeType; } public Long getReplyMsgTime() { return this.replyMsgTime; } public Long getSenderUid() { return this.senderUid; } public String getSenderUidStr() { return this.senderUidStr; } public boolean getSourceMsgExpired() { return this.sourceMsgExpired; } public Long getSourceMsgIdInRecords() { return this.sourceMsgIdInRecords; } public boolean getSourceMsgIsIncPic() { return this.sourceMsgIsIncPic; } public String getSourceMsgText() { return this.sourceMsgText; } public ArrayList<ReplyAbsElement> getSourceMsgTextElems() { return this.sourceMsgTextElems; } public void setAnonymousNickName(String str) { this.anonymousNickName = str; } public void setOriginalMsgState(Integer num) { this.originalMsgState = num; } public void setReplayMsgId(long j2) { this.replayMsgId = j2; } public void setReplayMsgRootCommentCnt(Long l2) { this.replayMsgRootCommentCnt = l2; } public void setReplayMsgRootMsgId(Long l2) { this.replayMsgRootMsgId = l2; } public void setReplayMsgRootSeq(Long l2) { this.replayMsgRootSeq = l2; } public void setReplayMsgSeq(Long l2) { this.replayMsgSeq = l2; } public void setReplyMsgClientSeq(Long l2) { this.replyMsgClientSeq = l2; } public void setReplyMsgRevokeType(int i2) { this.replyMsgRevokeType = i2; } public void setReplyMsgTime(Long l2) { this.replyMsgTime = l2; } public void setSenderUid(Long l2) { this.senderUid = l2; } public void setSenderUidStr(String str) { this.senderUidStr = str; } public void setSourceMsgExpired(boolean z) { this.sourceMsgExpired = z; } public void setSourceMsgIdInRecords(Long l2) { this.sourceMsgIdInRecords = l2; } public void setSourceMsgIsIncPic(boolean z) { this.sourceMsgIsIncPic = z; } public void setSourceMsgText(String str) { this.sourceMsgText = str; } public void setSourceMsgTextElems(ArrayList<ReplyAbsElement> arrayList) { this.sourceMsgTextElems = arrayList; } public String toString() { return "ReplyElement{replayMsgId=" + this.replayMsgId + ",replayMsgSeq=" + this.replayMsgSeq + ",replayMsgRootSeq=" + this.replayMsgRootSeq + ",replayMsgRootMsgId=" + this.replayMsgRootMsgId + ",replayMsgRootCommentCnt=" + this.replayMsgRootCommentCnt + ",sourceMsgIdInRecords=" + this.sourceMsgIdInRecords + ",sourceMsgText=" + this.sourceMsgText + ",sourceMsgTextElems=" + this.sourceMsgTextElems + ",senderUid=" + this.senderUid + ",senderUidStr=" + this.senderUidStr + ",replyMsgClientSeq=" + this.replyMsgClientSeq + ",replyMsgTime=" + this.replyMsgTime + ",replyMsgRevokeType=" + this.replyMsgRevokeType + ",sourceMsgIsIncPic=" + this.sourceMsgIsIncPic + ",sourceMsgExpired=" + this.sourceMsgExpired + ",anonymousNickName=" + this.anonymousNickName + ",originalMsgState=" + this.originalMsgState + ",}"; } public ReplyElement(long j2, Long l2, Long l3, Long l4, Long l5, Long l6, String str, ArrayList<ReplyAbsElement> arrayList, Long l7, String str2, Long l8, Long l9, int i2, boolean z, boolean z2, String str3, Integer num) { this.serialVersionUID = 1L; this.sourceMsgTextElems = new ArrayList<>(); this.replayMsgId = j2; this.replayMsgSeq = l2; this.replayMsgRootSeq = l3; this.replayMsgRootMsgId = l4; this.replayMsgRootCommentCnt = l5; this.sourceMsgIdInRecords = l6; this.sourceMsgText = str; this.sourceMsgTextElems = arrayList; this.senderUid = l7; this.senderUidStr = str2; this.replyMsgClientSeq = l8; this.replyMsgTime = l9; this.replyMsgRevokeType = i2; this.sourceMsgIsIncPic = z; this.sourceMsgExpired = z2; this.anonymousNickName = str3; this.originalMsgState = num; } }
5,654
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProJoinGuilds.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProJoinGuilds.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProJoinGuilds implements Serializable { long guildId; String joinGuildSig; long serialVersionUID; public GProJoinGuilds() { this.serialVersionUID = 1L; this.joinGuildSig = ""; } public long getGuildId() { return this.guildId; } public String getJoinGuildSig() { return this.joinGuildSig; } public String toString() { return "GProJoinGuilds{guildId=" + this.guildId + ",joinGuildSig=" + this.joinGuildSig + ",}"; } public GProJoinGuilds(long j2, String str) { this.serialVersionUID = 1L; this.joinGuildSig = ""; this.guildId = j2; this.joinGuildSig = str; } }
820
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAnchorUserInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAnchorUserInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProAnchorUserInfo { String businessUid; Long explicitId; String head; Long id; Integer initialClientType; String name; Long tinyId; public GProAnchorUserInfo() { } public String getBusinessUid() { return this.businessUid; } public Long getExplicitId() { return this.explicitId; } public String getHead() { return this.head; } public Long getId() { return this.id; } public Integer getInitialClientType() { return this.initialClientType; } public String getName() { return this.name; } public Long getTinyId() { return this.tinyId; } public String toString() { return "GProAnchorUserInfo{id=" + this.id + ",explicitId=" + this.explicitId + ",name=" + this.name + ",head=" + this.head + ",initialClientType=" + this.initialClientType + ",businessUid=" + this.businessUid + ",tinyId=" + this.tinyId + ",}"; } public GProAnchorUserInfo(Long l2, Long l3, String str, String str2, Integer num, String str3, Long l4) { this.id = l2; this.explicitId = l3; this.name = str; this.head = str2; this.initialClientType = num; this.businessUid = str3; this.tinyId = l4; } }
1,400
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IUnreadCntCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IUnreadCntCallback.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* compiled from: P */ /* loaded from: classes2.dex */ public interface IUnreadCntCallback { void onResult(int i2, String str, ArrayList<UnreadCntInfo> arrayList); }
249
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAppChnnPreInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAppChnnPreInfo.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProAppChnnPreInfo { long appid; long channelId; ArrayList<GProChannelPresenceInfo> chnnPreList; String chnnPreSeq; long guildId; GProJoinCondition joinCondition; int jumpType; String jumpUrl; int nextTimeStamp; int result; String text; public GProAppChnnPreInfo() { this.jumpUrl = ""; this.text = ""; this.chnnPreList = new ArrayList<>(); this.chnnPreSeq = ""; this.joinCondition = new GProJoinCondition(); } public long getAppid() { return this.appid; } public long getChannelId() { return this.channelId; } public ArrayList<GProChannelPresenceInfo> getChnnPreList() { return this.chnnPreList; } public String getChnnPreSeq() { return this.chnnPreSeq; } public long getGuildId() { return this.guildId; } public GProJoinCondition getJoinCondition() { return this.joinCondition; } public int getJumpType() { return this.jumpType; } public String getJumpUrl() { return this.jumpUrl; } public int getNextTimeStamp() { return this.nextTimeStamp; } public int getResult() { return this.result; } public String getText() { return this.text; } public String toString() { return "GProAppChnnPreInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",appid=" + this.appid + ",result=" + this.result + ",jumpUrl=" + this.jumpUrl + ",jumpType=" + this.jumpType + ",text=" + this.text + ",chnnPreList=" + this.chnnPreList + ",chnnPreSeq=" + this.chnnPreSeq + ",nextTimeStamp=" + this.nextTimeStamp + ",joinCondition=" + this.joinCondition + ",}"; } public GProAppChnnPreInfo(long j2, long j3, long j4, int i2, String str, int i3, String str2, ArrayList<GProChannelPresenceInfo> arrayList, String str3, int i4, GProJoinCondition gProJoinCondition) { this.jumpUrl = ""; this.text = ""; this.chnnPreList = new ArrayList<>(); this.chnnPreSeq = ""; this.joinCondition = new GProJoinCondition(); this.guildId = j2; this.channelId = j3; this.appid = j4; this.result = i2; this.jumpUrl = str; this.jumpType = i3; this.text = str2; this.chnnPreList = arrayList; this.chnnPreSeq = str3; this.nextTimeStamp = i4; this.joinCondition = gProJoinCondition; } }
2,610
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
XmlToJsonParam.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/XmlToJsonParam.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.HashMap; public final class XmlToJsonParam { long busiId; long busiType; int c2cType; String content; int ctrlFlag; HashMap<String, String> members; byte[] pbReserv; Long seqId; int serviceType; Long templId; HashMap<String, String> templParam; public XmlToJsonParam() { 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 "XmlToJsonParam{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 XmlToJsonParam(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.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,150
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
IGroupSpaceCallback.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/IGroupSpaceCallback.java
package com.tencent.qqnt.kernel.nativeinterface; public interface IGroupSpaceCallback { void onResult(int i2, String str, GroupSpaceResult groupSpaceResult); }
164
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VideoPlayUrlInfo.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VideoPlayUrlInfo.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes.dex */ public final class VideoPlayUrlInfo { String httpsDomain; boolean isHttps; String url; public VideoPlayUrlInfo() { this.url = ""; this.httpsDomain = ""; } public String getHttpsDomain() { return this.httpsDomain; } public boolean getIsHttps() { return this.isHttps; } public String getUrl() { return this.url; } public String toString() { return "VideoPlayUrlInfo{url=" + this.url + ",isHttps=" + this.isHttps + ",httpsDomain=" + this.httpsDomain + ",}"; } public VideoPlayUrlInfo(String str, boolean z, String str2) { this.url = ""; this.httpsDomain = ""; this.url = str; this.isHttps = z; this.httpsDomain = str2; } }
855
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProBindMembers.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProBindMembers.java
package com.tencent.qqnt.kernel.nativeinterface; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProBindMembers { int authControlSwitchType; ArrayList<Long> memberIds; public GProBindMembers() { this.memberIds = new ArrayList<>(); } public int getAuthControlSwitchType() { return this.authControlSwitchType; } public ArrayList<Long> getMemberIds() { return this.memberIds; } public String toString() { return "GProBindMembers{authControlSwitchType=" + this.authControlSwitchType + ",memberIds=" + this.memberIds + ",}"; } public GProBindMembers(int i2, ArrayList<Long> arrayList) { this.memberIds = new ArrayList<>(); this.authControlSwitchType = i2; this.memberIds = arrayList; } }
826
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
VideoUrl.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/VideoUrl.java
package com.tencent.qqnt.kernel.nativeinterface; /* compiled from: P */ /* loaded from: classes.dex */ public final class VideoUrl { byte[] busiData; Boolean hasWatermark; int levelType; String playUrl; Integer transStatus; Integer videoPrior; Integer videoRate; public VideoUrl() { this.playUrl = ""; } public byte[] getBusiData() { return this.busiData; } public Boolean getHasWatermark() { return this.hasWatermark; } public int getLevelType() { return this.levelType; } public String getPlayUrl() { return this.playUrl; } public Integer getTransStatus() { return this.transStatus; } public Integer getVideoPrior() { return this.videoPrior; } public Integer getVideoRate() { return this.videoRate; } public String toString() { return "VideoUrl{levelType=" + this.levelType + ",playUrl=" + this.playUrl + ",videoPrior=" + this.videoPrior + ",videoRate=" + this.videoRate + ",transStatus=" + this.transStatus + ",busiData=" + this.busiData + ",hasWatermark=" + this.hasWatermark + ",}"; } public VideoUrl(int i2, String str, Integer num, Integer num2, Integer num3, byte[] bArr, Boolean bool) { this.playUrl = ""; this.levelType = i2; this.playUrl = str; this.videoPrior = num; this.videoRate = num2; this.transStatus = num3; this.busiData = bArr; this.hasWatermark = bool; } }
1,534
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProAVMemberGroupListRsp.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProAVMemberGroupListRsp.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; /* loaded from: classes2.dex */ public final class GProAVMemberGroupListRsp implements Serializable { GProChannelUserNum channelUserNum; GProGroupTypeList groupTypeList; long nextReadInterval; long serialVersionUID; public GProAVMemberGroupListRsp() { this.serialVersionUID = 1L; this.channelUserNum = new GProChannelUserNum(); this.groupTypeList = new GProGroupTypeList(); } public GProChannelUserNum getChannelUserNum() { return this.channelUserNum; } public GProGroupTypeList getGroupTypeList() { return this.groupTypeList; } public long getNextReadInterval() { return this.nextReadInterval; } public String toString() { return "GProAVMemberGroupListRsp{channelUserNum=" + this.channelUserNum + ",groupTypeList=" + this.groupTypeList + ",nextReadInterval=" + this.nextReadInterval + ",}"; } public GProAVMemberGroupListRsp(GProChannelUserNum gProChannelUserNum, GProGroupTypeList gProGroupTypeList, long j2) { this.serialVersionUID = 1L; this.channelUserNum = new GProChannelUserNum(); this.groupTypeList = new GProGroupTypeList(); this.channelUserNum = gProChannelUserNum; this.groupTypeList = gProGroupTypeList; this.nextReadInterval = j2; } }
1,403
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProMemberInfoInGame.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProMemberInfoInGame.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; import java.util.ArrayList; /* loaded from: classes2.dex */ public final class GProMemberInfoInGame implements Serializable { String backgroundPic; int gameIdentity; int gameStatus; long gameStatusUpdateTimestampMs; ArrayList<String> goodHeroIconList; int gradeLevel; String gradeLevelIcon; String heroName; String heroPic; String honorDesc; String honorIcon; String identityDesc; long joinTimestampMs; String nickName; String record; long roomId; String schema; long serialVersionUID; long tinyId; public GProMemberInfoInGame() { this.serialVersionUID = 1L; this.nickName = ""; this.heroName = ""; this.heroPic = ""; this.record = ""; this.schema = ""; this.goodHeroIconList = new ArrayList<>(); this.honorIcon = ""; this.honorDesc = ""; this.identityDesc = ""; this.backgroundPic = ""; this.gradeLevelIcon = ""; } public String getBackgroundPic() { return this.backgroundPic; } public int getGameIdentity() { return this.gameIdentity; } public int getGameStatus() { return this.gameStatus; } public long getGameStatusUpdateTimestampMs() { return this.gameStatusUpdateTimestampMs; } public ArrayList<String> getGoodHeroIconList() { return this.goodHeroIconList; } public int getGradeLevel() { return this.gradeLevel; } public String getGradeLevelIcon() { return this.gradeLevelIcon; } public String getHeroName() { return this.heroName; } public String getHeroPic() { return this.heroPic; } public String getHonorDesc() { return this.honorDesc; } public String getHonorIcon() { return this.honorIcon; } public String getIdentityDesc() { return this.identityDesc; } public long getJoinTimestampMs() { return this.joinTimestampMs; } public String getNickName() { return this.nickName; } public String getRecord() { return this.record; } public long getRoomId() { return this.roomId; } public String getSchema() { return this.schema; } public long getTinyId() { return this.tinyId; } public String toString() { return "GProMemberInfoInGame{tinyId=" + this.tinyId + ",roomId=" + this.roomId + ",nickName=" + this.nickName + ",heroName=" + this.heroName + ",heroPic=" + this.heroPic + ",gameStatus=" + this.gameStatus + ",record=" + this.record + ",joinTimestampMs=" + this.joinTimestampMs + ",gameIdentity=" + this.gameIdentity + ",gameStatusUpdateTimestampMs=" + this.gameStatusUpdateTimestampMs + ",schema=" + this.schema + ",goodHeroIconList=" + this.goodHeroIconList + ",honorIcon=" + this.honorIcon + ",honorDesc=" + this.honorDesc + ",identityDesc=" + this.identityDesc + ",gradeLevel=" + this.gradeLevel + ",backgroundPic=" + this.backgroundPic + ",gradeLevelIcon=" + this.gradeLevelIcon + ",}"; } public GProMemberInfoInGame(long j2, long j3, String str, String str2, String str3, int i2, String str4, long j4, int i3, long j5, String str5, ArrayList<String> arrayList, String str6, String str7, String str8, int i4, String str9, String str10) { this.serialVersionUID = 1L; this.nickName = ""; this.heroName = ""; this.heroPic = ""; this.record = ""; this.schema = ""; this.goodHeroIconList = new ArrayList<>(); this.honorIcon = ""; this.honorDesc = ""; this.identityDesc = ""; this.backgroundPic = ""; this.gradeLevelIcon = ""; this.tinyId = j2; this.roomId = j3; this.nickName = str; this.heroName = str2; this.heroPic = str3; this.gameStatus = i2; this.record = str4; this.joinTimestampMs = j4; this.gameIdentity = i3; this.gameStatusUpdateTimestampMs = j5; this.schema = str5; this.goodHeroIconList = arrayList; this.honorIcon = str6; this.honorDesc = str7; this.identityDesc = str8; this.gradeLevel = i4; this.backgroundPic = str9; this.gradeLevelIcon = str10; } }
4,408
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
AioOperateGrayTipElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/AioOperateGrayTipElement.java
package com.tencent.qqnt.kernel.nativeinterface; import java.io.Serializable; public final class AioOperateGrayTipElement implements Serializable { String fromGrpCodeOfTmpChat; int operateType; String peerUid; long serialVersionUID; public AioOperateGrayTipElement() { this.serialVersionUID = 1L; this.peerUid = ""; this.fromGrpCodeOfTmpChat = ""; } public String getFromGrpCodeOfTmpChat() { return this.fromGrpCodeOfTmpChat; } public int getOperateType() { return this.operateType; } public String getPeerUid() { return this.peerUid; } public String toString() { return "AioOperateGrayTipElement{operateType=" + this.operateType + ",peerUid=" + this.peerUid + ",fromGrpCodeOfTmpChat=" + this.fromGrpCodeOfTmpChat + ",}"; } public AioOperateGrayTipElement(int i2, String str, String str2) { this.serialVersionUID = 1L; this.peerUid = ""; this.fromGrpCodeOfTmpChat = ""; this.operateType = i2; this.peerUid = str; this.fromGrpCodeOfTmpChat = str2; } }
1,126
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
AVRecordElement.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/AVRecordElement.java
package com.tencent.qqnt.kernel.nativeinterface; public final class AVRecordElement { Integer extraType; boolean hasRead; int mainType; String text; long time; int type; public AVRecordElement() { this.text = ""; } public Integer getExtraType() { return this.extraType; } public boolean getHasRead() { return this.hasRead; } public int getMainType() { return this.mainType; } public String getText() { return this.text; } public long getTime() { return this.time; } public int getType() { return this.type; } public String toString() { return "AVRecordElement{type=" + this.type + ",time=" + this.time + ",text=" + this.text + ",mainType=" + this.mainType + ",hasRead=" + this.hasRead + ",extraType=" + this.extraType + ",}"; } public AVRecordElement(int i2, long j2, String str, int i3, boolean z, Integer num) { this.text = ""; this.type = i2; this.time = j2; this.text = str; this.mainType = i3; this.hasRead = z; this.extraType = num; } }
1,168
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z
GProConfirmNode.java
/FileExtraction/Java_unseen/djkcyl_Shamrock/qqinterface/src/main/java/com/tencent/qqnt/kernel/nativeinterface/GProConfirmNode.java
package com.tencent.qqnt.kernel.nativeinterface; /* loaded from: classes2.dex */ public final class GProConfirmNode { String buttonMsg; boolean cancelOpt; String confirmExt; public GProConfirmNode() { this.buttonMsg = ""; this.confirmExt = ""; } public String getButtonMsg() { return this.buttonMsg; } public boolean getCancelOpt() { return this.cancelOpt; } public String getConfirmExt() { return this.confirmExt; } public String toString() { return "GProConfirmNode{buttonMsg=" + this.buttonMsg + ",confirmExt=" + this.confirmExt + ",cancelOpt=" + this.cancelOpt + ",}"; } public GProConfirmNode(String str, String str2, boolean z) { this.buttonMsg = ""; this.confirmExt = ""; this.buttonMsg = str; this.confirmExt = str2; this.cancelOpt = z; } }
904
Java
.java
djkcyl/Shamrock
106
66
1
2023-10-20T10:43:47Z
2023-10-24T04:30:56Z