Merge pull request 'upstream: update to newest commit.' (#1) from jrbwzxhx/Shamrock:master into master

Reviewed-on: http://kgtz2pmmov5jfvn3z4mqryffjnnw6krzrgxxoyaqhqckjrr4pckyhsqd.onion/onebot-qq/Shamrock/pulls/1
This commit is contained in:
jrbwzxhx 2023-10-20 23:48:13 +00:00
commit 6d358c2972
595 changed files with 30308 additions and 96 deletions

View File

@ -0,0 +1,17 @@
package com.tencent.beacon.event.open;
import android.content.Context;
public class BeaconReport {
public static BeaconReport getInstance() {
return null;
}
public void getQimei(String appKey, Context context, com.tencent.qimei.sdk.IAsyncQimeiListener iAsyncQimeiListener) {
}
public void getQimei(com.tencent.beacon.qimei.IAsyncQimeiListener iAsyncQimeiListener) {
}
}

View File

@ -0,0 +1,5 @@
package com.tencent.beacon.qimei;
public interface IAsyncQimeiListener {
void onQimeiDispatch(Qimei qimei);
}

View File

@ -0,0 +1,12 @@
package com.tencent.beacon.qimei;
public class Qimei {
public String getQimei16() {
return null;
}
public String getQimei36() {
return null;
}
}

View File

@ -1,5 +1,7 @@
package com.tencent.mobileqq.fe;
import android.content.Context;
import com.tencent.mobileqq.sign.QQSecuritySign;
import java.util.List;
@ -8,6 +10,10 @@ public class FEKit {
return null;
}
public void init(final Context context, String uin, String guid, String o3did, String q36, String qua) {
}
public QQSecuritySign.SignResult getSign(String cmd, byte[] buffer, int seq, String uin) {
return null;
}

View File

@ -0,0 +1,26 @@
package com.tencent.mobileqq.qqguildsdk.api;
import com.tencent.mobileqq.qqguildsdk.data.IGProGuildInfo;
import com.tencent.mobileqq.qqguildsdk.data.genc.IGProSimpleProfile;
import java.util.List;
import mqq.app.api.IRuntimeService;
public interface IGPSService extends IRuntimeService {
List<IGProGuildInfo> getGroupGuildList();
IGProGuildInfo getGuildInfo(String str);
List<IGProGuildInfo> getGuildList();
String getGuildMemberName(String str, String str2);
String getGuildName(String str);
String getSelfTinyId();
/* synthetic */ IGProSimpleProfile getSimpleProfile(String str, String str2, int i2);
/* synthetic */ boolean isGProSDKInitCompleted();
}

View File

@ -0,0 +1,119 @@
package com.tencent.mobileqq.qqguildsdk.data;
import com.tencent.mobileqq.qqguildsdk.data.genc.IGProMedalInfo;
import com.tencent.mobileqq.qqguildsdk.data.genc.IGProNavigationInfo;
import java.io.Serializable;
import java.util.ArrayList;
public interface IGProGuildInfo extends Serializable {
public static final long serialVersionUID = 1;
boolean getAllowSearch();
String getAvatarUrl(int i2);
long getBannedTimeLimit();
long getChangeNameInterval();
boolean getChannelListChange();
String getClientId();
int getCoverFontColorId();
String getCoverUrl(int i2, int i3);
long getCreateTime();
String getCreatorId();
String getErrMsg();
long getGroupId();
boolean getGuildCanShare();
String getGuildID();
String getGuildName();
long getGuildNameChangeTime();
String getGuildNumber();
int getGuildType();
boolean getIsBanned();
boolean getIsFrozen();
boolean getIsValid();
long getJoinTime();
long getJumpChannelId();
boolean getJumpChannelSwitch();
ArrayList<IGProMedalInfo> getMedalInfoList();
int getMedalLevel();
int getMessageNotifyType();
long getMyShutUpExpireTime();
ArrayList<IGProNavigationInfo> getNavigationInfoList();
String getProfile();
int getQRCodePeriod();
int getQRCodeSwitch();
int getResult();
String getSearchJoinSig();
String getShowNumber();
long getShutUpExpireTime();
//eu getSpeakThreshold();
String getTagDesc();
long getTagId();
boolean getTopicSquareSwitch();
long getU64guildSeq();
String getUIData(String str);
int getUserNum();
int getUserType();
int getVisibleChannelMaxNum();
int getWeakNotifyDisplay();
boolean isGroupGuild();
boolean isInteractiveForVisitor();
boolean isMember();
boolean isNeedRealNameForVisitor();
boolean isTop();
boolean isVisibleForVisitor();
void setQRCodeSwitch(int i2);
void setUIData(String str, String str2);
}

View File

@ -0,0 +1,11 @@
package com.tencent.mobileqq.qqguildsdk.data;
import java.io.Serializable;
public interface IGProOfficialMedalInfoExt extends Serializable {
String getIconUrl();
boolean getIsOffical();
String toString();
}

View File

@ -0,0 +1,13 @@
package com.tencent.mobileqq.qqguildsdk.data.genc;
import java.io.Serializable;
public interface IGProClientIdentity extends Serializable {
int getClientId();
String getDesc();
IGProClientIdentityBytes getIdentityBytes();
String toString();
}

View File

@ -0,0 +1,12 @@
package com.tencent.mobileqq.qqguildsdk.data.genc;
import java.io.Serializable;
import java.util.ArrayList;
public interface IGProClientIdentityBytes extends Serializable {
int getClientId();
ArrayList<Object> getIdentityList();
String toString();
}

View File

@ -0,0 +1,15 @@
package com.tencent.mobileqq.qqguildsdk.data.genc;
import java.io.Serializable;
public interface IGProMedal extends Serializable {
String getDesc();
long getEndTime();
long getStartTime();
String getUrl();
String toString();
}

View File

@ -0,0 +1,17 @@
package com.tencent.mobileqq.qqguildsdk.data.genc;
import com.tencent.mobileqq.qqguildsdk.data.IGProOfficialMedalInfoExt;
import java.io.Serializable;
public interface IGProMedalInfo extends Serializable {
long getExpireTime();
String getIconUrl();
String getName();
IGProOfficialMedalInfoExt getOfficialMedalInfoExt();
String toString();
}

View File

@ -0,0 +1,19 @@
package com.tencent.mobileqq.qqguildsdk.data.genc;
import java.io.Serializable;
public interface IGProNavigationInfo extends Serializable {
String getBubbleDesc();
String getIconUrl();
String getJumpUrl();
int getJumpUrlType();
boolean getShowBubble();
String getTitle();
String toString();
}

View File

@ -0,0 +1,32 @@
package com.tencent.mobileqq.qqguildsdk.data.genc;
import java.io.Serializable;
import java.util.ArrayList;
public interface IGProSimpleProfile extends Serializable {
String getAvatarMeta();
String getAvatarPendant();
ArrayList<Long> getCategoryIds();
IGProClientIdentity getClientIdentityBytes();
String getDisplayName();
long getGuildId();
long getLevelRoleId();
String getMemberName();
String getNickName();
IGProMedal getPersonalMedal();
long getRoleId();
long getTinyId();
String toString();
}

View File

@ -0,0 +1,38 @@
package com.tencent.mobileqq.qsec.qsecurity;
import android.content.Context;
public class QSecConfig {
public static byte[] CONFIG_KEY_BUF = null;
public static int CONFIG_KEY_ID = 0;
public static int CONFIG_TIME_GAP = 5000;
public static final int CONST_CONFIG_TASK_ID = 1;
public static final int CONST_HEARTBEAT_TASK_ID = 0;
public static final int CONST_KEYEXCHANGE_TASK_ID = 2;
public static final int CONST_LUA_TASK_ID = 3;
public static final int CONST_REPORT_TASK_ID = 4;
public static final int DO_TYPE_DELE = 4;
public static final int DO_TYPE_INIT = 3;
public static final int DO_TYPE_START = 1;
public static final int DO_TYPE_STOP = 2;
public static int HEART_BEAT_SEQ_NUM = 0;
public static String business_guid = "";
public static String business_o3did = null;
public static int business_os = 1;
public static String business_q36 = "";
public static String business_qua = "";
public static String business_seed;
public static String business_uin;
public static Context sContext;
public static int sign_strategy;
public static void setupBusinessInfo(Context context, String str, String str2, String str3, String str4, String str5, String str6) {
sContext = context;
business_qua = str6;
business_uin = str;
business_guid = str2;
business_seed = str3;
business_o3did = str4;
business_q36 = str5;
}
}

View File

@ -0,0 +1,5 @@
package com.tencent.qimei.sdk;
public interface IAsyncQimeiListener {
void onQimeiDispatch(Qimei qimei);
}

View File

@ -0,0 +1,12 @@
package com.tencent.qimei.sdk;
public class Qimei {
public String getQimei16() {
return null;
}
public String getQimei36() {
return null;
}
}

View File

@ -0,0 +1,65 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAVChannelConfig implements Serializable {
ArrayList<GProBusinessNode> businessList;
long channelDataVersion;
long originatorTinyId;
long serialVersionUID;
GProGuildThemeInfo themeInfo;
ArrayList<GProGuildThemeInfo> themeList;
GProChannelToolBar toolBar;
public GProAVChannelConfig() {
this.serialVersionUID = 1L;
this.themeInfo = new GProGuildThemeInfo();
this.businessList = new ArrayList<>();
this.toolBar = new GProChannelToolBar();
this.themeList = new ArrayList<>();
}
public ArrayList<GProBusinessNode> getBusinessList() {
return this.businessList;
}
public long getChannelDataVersion() {
return this.channelDataVersion;
}
public long getOriginatorTinyId() {
return this.originatorTinyId;
}
public GProGuildThemeInfo getThemeInfo() {
return this.themeInfo;
}
public ArrayList<GProGuildThemeInfo> getThemeList() {
return this.themeList;
}
public GProChannelToolBar getToolBar() {
return this.toolBar;
}
public String toString() {
return "GProAVChannelConfig{themeInfo=" + this.themeInfo + ",businessList=" + this.businessList + ",originatorTinyId=" + this.originatorTinyId + ",toolBar=" + this.toolBar + ",themeList=" + this.themeList + ",channelDataVersion=" + this.channelDataVersion + ",}";
}
public GProAVChannelConfig(GProGuildThemeInfo gProGuildThemeInfo, ArrayList<GProBusinessNode> arrayList, long j2, GProChannelToolBar gProChannelToolBar, ArrayList<GProGuildThemeInfo> arrayList2, long j3) {
this.serialVersionUID = 1L;
this.themeInfo = new GProGuildThemeInfo();
this.businessList = new ArrayList<>();
this.toolBar = new GProChannelToolBar();
this.themeList = new ArrayList<>();
this.themeInfo = gProGuildThemeInfo;
this.businessList = arrayList;
this.originatorTinyId = j2;
this.toolBar = gProChannelToolBar;
this.themeList = arrayList2;
this.channelDataVersion = j3;
}
}

View File

@ -0,0 +1,86 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAVChannelExtInfo implements Serializable {
int allowOtherRaiseHand;
int channelMaxMember;
GProInviteSpeakCfg inviteSpeakCfg;
int noMemberMaxLimited;
long serialVersionUID;
GProVoiceQueueCfg voiceQueueCfg;
GProVoiceSpeakModeCfg voiceSpeakModeCfg;
public GProAVChannelExtInfo() {
this.serialVersionUID = 1L;
this.voiceSpeakModeCfg = new GProVoiceSpeakModeCfg();
this.voiceQueueCfg = new GProVoiceQueueCfg();
this.inviteSpeakCfg = new GProInviteSpeakCfg();
}
public int getAllowOtherRaiseHand() {
return this.allowOtherRaiseHand;
}
public int getChannelMaxMember() {
return this.channelMaxMember;
}
public GProInviteSpeakCfg getInviteSpeakCfg() {
return this.inviteSpeakCfg;
}
public int getNoMemberMaxLimited() {
return this.noMemberMaxLimited;
}
public GProVoiceQueueCfg getVoiceQueueCfg() {
return this.voiceQueueCfg;
}
public GProVoiceSpeakModeCfg getVoiceSpeakModeCfg() {
return this.voiceSpeakModeCfg;
}
public void setAllowOtherRaiseHand(int i2) {
this.allowOtherRaiseHand = i2;
}
public void setChannelMaxMember(int i2) {
this.channelMaxMember = i2;
}
public void setInviteSpeakCfg(GProInviteSpeakCfg gProInviteSpeakCfg) {
this.inviteSpeakCfg = gProInviteSpeakCfg;
}
public void setNoMemberMaxLimited(int i2) {
this.noMemberMaxLimited = i2;
}
public void setVoiceQueueCfg(GProVoiceQueueCfg gProVoiceQueueCfg) {
this.voiceQueueCfg = gProVoiceQueueCfg;
}
public void setVoiceSpeakModeCfg(GProVoiceSpeakModeCfg gProVoiceSpeakModeCfg) {
this.voiceSpeakModeCfg = gProVoiceSpeakModeCfg;
}
public String toString() {
return "GProAVChannelExtInfo{channelMaxMember=" + this.channelMaxMember + ",allowOtherRaiseHand=" + this.allowOtherRaiseHand + ",noMemberMaxLimited=" + this.noMemberMaxLimited + ",voiceSpeakModeCfg=" + this.voiceSpeakModeCfg + ",voiceQueueCfg=" + this.voiceQueueCfg + ",inviteSpeakCfg=" + this.inviteSpeakCfg + ",}";
}
public GProAVChannelExtInfo(int i2, int i3, int i4, GProVoiceSpeakModeCfg gProVoiceSpeakModeCfg, GProVoiceQueueCfg gProVoiceQueueCfg, GProInviteSpeakCfg gProInviteSpeakCfg) {
this.serialVersionUID = 1L;
this.voiceSpeakModeCfg = new GProVoiceSpeakModeCfg();
this.voiceQueueCfg = new GProVoiceQueueCfg();
this.inviteSpeakCfg = new GProInviteSpeakCfg();
this.channelMaxMember = i2;
this.allowOtherRaiseHand = i3;
this.noMemberMaxLimited = i4;
this.voiceSpeakModeCfg = gProVoiceSpeakModeCfg;
this.voiceQueueCfg = gProVoiceQueueCfg;
this.inviteSpeakCfg = gProInviteSpeakCfg;
}
}

View File

@ -0,0 +1,33 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAVCommonReqInfo {
long appId;
long channelId;
long guildId;
public GProAVCommonReqInfo() {
}
public long getAppId() {
return this.appId;
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public String toString() {
return "GProAVCommonReqInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",appId=" + this.appId + ",}";
}
public GProAVCommonReqInfo(long j2, long j3, long j4) {
this.guildId = j2;
this.channelId = j3;
this.appId = j4;
}
}

View File

@ -0,0 +1,36 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAVDevOptInfo implements Serializable {
int cameraOpt;
int micOpt;
int screenOpt;
long serialVersionUID = 1;
public GProAVDevOptInfo() {
}
public int getCameraOpt() {
return this.cameraOpt;
}
public int getMicOpt() {
return this.micOpt;
}
public int getScreenOpt() {
return this.screenOpt;
}
public String toString() {
return "GProAVDevOptInfo{micOpt=" + this.micOpt + ",cameraOpt=" + this.cameraOpt + ",screenOpt=" + this.screenOpt + ",}";
}
public GProAVDevOptInfo(int i2, int i3, int i4) {
this.micOpt = i2;
this.cameraOpt = i3;
this.screenOpt = i4;
}
}

View File

@ -0,0 +1,41 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAVMemberGroupListReq implements Serializable {
long channelId;
ArrayList<GProGroupClaim> groupTypes;
long guildId;
long serialVersionUID;
public GProAVMemberGroupListReq() {
this.serialVersionUID = 1L;
this.groupTypes = new ArrayList<>();
}
public long getChannelId() {
return this.channelId;
}
public ArrayList<GProGroupClaim> getGroupTypes() {
return this.groupTypes;
}
public long getGuildId() {
return this.guildId;
}
public String toString() {
return "GProAVMemberGroupListReq{guildId=" + this.guildId + ",channelId=" + this.channelId + ",groupTypes=" + this.groupTypes + ",}";
}
public GProAVMemberGroupListReq(long j2, long j3, ArrayList<GProGroupClaim> arrayList) {
this.serialVersionUID = 1L;
this.groupTypes = new ArrayList<>();
this.guildId = j2;
this.channelId = j3;
this.groupTypes = arrayList;
}
}

View File

@ -0,0 +1,42 @@
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;
}
}

View File

@ -0,0 +1,37 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAVReportReqInfo {
GProAVCommonReqInfo commonInfo;
long tinyId;
GProUserDevState userDevState;
public GProAVReportReqInfo() {
this.commonInfo = new GProAVCommonReqInfo();
this.userDevState = new GProUserDevState();
}
public GProAVCommonReqInfo getCommonInfo() {
return this.commonInfo;
}
public long getTinyId() {
return this.tinyId;
}
public GProUserDevState getUserDevState() {
return this.userDevState;
}
public String toString() {
return "GProAVReportReqInfo{commonInfo=" + this.commonInfo + ",tinyId=" + this.tinyId + ",userDevState=" + this.userDevState + ",}";
}
public GProAVReportReqInfo(GProAVCommonReqInfo gProAVCommonReqInfo, long j2, GProUserDevState gProUserDevState) {
this.commonInfo = new GProAVCommonReqInfo();
this.userDevState = new GProUserDevState();
this.commonInfo = gProAVCommonReqInfo;
this.tinyId = j2;
this.userDevState = gProUserDevState;
}
}

View File

@ -0,0 +1,37 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAVRoomAddUpInfo {
GProAVDevOptInfo avDevOpt;
int micVolume;
String roomId;
public GProAVRoomAddUpInfo() {
this.roomId = "";
this.avDevOpt = new GProAVDevOptInfo();
}
public GProAVDevOptInfo getAvDevOpt() {
return this.avDevOpt;
}
public int getMicVolume() {
return this.micVolume;
}
public String getRoomId() {
return this.roomId;
}
public String toString() {
return "GProAVRoomAddUpInfo{roomId=" + this.roomId + ",avDevOpt=" + this.avDevOpt + ",micVolume=" + this.micVolume + ",}";
}
public GProAVRoomAddUpInfo(String str, GProAVDevOptInfo gProAVDevOptInfo, int i2) {
this.roomId = "";
this.avDevOpt = new GProAVDevOptInfo();
this.roomId = str;
this.avDevOpt = gProAVDevOptInfo;
this.micVolume = i2;
}
}

View File

@ -0,0 +1,68 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAVRoomCtrlOptInfo implements Serializable {
GProAVDevOptInfo devOpt;
boolean isCurrentRoom;
int micVolume;
int numRoomId;
String privateMapKey;
String roomId;
int sdkAppId;
long serialVersionUID;
public GProAVRoomCtrlOptInfo() {
this.serialVersionUID = 1L;
this.roomId = "";
this.devOpt = new GProAVDevOptInfo();
this.privateMapKey = "";
}
public GProAVDevOptInfo getDevOpt() {
return this.devOpt;
}
public boolean getIsCurrentRoom() {
return this.isCurrentRoom;
}
public int getMicVolume() {
return this.micVolume;
}
public int getNumRoomId() {
return this.numRoomId;
}
public String getPrivateMapKey() {
return this.privateMapKey;
}
public String getRoomId() {
return this.roomId;
}
public int getSdkAppId() {
return this.sdkAppId;
}
public String toString() {
return "GProAVRoomCtrlOptInfo{roomId=" + this.roomId + ",numRoomId=" + this.numRoomId + ",devOpt=" + this.devOpt + ",micVolume=" + this.micVolume + ",isCurrentRoom=" + this.isCurrentRoom + ",sdkAppId=" + this.sdkAppId + ",privateMapKey=" + this.privateMapKey + ",}";
}
public GProAVRoomCtrlOptInfo(String str, int i2, GProAVDevOptInfo gProAVDevOptInfo, int i3, boolean z, int i4, String str2) {
this.serialVersionUID = 1L;
this.roomId = "";
this.devOpt = new GProAVDevOptInfo();
this.privateMapKey = "";
this.roomId = str;
this.numRoomId = i2;
this.devOpt = gProAVDevOptInfo;
this.micVolume = i3;
this.isCurrentRoom = z;
this.sdkAppId = i4;
this.privateMapKey = str2;
}
}

View File

@ -0,0 +1,65 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAVRoomOptPushInfo {
long channelId;
String delRoomId;
long guildId;
int optType;
GProAVRoomAddUpInfo roomAddUpInfo;
GProAVShowMsgInfo showInfo;
String switchRoomId;
public GProAVRoomOptPushInfo() {
this.showInfo = new GProAVShowMsgInfo();
this.roomAddUpInfo = new GProAVRoomAddUpInfo();
this.delRoomId = "";
this.switchRoomId = "";
}
public long getChannelId() {
return this.channelId;
}
public String getDelRoomId() {
return this.delRoomId;
}
public long getGuildId() {
return this.guildId;
}
public int getOptType() {
return this.optType;
}
public GProAVRoomAddUpInfo getRoomAddUpInfo() {
return this.roomAddUpInfo;
}
public GProAVShowMsgInfo getShowInfo() {
return this.showInfo;
}
public String getSwitchRoomId() {
return this.switchRoomId;
}
public String toString() {
return "GProAVRoomOptPushInfo{optType=" + this.optType + ",guildId=" + this.guildId + ",channelId=" + this.channelId + ",showInfo=" + this.showInfo + ",roomAddUpInfo=" + this.roomAddUpInfo + ",delRoomId=" + this.delRoomId + ",switchRoomId=" + this.switchRoomId + ",}";
}
public GProAVRoomOptPushInfo(int i2, long j2, long j3, GProAVShowMsgInfo gProAVShowMsgInfo, GProAVRoomAddUpInfo gProAVRoomAddUpInfo, String str, String str2) {
this.showInfo = new GProAVShowMsgInfo();
this.roomAddUpInfo = new GProAVRoomAddUpInfo();
this.delRoomId = "";
this.switchRoomId = "";
this.optType = i2;
this.guildId = j2;
this.channelId = j3;
this.showInfo = gProAVShowMsgInfo;
this.roomAddUpInfo = gProAVRoomAddUpInfo;
this.delRoomId = str;
this.switchRoomId = str2;
}
}

View File

@ -0,0 +1,49 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAVShowMsgInfo implements Serializable {
ArrayList<String> buttonMsgs;
long serialVersionUID;
String showMsg;
int showSeconds;
int showType;
public GProAVShowMsgInfo() {
this.serialVersionUID = 1L;
this.showMsg = "";
this.buttonMsgs = new ArrayList<>();
}
public ArrayList<String> getButtonMsgs() {
return this.buttonMsgs;
}
public String getShowMsg() {
return this.showMsg;
}
public int getShowSeconds() {
return this.showSeconds;
}
public int getShowType() {
return this.showType;
}
public String toString() {
return "GProAVShowMsgInfo{showType=" + this.showType + ",showMsg=" + this.showMsg + ",showSeconds=" + this.showSeconds + ",buttonMsgs=" + this.buttonMsgs + ",}";
}
public GProAVShowMsgInfo(int i2, String str, int i3, ArrayList<String> arrayList) {
this.serialVersionUID = 1L;
this.showMsg = "";
this.buttonMsgs = new ArrayList<>();
this.showType = i2;
this.showMsg = str;
this.showSeconds = i3;
this.buttonMsgs = arrayList;
}
}

View File

@ -0,0 +1,59 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAVUserStateChangeInfo {
long channelId;
long guildId;
/* renamed from: msg reason: collision with root package name */
String f305530msg;
GProAVShowMsgInfo showInfo;
long tinyId;
GProUserCtlInfo userCtlInfo;
public GProAVUserStateChangeInfo() {
this.userCtlInfo = new GProUserCtlInfo();
this.f305530msg = "";
this.showInfo = new GProAVShowMsgInfo();
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public String getMsg() {
return this.f305530msg;
}
public GProAVShowMsgInfo getShowInfo() {
return this.showInfo;
}
public long getTinyId() {
return this.tinyId;
}
public GProUserCtlInfo getUserCtlInfo() {
return this.userCtlInfo;
}
public String toString() {
return "GProAVUserStateChangeInfo{guildId=" + this.guildId + ",channelId=" + this.channelId + ",tinyId=" + this.tinyId + ",userCtlInfo=" + this.userCtlInfo + ",msg=" + this.f305530msg + ",showInfo=" + this.showInfo + ",}";
}
public GProAVUserStateChangeInfo(long j2, long j3, long j4, GProUserCtlInfo gProUserCtlInfo, String str, GProAVShowMsgInfo gProAVShowMsgInfo) {
this.userCtlInfo = new GProUserCtlInfo();
this.f305530msg = "";
this.showInfo = new GProAVShowMsgInfo();
this.guildId = j2;
this.channelId = j3;
this.tinyId = j4;
this.userCtlInfo = gProUserCtlInfo;
this.f305530msg = str;
this.showInfo = gProAVShowMsgInfo;
}
}

View File

@ -0,0 +1,27 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAccountCondition {
long clientId;
boolean isNeedAuth;
public GProAccountCondition() {
}
public long getClientId() {
return this.clientId;
}
public boolean getIsNeedAuth() {
return this.isNeedAuth;
}
public String toString() {
return "GProAccountCondition{clientId=" + this.clientId + ",isNeedAuth=" + this.isNeedAuth + ",}";
}
public GProAccountCondition(long j2, boolean z) {
this.clientId = j2;
this.isNeedAuth = z;
}
}

View File

@ -0,0 +1,33 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProActiveChannelInfo {
ArrayList<Long> channelIds;
String guildId;
public GProActiveChannelInfo() {
this.guildId = "";
this.channelIds = new ArrayList<>();
}
public ArrayList<Long> getChannelIds() {
return this.channelIds;
}
public String getGuildId() {
return this.guildId;
}
public String toString() {
return "GProActiveChannelInfo{guildId=" + this.guildId + ",channelIds=" + this.channelIds + ",}";
}
public GProActiveChannelInfo(String str, ArrayList<Long> arrayList) {
this.guildId = "";
this.channelIds = new ArrayList<>();
this.guildId = str;
this.channelIds = arrayList;
}
}

View File

@ -0,0 +1,67 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAdInfo {
int adId;
int adType;
String jumpUrl;
String picUrl;
String subTitle;
String tag;
String title;
public GProAdInfo() {
this.title = "";
this.subTitle = "";
this.tag = "";
this.picUrl = "";
this.jumpUrl = "";
}
public int getAdId() {
return this.adId;
}
public int getAdType() {
return this.adType;
}
public String getJumpUrl() {
return this.jumpUrl;
}
public String getPicUrl() {
return this.picUrl;
}
public String getSubTitle() {
return this.subTitle;
}
public String getTag() {
return this.tag;
}
public String getTitle() {
return this.title;
}
public String toString() {
return "GProAdInfo{title=" + this.title + ",subTitle=" + this.subTitle + ",tag=" + this.tag + ",picUrl=" + this.picUrl + ",jumpUrl=" + this.jumpUrl + ",adId=" + this.adId + ",adType=" + this.adType + ",}";
}
public GProAdInfo(String str, String str2, String str3, String str4, String str5, int i2, int i3) {
this.title = "";
this.subTitle = "";
this.tag = "";
this.picUrl = "";
this.jumpUrl = "";
this.title = str;
this.subTitle = str2;
this.tag = str3;
this.picUrl = str4;
this.jumpUrl = str5;
this.adId = i2;
this.adType = i3;
}
}

View File

@ -0,0 +1,37 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAdminAVReqInfo {
GProAVDevOptInfo avDevOptInfo;
GProAVCommonReqInfo commonInfo;
long tinyId;
public GProAdminAVReqInfo() {
this.commonInfo = new GProAVCommonReqInfo();
this.avDevOptInfo = new GProAVDevOptInfo();
}
public GProAVDevOptInfo getAvDevOptInfo() {
return this.avDevOptInfo;
}
public GProAVCommonReqInfo getCommonInfo() {
return this.commonInfo;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProAdminAVReqInfo{commonInfo=" + this.commonInfo + ",tinyId=" + this.tinyId + ",avDevOptInfo=" + this.avDevOptInfo + ",}";
}
public GProAdminAVReqInfo(GProAVCommonReqInfo gProAVCommonReqInfo, long j2, GProAVDevOptInfo gProAVDevOptInfo) {
this.commonInfo = new GProAVCommonReqInfo();
this.avDevOptInfo = new GProAVDevOptInfo();
this.commonInfo = gProAVCommonReqInfo;
this.tinyId = j2;
this.avDevOptInfo = gProAVDevOptInfo;
}
}

View File

@ -0,0 +1,51 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorEnterRoomReq {
String extData;
String machine;
Long openLiveType;
String programId;
Long roomId;
String source;
public GProAnchorEnterRoomReq() {
}
public String getExtData() {
return this.extData;
}
public String getMachine() {
return this.machine;
}
public Long getOpenLiveType() {
return this.openLiveType;
}
public String getProgramId() {
return this.programId;
}
public Long getRoomId() {
return this.roomId;
}
public String getSource() {
return this.source;
}
public String toString() {
return "GProAnchorEnterRoomReq{roomId=" + this.roomId + ",source=" + this.source + ",programId=" + this.programId + ",machine=" + this.machine + ",openLiveType=" + this.openLiveType + ",extData=" + this.extData + ",}";
}
public GProAnchorEnterRoomReq(Long l2, String str, String str2, String str3, Long l3, String str4) {
this.roomId = l2;
this.source = str;
this.programId = str2;
this.machine = str3;
this.openLiveType = l3;
this.extData = str4;
}
}

View File

@ -0,0 +1,49 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAnchorEnterRoomRsp {
ArrayList<GProAnchorTlv> exts;
GProAnchorMediaInfo media;
GProAnchorRoomInfo room;
GProAnchorTrtcInfo trtc;
GProAnchorUserInfo user;
public GProAnchorEnterRoomRsp() {
this.exts = new ArrayList<>();
}
public ArrayList<GProAnchorTlv> getExts() {
return this.exts;
}
public GProAnchorMediaInfo getMedia() {
return this.media;
}
public GProAnchorRoomInfo getRoom() {
return this.room;
}
public GProAnchorTrtcInfo getTrtc() {
return this.trtc;
}
public GProAnchorUserInfo getUser() {
return this.user;
}
public String toString() {
return "GProAnchorEnterRoomRsp{room=" + this.room + ",user=" + this.user + ",media=" + this.media + ",trtc=" + this.trtc + ",exts=" + this.exts + ",}";
}
public GProAnchorEnterRoomRsp(GProAnchorRoomInfo gProAnchorRoomInfo, GProAnchorUserInfo gProAnchorUserInfo, GProAnchorMediaInfo gProAnchorMediaInfo, GProAnchorTrtcInfo gProAnchorTrtcInfo, ArrayList<GProAnchorTlv> arrayList) {
this.exts = new ArrayList<>();
this.room = gProAnchorRoomInfo;
this.user = gProAnchorUserInfo;
this.media = gProAnchorMediaInfo;
this.trtc = gProAnchorTrtcInfo;
this.exts = arrayList;
}
}

View File

@ -0,0 +1,56 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAnchorInfo implements Serializable {
String anchorIcon;
String anchorName;
String avatarMeta;
long idVerifyTimestamp;
long serialVersionUID;
long tinyId;
public GProAnchorInfo() {
this.serialVersionUID = 1L;
this.anchorName = "";
this.anchorIcon = "";
this.avatarMeta = "";
}
public String getAnchorIcon() {
return this.anchorIcon;
}
public String getAnchorName() {
return this.anchorName;
}
public String getAvatarMeta() {
return this.avatarMeta;
}
public long getIdVerifyTimestamp() {
return this.idVerifyTimestamp;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProAnchorInfo{anchorName=" + this.anchorName + ",anchorIcon=" + this.anchorIcon + ",idVerifyTimestamp=" + this.idVerifyTimestamp + ",tinyId=" + this.tinyId + ",avatarMeta=" + this.avatarMeta + ",}";
}
public GProAnchorInfo(String str, String str2, long j2, long j3, String str3) {
this.serialVersionUID = 1L;
this.anchorName = "";
this.anchorIcon = "";
this.avatarMeta = "";
this.anchorName = str;
this.anchorIcon = str2;
this.idVerifyTimestamp = j2;
this.tinyId = j3;
this.avatarMeta = str3;
}
}

View File

@ -0,0 +1,45 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorMediaInfo {
String serverPart;
String sig;
String streamParam;
Long timeout;
Long type;
public GProAnchorMediaInfo() {
}
public String getServerPart() {
return this.serverPart;
}
public String getSig() {
return this.sig;
}
public String getStreamParam() {
return this.streamParam;
}
public Long getTimeout() {
return this.timeout;
}
public Long getType() {
return this.type;
}
public String toString() {
return "GProAnchorMediaInfo{sig=" + this.sig + ",timeout=" + this.timeout + ",type=" + this.type + ",serverPart=" + this.serverPart + ",streamParam=" + this.streamParam + ",}";
}
public GProAnchorMediaInfo(String str, Long l2, Long l3, String str2, String str3) {
this.sig = str;
this.timeout = l2;
this.type = l3;
this.serverPart = str2;
this.streamParam = str3;
}
}

View File

@ -0,0 +1,27 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorPrepareReq {
String machine;
Integer roomType;
public GProAnchorPrepareReq() {
}
public String getMachine() {
return this.machine;
}
public Integer getRoomType() {
return this.roomType;
}
public String toString() {
return "GProAnchorPrepareReq{roomType=" + this.roomType + ",machine=" + this.machine + ",}";
}
public GProAnchorPrepareReq(Integer num, String str) {
this.roomType = num;
this.machine = str;
}
}

View File

@ -0,0 +1,39 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorPrepareRsp {
String defaultRoomName;
GProAnchorRoomInfo info;
Integer logoNum;
Integer uploadCodecType;
public GProAnchorPrepareRsp() {
}
public String getDefaultRoomName() {
return this.defaultRoomName;
}
public GProAnchorRoomInfo getInfo() {
return this.info;
}
public Integer getLogoNum() {
return this.logoNum;
}
public Integer getUploadCodecType() {
return this.uploadCodecType;
}
public String toString() {
return "GProAnchorPrepareRsp{info=" + this.info + ",defaultRoomName=" + this.defaultRoomName + ",logoNum=" + this.logoNum + ",uploadCodecType=" + this.uploadCodecType + ",}";
}
public GProAnchorPrepareRsp(GProAnchorRoomInfo gProAnchorRoomInfo, String str, Integer num, Integer num2) {
this.info = gProAnchorRoomInfo;
this.defaultRoomName = str;
this.logoNum = num;
this.uploadCodecType = num2;
}
}

View File

@ -0,0 +1,115 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAnchorRoomInfo {
ArrayList<GProAnchorRoomNoticeItem> beginRoomNoticeTime;
Integer continueLiveStatus;
String coverUrl169;
String coverUrl34;
Integer giftFlag;
Integer goodsNum;
String goodsUrl;
Integer id;
String logo;
String name;
String programId;
Integer roomGameType;
String roomPrepareNotify;
String systemNotice;
GProLiveRoomRichTitle tags;
Boolean todayHasRoomNotice;
public GProAnchorRoomInfo() {
this.beginRoomNoticeTime = new ArrayList<>();
}
public ArrayList<GProAnchorRoomNoticeItem> getBeginRoomNoticeTime() {
return this.beginRoomNoticeTime;
}
public Integer getContinueLiveStatus() {
return this.continueLiveStatus;
}
public String getCoverUrl169() {
return this.coverUrl169;
}
public String getCoverUrl34() {
return this.coverUrl34;
}
public Integer getGiftFlag() {
return this.giftFlag;
}
public Integer getGoodsNum() {
return this.goodsNum;
}
public String getGoodsUrl() {
return this.goodsUrl;
}
public Integer getId() {
return this.id;
}
public String getLogo() {
return this.logo;
}
public String getName() {
return this.name;
}
public String getProgramId() {
return this.programId;
}
public Integer getRoomGameType() {
return this.roomGameType;
}
public String getRoomPrepareNotify() {
return this.roomPrepareNotify;
}
public String getSystemNotice() {
return this.systemNotice;
}
public GProLiveRoomRichTitle getTags() {
return this.tags;
}
public Boolean getTodayHasRoomNotice() {
return this.todayHasRoomNotice;
}
public String toString() {
return "GProAnchorRoomInfo{id=" + this.id + ",name=" + this.name + ",logo=" + this.logo + ",programId=" + this.programId + ",giftFlag=" + this.giftFlag + ",goodsUrl=" + this.goodsUrl + ",goodsNum=" + this.goodsNum + ",tags=" + this.tags + ",coverUrl169=" + this.coverUrl169 + ",coverUrl34=" + this.coverUrl34 + ",roomPrepareNotify=" + this.roomPrepareNotify + ",roomGameType=" + this.roomGameType + ",systemNotice=" + this.systemNotice + ",continueLiveStatus=" + this.continueLiveStatus + ",beginRoomNoticeTime=" + this.beginRoomNoticeTime + ",todayHasRoomNotice=" + this.todayHasRoomNotice + ",}";
}
public GProAnchorRoomInfo(Integer num, String str, String str2, String str3, Integer num2, String str4, Integer num3, GProLiveRoomRichTitle gProLiveRoomRichTitle, String str5, String str6, String str7, Integer num4, String str8, Integer num5, ArrayList<GProAnchorRoomNoticeItem> arrayList, Boolean bool) {
this.beginRoomNoticeTime = new ArrayList<>();
this.id = num;
this.name = str;
this.logo = str2;
this.programId = str3;
this.giftFlag = num2;
this.goodsUrl = str4;
this.goodsNum = num3;
this.tags = gProLiveRoomRichTitle;
this.coverUrl169 = str5;
this.coverUrl34 = str6;
this.roomPrepareNotify = str7;
this.roomGameType = num4;
this.systemNotice = str8;
this.continueLiveStatus = num5;
this.beginRoomNoticeTime = arrayList;
this.todayHasRoomNotice = bool;
}
}

View File

@ -0,0 +1,103 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAnchorRoomNoticeItem {
Long anchorUid;
String ext;
String programId;
ArrayList<GProAnchorRoomTag> romTags;
String roomLogo11;
Long roomLogo11Time;
String roomLogo169;
Long roomLogo169Time;
String roomLogo34;
Long roomLogo34Time;
Long roomPlayEndTime;
Long roomPlayStartTime3;
String roomPrompt;
String roomTitle;
public GProAnchorRoomNoticeItem() {
this.romTags = new ArrayList<>();
}
public Long getAnchorUid() {
return this.anchorUid;
}
public String getExt() {
return this.ext;
}
public String getProgramId() {
return this.programId;
}
public ArrayList<GProAnchorRoomTag> getRomTags() {
return this.romTags;
}
public String getRoomLogo11() {
return this.roomLogo11;
}
public Long getRoomLogo11Time() {
return this.roomLogo11Time;
}
public String getRoomLogo169() {
return this.roomLogo169;
}
public Long getRoomLogo169Time() {
return this.roomLogo169Time;
}
public String getRoomLogo34() {
return this.roomLogo34;
}
public Long getRoomLogo34Time() {
return this.roomLogo34Time;
}
public Long getRoomPlayEndTime() {
return this.roomPlayEndTime;
}
public Long getRoomPlayStartTime3() {
return this.roomPlayStartTime3;
}
public String getRoomPrompt() {
return this.roomPrompt;
}
public String getRoomTitle() {
return this.roomTitle;
}
public String toString() {
return "GProAnchorRoomNoticeItem{programId=" + this.programId + ",anchorUid=" + this.anchorUid + ",roomPlayStartTime3=" + this.roomPlayStartTime3 + ",roomPlayEndTime=" + this.roomPlayEndTime + ",roomTitle=" + this.roomTitle + ",roomLogo11=" + this.roomLogo11 + ",roomLogo169=" + this.roomLogo169 + ",roomLogo34=" + this.roomLogo34 + ",roomLogo11Time=" + this.roomLogo11Time + ",roomLogo169Time=" + this.roomLogo169Time + ",roomLogo34Time=" + this.roomLogo34Time + ",romTags=" + this.romTags + ",roomPrompt=" + this.roomPrompt + ",ext=" + this.ext + ",}";
}
public GProAnchorRoomNoticeItem(String str, Long l2, Long l3, Long l4, String str2, String str3, String str4, String str5, Long l5, Long l6, Long l7, ArrayList<GProAnchorRoomTag> arrayList, String str6, String str7) {
this.romTags = new ArrayList<>();
this.programId = str;
this.anchorUid = l2;
this.roomPlayStartTime3 = l3;
this.roomPlayEndTime = l4;
this.roomTitle = str2;
this.roomLogo11 = str3;
this.roomLogo169 = str4;
this.roomLogo34 = str5;
this.roomLogo11Time = l5;
this.roomLogo169Time = l6;
this.roomLogo34Time = l7;
this.romTags = arrayList;
this.roomPrompt = str6;
this.ext = str7;
}
}

View File

@ -0,0 +1,35 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorRoomTag {
String text;
Integer type;
String url;
public GProAnchorRoomTag() {
}
public String getText() {
return this.text;
}
public Integer getType() {
return this.type;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "GProAnchorRoomTag{type=" + this.type + ",text=" + this.text + ",url = " + this.url + ",}";
}
public GProAnchorRoomTag(Integer num, String str, String str2) {
this.type = num;
this.text = str;
this.url = str2;
}
}

View File

@ -0,0 +1,55 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAnchorSetRoomInfoReq {
ArrayList<GProAnchorTlv> attrs;
String machine;
String programId;
Long roomId;
String source;
GProLiveRoomRichTitle tags;
public GProAnchorSetRoomInfoReq() {
this.attrs = new ArrayList<>();
}
public ArrayList<GProAnchorTlv> getAttrs() {
return this.attrs;
}
public String getMachine() {
return this.machine;
}
public String getProgramId() {
return this.programId;
}
public Long getRoomId() {
return this.roomId;
}
public String getSource() {
return this.source;
}
public GProLiveRoomRichTitle getTags() {
return this.tags;
}
public String toString() {
return "GProAnchorSetRoomInfoReq{roomId=" + this.roomId + ",attrs=" + this.attrs + ",programId=" + this.programId + ",tags=" + this.tags + ",source=" + this.source + ",machine=" + this.machine + ",}";
}
public GProAnchorSetRoomInfoReq(Long l2, ArrayList<GProAnchorTlv> arrayList, String str, GProLiveRoomRichTitle gProLiveRoomRichTitle, String str2, String str3) {
this.attrs = new ArrayList<>();
this.roomId = l2;
this.attrs = arrayList;
this.programId = str;
this.tags = gProLiveRoomRichTitle;
this.source = str2;
this.machine = str3;
}
}

View File

@ -0,0 +1,33 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorTlv {
String str;
Integer tid;
Long value;
public GProAnchorTlv() {
}
public String getStr() {
return this.str;
}
public Integer getTid() {
return this.tid;
}
public Long getValue() {
return this.value;
}
public String toString() {
return "GProAnchorTlv{tid=" + this.tid + ",value=" + this.value + ",str=" + this.str + ",}";
}
public GProAnchorTlv(Integer num, Long l2, String str) {
this.tid = num;
this.value = l2;
this.str = str;
}
}

View File

@ -0,0 +1,45 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAnchorTrtcInfo {
String businessInfo;
String sig;
GProStreamIDInfo streamInfo;
Long timeout;
String trtcStr;
public GProAnchorTrtcInfo() {
}
public String getBusinessInfo() {
return this.businessInfo;
}
public String getSig() {
return this.sig;
}
public GProStreamIDInfo getStreamInfo() {
return this.streamInfo;
}
public Long getTimeout() {
return this.timeout;
}
public String getTrtcStr() {
return this.trtcStr;
}
public String toString() {
return "GProAnchorTrtcInfo{sig=" + this.sig + ",timeout=" + this.timeout + ",streamInfo=" + this.streamInfo + ",businessInfo=" + this.businessInfo + ",trtcStr=" + this.trtcStr + ",}";
}
public GProAnchorTrtcInfo(String str, Long l2, GProStreamIDInfo gProStreamIDInfo, String str2, String str3) {
this.sig = str;
this.timeout = l2;
this.streamInfo = gProStreamIDInfo;
this.businessInfo = str2;
this.trtcStr = str3;
}
}

View File

@ -0,0 +1,57 @@
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;
}
}

View File

@ -0,0 +1,93 @@
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;
}
}

View File

@ -0,0 +1,61 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAppInfo {
String appDescription;
long appId;
String appName;
int appQyyFlag;
String iconUrl;
ArrayList<String> preViewList;
public GProAppInfo() {
this.iconUrl = "";
this.appName = "";
this.appDescription = "";
this.preViewList = new ArrayList<>();
}
public String getAppDescription() {
return this.appDescription;
}
public long getAppId() {
return this.appId;
}
public String getAppName() {
return this.appName;
}
public int getAppQyyFlag() {
return this.appQyyFlag;
}
public String getIconUrl() {
return this.iconUrl;
}
public ArrayList<String> getPreViewList() {
return this.preViewList;
}
public String toString() {
return "GProAppInfo{appId=" + this.appId + ",iconUrl=" + this.iconUrl + ",appName=" + this.appName + ",appDescription=" + this.appDescription + ",preViewList=" + this.preViewList + ",appQyyFlag=" + this.appQyyFlag + ",}";
}
public GProAppInfo(long j2, String str, String str2, String str3, ArrayList<String> arrayList, int i2) {
this.iconUrl = "";
this.appName = "";
this.appDescription = "";
this.preViewList = new ArrayList<>();
this.appId = j2;
this.iconUrl = str;
this.appName = str2;
this.appDescription = str3;
this.preViewList = arrayList;
this.appQyyFlag = i2;
}
}

View File

@ -0,0 +1,76 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProApplicationChannelInfo implements Serializable {
String appChannelIcon;
String appChannelId;
int appChannelJumpType;
String appChannelJumpUrl;
String appJumpSecret;
int appQyyFlag;
long applicationId;
int externalUrlRequestStatus;
long serialVersionUID;
public GProApplicationChannelInfo() {
this.serialVersionUID = 1L;
this.appChannelId = "";
this.appJumpSecret = "";
this.appChannelIcon = "";
this.appChannelJumpUrl = "";
}
public String getAppChannelIcon() {
return this.appChannelIcon;
}
public String getAppChannelId() {
return this.appChannelId;
}
public int getAppChannelJumpType() {
return this.appChannelJumpType;
}
public String getAppChannelJumpUrl() {
return this.appChannelJumpUrl;
}
public String getAppJumpSecret() {
return this.appJumpSecret;
}
public int getAppQyyFlag() {
return this.appQyyFlag;
}
public long getApplicationId() {
return this.applicationId;
}
public int getExternalUrlRequestStatus() {
return this.externalUrlRequestStatus;
}
public String toString() {
return "GProApplicationChannelInfo{applicationId=" + this.applicationId + ",appChannelId=" + this.appChannelId + ",appJumpSecret=" + this.appJumpSecret + ",appQyyFlag=" + this.appQyyFlag + ",appChannelIcon=" + this.appChannelIcon + ",appChannelJumpType=" + this.appChannelJumpType + ",appChannelJumpUrl=" + this.appChannelJumpUrl + ",externalUrlRequestStatus=" + this.externalUrlRequestStatus + ",}";
}
public GProApplicationChannelInfo(long j2, String str, String str2, int i2, String str3, int i3, String str4, int i4) {
this.serialVersionUID = 1L;
this.appChannelId = "";
this.appJumpSecret = "";
this.appChannelIcon = "";
this.appChannelJumpUrl = "";
this.applicationId = j2;
this.appChannelId = str;
this.appJumpSecret = str2;
this.appQyyFlag = i2;
this.appChannelIcon = str3;
this.appChannelJumpType = i3;
this.appChannelJumpUrl = str4;
this.externalUrlRequestStatus = i4;
}
}

View File

@ -0,0 +1,45 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProArchiveArkData {
GProArkArg arkArgs;
int clientId;
String icon;
String name;
public GProArchiveArkData() {
this.name = "";
this.icon = "";
this.arkArgs = new GProArkArg();
}
public GProArkArg getArkArgs() {
return this.arkArgs;
}
public int getClientId() {
return this.clientId;
}
public String getIcon() {
return this.icon;
}
public String getName() {
return this.name;
}
public String toString() {
return "GProArchiveArkData{clientId=" + this.clientId + ",name=" + this.name + ",icon=" + this.icon + ",arkArgs=" + this.arkArgs + ",}";
}
public GProArchiveArkData(int i2, String str, String str2, GProArkArg gProArkArg) {
this.name = "";
this.icon = "";
this.arkArgs = new GProArkArg();
this.clientId = i2;
this.name = str;
this.icon = str2;
this.arkArgs = gProArkArg;
}
}

View File

@ -0,0 +1,127 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProArchiveTemplate2 {
String desc1;
String desc2;
String desc3;
String desc4;
String desc5;
String desc6;
String desc7;
String title1;
String title2;
String title3;
String title4;
String title5;
String title6;
String title7;
public GProArchiveTemplate2() {
this.title1 = "";
this.desc1 = "";
this.title2 = "";
this.desc2 = "";
this.title3 = "";
this.desc3 = "";
this.title4 = "";
this.desc4 = "";
this.title5 = "";
this.desc5 = "";
this.title6 = "";
this.desc6 = "";
this.title7 = "";
this.desc7 = "";
}
public String getDesc1() {
return this.desc1;
}
public String getDesc2() {
return this.desc2;
}
public String getDesc3() {
return this.desc3;
}
public String getDesc4() {
return this.desc4;
}
public String getDesc5() {
return this.desc5;
}
public String getDesc6() {
return this.desc6;
}
public String getDesc7() {
return this.desc7;
}
public String getTitle1() {
return this.title1;
}
public String getTitle2() {
return this.title2;
}
public String getTitle3() {
return this.title3;
}
public String getTitle4() {
return this.title4;
}
public String getTitle5() {
return this.title5;
}
public String getTitle6() {
return this.title6;
}
public String getTitle7() {
return this.title7;
}
public String toString() {
return "GProArchiveTemplate2{title1=" + this.title1 + ",desc1=" + this.desc1 + ",title2=" + this.title2 + ",desc2=" + this.desc2 + ",title3=" + this.title3 + ",desc3=" + this.desc3 + ",title4=" + this.title4 + ",desc4=" + this.desc4 + ",title5=" + this.title5 + ",desc5=" + this.desc5 + ",title6=" + this.title6 + ",desc6=" + this.desc6 + ",title7=" + this.title7 + ",desc7=" + this.desc7 + ",}";
}
public GProArchiveTemplate2(String str, String str2, String str3, String str4, String str5, String str6, String str7, String str8, String str9, String str10, String str11, String str12, String str13, String str14) {
this.title1 = "";
this.desc1 = "";
this.title2 = "";
this.desc2 = "";
this.title3 = "";
this.desc3 = "";
this.title4 = "";
this.desc4 = "";
this.title5 = "";
this.desc5 = "";
this.title6 = "";
this.desc6 = "";
this.title7 = "";
this.desc7 = "";
this.title1 = str;
this.desc1 = str2;
this.title2 = str3;
this.desc2 = str4;
this.title3 = str5;
this.desc3 = str6;
this.title4 = str7;
this.desc4 = str8;
this.title5 = str9;
this.desc5 = str10;
this.title6 = str11;
this.desc6 = str12;
this.title7 = str13;
this.desc7 = str14;
}
}

View File

@ -0,0 +1,31 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProArea {
String areaId;
String desc;
public GProArea() {
this.areaId = "";
this.desc = "";
}
public String getAreaId() {
return this.areaId;
}
public String getDesc() {
return this.desc;
}
public String toString() {
return "GProArea{areaId=" + this.areaId + ",desc=" + this.desc + ",}";
}
public GProArea(String str, String str2) {
this.areaId = "";
this.desc = "";
this.areaId = str;
this.desc = str2;
}
}

View File

@ -0,0 +1,29 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAreaLevel {
String desc;
int level;
public GProAreaLevel() {
this.desc = "";
}
public String getDesc() {
return this.desc;
}
public int getLevel() {
return this.level;
}
public String toString() {
return "GProAreaLevel{level=" + this.level + ",desc=" + this.desc + ",}";
}
public GProAreaLevel(int i2, String str) {
this.desc = "";
this.level = i2;
this.desc = str;
}
}

View File

@ -0,0 +1,45 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProAreaList {
ArrayList<GProArea> areas;
byte[] cookie;
boolean isEnd;
int level;
public GProAreaList() {
this.areas = new ArrayList<>();
this.cookie = new byte[0];
}
public ArrayList<GProArea> getAreas() {
return this.areas;
}
public byte[] getCookie() {
return this.cookie;
}
public boolean getIsEnd() {
return this.isEnd;
}
public int getLevel() {
return this.level;
}
public String toString() {
return "GProAreaList{level=" + this.level + ",areas=" + this.areas + ",cookie=" + this.cookie + ",isEnd=" + this.isEnd + ",}";
}
public GProAreaList(int i2, ArrayList<GProArea> arrayList, byte[] bArr, boolean z) {
this.areas = new ArrayList<>();
this.cookie = new byte[0];
this.level = i2;
this.areas = arrayList;
this.cookie = bArr;
this.isEnd = z;
}
}

View File

@ -0,0 +1,71 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProArkArg {
String app;
String config;
String desc;
String meta;
String prompt;
String ver;
String view;
public GProArkArg() {
this.app = "";
this.view = "";
this.ver = "";
this.desc = "";
this.prompt = "";
this.meta = "";
this.config = "";
}
public String getApp() {
return this.app;
}
public String getConfig() {
return this.config;
}
public String getDesc() {
return this.desc;
}
public String getMeta() {
return this.meta;
}
public String getPrompt() {
return this.prompt;
}
public String getVer() {
return this.ver;
}
public String getView() {
return this.view;
}
public String toString() {
return "GProArkArg{app=" + this.app + ",view=" + this.view + ",ver=" + this.ver + ",desc=" + this.desc + ",prompt=" + this.prompt + ",meta=" + this.meta + ",config=" + this.config + ",}";
}
public GProArkArg(String str, String str2, String str3, String str4, String str5, String str6, String str7) {
this.app = "";
this.view = "";
this.ver = "";
this.desc = "";
this.prompt = "";
this.meta = "";
this.config = "";
this.app = str;
this.view = str2;
this.ver = str3;
this.desc = str4;
this.prompt = str5;
this.meta = str6;
this.config = str7;
}
}

View File

@ -0,0 +1,31 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAssociativeWords {
GProRecallInfo recallInfo;
String term;
public GProAssociativeWords() {
this.term = "";
this.recallInfo = new GProRecallInfo();
}
public GProRecallInfo getRecallInfo() {
return this.recallInfo;
}
public String getTerm() {
return this.term;
}
public String toString() {
return "GProAssociativeWords{term=" + this.term + ",recallInfo=" + this.recallInfo + ",}";
}
public GProAssociativeWords(String str, GProRecallInfo gProRecallInfo) {
this.term = "";
this.recallInfo = new GProRecallInfo();
this.term = str;
this.recallInfo = gProRecallInfo;
}
}

View File

@ -0,0 +1,57 @@
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;
}
}

View File

@ -0,0 +1,42 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAudienceInfo implements Serializable {
String avatarMeta;
String icon;
long serialVersionUID;
long uin;
public GProAudienceInfo() {
this.serialVersionUID = 1L;
this.icon = "";
this.avatarMeta = "";
}
public String getAvatarMeta() {
return this.avatarMeta;
}
public String getIcon() {
return this.icon;
}
public long getUin() {
return this.uin;
}
public String toString() {
return "GProAudienceInfo{uin=" + this.uin + ",icon=" + this.icon + ",avatarMeta=" + this.avatarMeta + ",}";
}
public GProAudienceInfo(long j2, String str, String str2) {
this.serialVersionUID = 1L;
this.icon = "";
this.avatarMeta = "";
this.uin = j2;
this.icon = str;
this.avatarMeta = str2;
}
}

View File

@ -0,0 +1,67 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAudioBotStatusInfo {
long botId;
long botTrtcId;
long botUin;
long channelId;
int detailType;
String detailUrl;
String statusText;
int statusType;
public GProAudioBotStatusInfo() {
this.statusText = "";
this.detailUrl = "";
}
public long getBotId() {
return this.botId;
}
public long getBotTrtcId() {
return this.botTrtcId;
}
public long getBotUin() {
return this.botUin;
}
public long getChannelId() {
return this.channelId;
}
public int getDetailType() {
return this.detailType;
}
public String getDetailUrl() {
return this.detailUrl;
}
public String getStatusText() {
return this.statusText;
}
public int getStatusType() {
return this.statusType;
}
public String toString() {
return "GProAudioBotStatusInfo{channelId=" + this.channelId + ",botId=" + this.botId + ",botUin=" + this.botUin + ",statusType=" + this.statusType + ",statusText=" + this.statusText + ",detailUrl=" + this.detailUrl + ",detailType=" + this.detailType + ",botTrtcId=" + this.botTrtcId + ",}";
}
public GProAudioBotStatusInfo(long j2, long j3, long j4, int i2, String str, String str2, int i3, long j5) {
this.statusText = "";
this.detailUrl = "";
this.channelId = j2;
this.botId = j3;
this.botUin = j4;
this.statusType = i2;
this.statusText = str;
this.detailUrl = str2;
this.detailType = i3;
this.botTrtcId = j5;
}
}

View File

@ -0,0 +1,57 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAudioLiveUserListReq {
long channelId;
long guildId;
boolean needChannelState;
int numIndex;
int onceGetNum;
boolean onlyHandUpList;
boolean onlySpeakOrderList;
public GProAudioLiveUserListReq() {
}
public long getChannelId() {
return this.channelId;
}
public long getGuildId() {
return this.guildId;
}
public boolean getNeedChannelState() {
return this.needChannelState;
}
public int getNumIndex() {
return this.numIndex;
}
public int getOnceGetNum() {
return this.onceGetNum;
}
public boolean getOnlyHandUpList() {
return this.onlyHandUpList;
}
public boolean getOnlySpeakOrderList() {
return this.onlySpeakOrderList;
}
public String toString() {
return "GProAudioLiveUserListReq{guildId=" + this.guildId + ",channelId=" + this.channelId + ",onceGetNum=" + this.onceGetNum + ",needChannelState=" + this.needChannelState + ",onlyHandUpList=" + this.onlyHandUpList + ",onlySpeakOrderList=" + this.onlySpeakOrderList + ",numIndex=" + this.numIndex + ",}";
}
public GProAudioLiveUserListReq(long j2, long j3, int i2, boolean z, boolean z2, boolean z3, int i3) {
this.guildId = j2;
this.channelId = j3;
this.onceGetNum = i2;
this.needChannelState = z;
this.onlyHandUpList = z2;
this.onlySpeakOrderList = z3;
this.numIndex = i3;
}
}

View File

@ -0,0 +1,64 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAudioLiveUserListRsp implements Serializable {
GProChannelMemberInfos channelMemberInfo;
GProChannelUserNum channelUserNum;
GProChannelMemberInfos handUpMemberInfo;
boolean isEndPage;
long nextReadInterval;
long serialVersionUID;
GProChannelMemberInfos speakOrderMemberInfo;
public GProAudioLiveUserListRsp() {
this.serialVersionUID = 1L;
this.channelMemberInfo = new GProChannelMemberInfos();
this.handUpMemberInfo = new GProChannelMemberInfos();
this.speakOrderMemberInfo = new GProChannelMemberInfos();
this.channelUserNum = new GProChannelUserNum();
}
public GProChannelMemberInfos getChannelMemberInfo() {
return this.channelMemberInfo;
}
public GProChannelUserNum getChannelUserNum() {
return this.channelUserNum;
}
public GProChannelMemberInfos getHandUpMemberInfo() {
return this.handUpMemberInfo;
}
public boolean getIsEndPage() {
return this.isEndPage;
}
public long getNextReadInterval() {
return this.nextReadInterval;
}
public GProChannelMemberInfos getSpeakOrderMemberInfo() {
return this.speakOrderMemberInfo;
}
public String toString() {
return "GProAudioLiveUserListRsp{channelMemberInfo=" + this.channelMemberInfo + ",handUpMemberInfo=" + this.handUpMemberInfo + ",nextReadInterval=" + this.nextReadInterval + ",isEndPage=" + this.isEndPage + ",speakOrderMemberInfo=" + this.speakOrderMemberInfo + ",channelUserNum=" + this.channelUserNum + ",}";
}
public GProAudioLiveUserListRsp(GProChannelMemberInfos gProChannelMemberInfos, GProChannelMemberInfos gProChannelMemberInfos2, long j2, boolean z, GProChannelMemberInfos gProChannelMemberInfos3, GProChannelUserNum gProChannelUserNum) {
this.serialVersionUID = 1L;
this.channelMemberInfo = new GProChannelMemberInfos();
this.handUpMemberInfo = new GProChannelMemberInfos();
this.speakOrderMemberInfo = new GProChannelMemberInfos();
this.channelUserNum = new GProChannelUserNum();
this.channelMemberInfo = gProChannelMemberInfos;
this.handUpMemberInfo = gProChannelMemberInfos2;
this.nextReadInterval = j2;
this.isEndPage = z;
this.speakOrderMemberInfo = gProChannelMemberInfos3;
this.channelUserNum = gProChannelUserNum;
}
}

View File

@ -0,0 +1,30 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProAuthControlStatus implements Serializable {
int authControlKey;
int authControlValue;
long serialVersionUID = 1;
public GProAuthControlStatus() {
}
public int getAuthControlKey() {
return this.authControlKey;
}
public int getAuthControlValue() {
return this.authControlValue;
}
public String toString() {
return "GProAuthControlStatus{authControlKey=" + this.authControlKey + ",authControlValue=" + this.authControlValue + ",}";
}
public GProAuthControlStatus(int i2, int i3) {
this.authControlKey = i2;
this.authControlValue = i3;
}
}

View File

@ -0,0 +1,27 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAuthControlSwitchInfo {
int Permission;
int authControlSwitchType;
public GProAuthControlSwitchInfo() {
}
public int getAuthControlSwitchType() {
return this.authControlSwitchType;
}
public int getPermission() {
return this.Permission;
}
public String toString() {
return "GProAuthControlSwitchInfo{authControlSwitchType=" + this.authControlSwitchType + ",Permission=" + this.Permission + ",}";
}
public GProAuthControlSwitchInfo(int i2, int i3) {
this.authControlSwitchType = i2;
this.Permission = i3;
}
}

View File

@ -0,0 +1,111 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProAvInfo {
Integer avType;
Integer bitrate;
String extInfo;
GProOpenSdkUrl flv;
GProOpenSdkUrl hls;
Integer mode;
Integer pixelsX;
Integer pixelsY;
GProOpenSdkUrl rtmp;
String sig;
GProStreamIDInfo streamIdInfo;
GProDesignatedStreamInfo streamInfo;
Integer time;
GProTimeShiftInfo timeShiftInfo;
GProTrtcInfo trtcInfo;
Integer videoStatus;
public GProAvInfo() {
}
public Integer getAvType() {
return this.avType;
}
public Integer getBitrate() {
return this.bitrate;
}
public String getExtInfo() {
return this.extInfo;
}
public GProOpenSdkUrl getFlv() {
return this.flv;
}
public GProOpenSdkUrl getHls() {
return this.hls;
}
public Integer getMode() {
return this.mode;
}
public Integer getPixelsX() {
return this.pixelsX;
}
public Integer getPixelsY() {
return this.pixelsY;
}
public GProOpenSdkUrl getRtmp() {
return this.rtmp;
}
public String getSig() {
return this.sig;
}
public GProStreamIDInfo getStreamIdInfo() {
return this.streamIdInfo;
}
public GProDesignatedStreamInfo getStreamInfo() {
return this.streamInfo;
}
public Integer getTime() {
return this.time;
}
public GProTimeShiftInfo getTimeShiftInfo() {
return this.timeShiftInfo;
}
public GProTrtcInfo getTrtcInfo() {
return this.trtcInfo;
}
public Integer getVideoStatus() {
return this.videoStatus;
}
public String toString() {
return "GProAvInfo{videoStatus=" + this.videoStatus + ",mode=" + this.mode + ",sig=" + this.sig + ",time=" + this.time + ",extInfo=" + this.extInfo + ",rtmp=" + this.rtmp + ",hls=" + this.hls + ",flv=" + this.flv + ",streamInfo=" + this.streamInfo + ",avType=" + this.avType + ",bitrate=" + this.bitrate + ",pixelsX=" + this.pixelsX + ",pixelsY=" + this.pixelsY + ",trtcInfo=" + this.trtcInfo + ",streamIdInfo=" + this.streamIdInfo + ",timeShiftInfo=" + this.timeShiftInfo + ",}";
}
public GProAvInfo(Integer num, Integer num2, String str, Integer num3, String str2, GProOpenSdkUrl gProOpenSdkUrl, GProOpenSdkUrl gProOpenSdkUrl2, GProOpenSdkUrl gProOpenSdkUrl3, GProDesignatedStreamInfo gProDesignatedStreamInfo, Integer num4, Integer num5, Integer num6, Integer num7, GProTrtcInfo gProTrtcInfo, GProStreamIDInfo gProStreamIDInfo, GProTimeShiftInfo gProTimeShiftInfo) {
this.videoStatus = num;
this.mode = num2;
this.sig = str;
this.time = num3;
this.extInfo = str2;
this.rtmp = gProOpenSdkUrl;
this.hls = gProOpenSdkUrl2;
this.flv = gProOpenSdkUrl3;
this.streamInfo = gProDesignatedStreamInfo;
this.avType = num4;
this.bitrate = num5;
this.pixelsX = num6;
this.pixelsY = num7;
this.trtcInfo = gProTrtcInfo;
this.streamIdInfo = gProStreamIDInfo;
this.timeShiftInfo = gProTimeShiftInfo;
}
}

View File

@ -0,0 +1,37 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBannerBlockList implements Serializable {
String blockName;
ArrayList<GProBlockBaseInfo> list;
long serialVersionUID;
public GProBannerBlockList() {
this.serialVersionUID = 1L;
this.blockName = "";
this.list = new ArrayList<>();
}
public String getBlockName() {
return this.blockName;
}
public ArrayList<GProBlockBaseInfo> getList() {
return this.list;
}
public String toString() {
return "GProBannerBlockList{blockName=" + this.blockName + ",list=" + this.list + ",}";
}
public GProBannerBlockList(String str, ArrayList<GProBlockBaseInfo> arrayList) {
this.serialVersionUID = 1L;
this.blockName = "";
this.list = new ArrayList<>();
this.blockName = str;
this.list = arrayList;
}
}

View File

@ -0,0 +1,43 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBatchGetBlockItemReq implements Serializable {
int businessType;
ArrayList<GProBlockItem> itemList;
long serialVersionUID;
GProBottomTabSourceInfo source;
public GProBatchGetBlockItemReq() {
this.serialVersionUID = 1L;
this.itemList = new ArrayList<>();
this.source = new GProBottomTabSourceInfo();
}
public int getBusinessType() {
return this.businessType;
}
public ArrayList<GProBlockItem> getItemList() {
return this.itemList;
}
public GProBottomTabSourceInfo getSource() {
return this.source;
}
public String toString() {
return "GProBatchGetBlockItemReq{businessType=" + this.businessType + ",itemList=" + this.itemList + ",source=" + this.source + ",}";
}
public GProBatchGetBlockItemReq(int i2, ArrayList<GProBlockItem> arrayList, GProBottomTabSourceInfo gProBottomTabSourceInfo) {
this.serialVersionUID = 1L;
this.itemList = new ArrayList<>();
this.source = new GProBottomTabSourceInfo();
this.businessType = i2;
this.itemList = arrayList;
this.source = gProBottomTabSourceInfo;
}
}

View File

@ -0,0 +1,61 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBatchGetBlockItemRsp implements Serializable {
byte[] cookies;
boolean isEnd;
ArrayList<GProBlockInfo> items;
/* renamed from: msg reason: collision with root package name */
String f305531msg;
long serialVersionUID;
String traceId;
public GProBatchGetBlockItemRsp() {
this.serialVersionUID = 1L;
this.traceId = "";
this.items = new ArrayList<>();
this.f305531msg = "";
this.cookies = new byte[0];
}
public byte[] getCookies() {
return this.cookies;
}
public boolean getIsEnd() {
return this.isEnd;
}
public ArrayList<GProBlockInfo> getItems() {
return this.items;
}
public String getMsg() {
return this.f305531msg;
}
public String getTraceId() {
return this.traceId;
}
public String toString() {
return "GProBatchGetBlockItemRsp{traceId=" + this.traceId + ",items=" + this.items + ",msg=" + this.f305531msg + ",isEnd=" + this.isEnd + ",cookies=" + this.cookies + ",}";
}
public GProBatchGetBlockItemRsp(String str, ArrayList<GProBlockInfo> arrayList, String str2, boolean z, byte[] bArr) {
this.serialVersionUID = 1L;
this.traceId = "";
this.items = new ArrayList<>();
this.f305531msg = "";
this.cookies = new byte[0];
this.traceId = str;
this.items = arrayList;
this.f305531msg = str2;
this.isEnd = z;
this.cookies = bArr;
}
}

View File

@ -0,0 +1,31 @@
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;
}
}

View File

@ -0,0 +1,31 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBindRoleGroups {
int authControlSwitchType;
ArrayList<Long> roleGroupIds;
public GProBindRoleGroups() {
this.roleGroupIds = new ArrayList<>();
}
public int getAuthControlSwitchType() {
return this.authControlSwitchType;
}
public ArrayList<Long> getRoleGroupIds() {
return this.roleGroupIds;
}
public String toString() {
return "GProBindRoleGroups{authControlSwitchType=" + this.authControlSwitchType + ",roleGroupIds=" + this.roleGroupIds + ",}";
}
public GProBindRoleGroups(int i2, ArrayList<Long> arrayList) {
this.roleGroupIds = new ArrayList<>();
this.authControlSwitchType = i2;
this.roleGroupIds = arrayList;
}
}

View File

@ -0,0 +1,39 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBlackList {
int listId;
String listName;
ArrayList<GProBlackUserInfo> memberList;
public GProBlackList() {
this.listName = "";
this.memberList = new ArrayList<>();
}
public int getListId() {
return this.listId;
}
public String getListName() {
return this.listName;
}
public ArrayList<GProBlackUserInfo> getMemberList() {
return this.memberList;
}
public String toString() {
return "GProBlackList{listId=" + this.listId + ",listName=" + this.listName + ",memberList=" + this.memberList + ",}";
}
public GProBlackList(int i2, String str, ArrayList<GProBlackUserInfo> arrayList) {
this.listName = "";
this.memberList = new ArrayList<>();
this.listId = i2;
this.listName = str;
this.memberList = arrayList;
}
}

View File

@ -0,0 +1,37 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBlackUserInfo {
String avatarUrl;
String nickName;
long tinyId;
public GProBlackUserInfo() {
this.nickName = "";
this.avatarUrl = "";
}
public String getAvatarUrl() {
return this.avatarUrl;
}
public String getNickName() {
return this.nickName;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProBlackUserInfo{tinyId=" + this.tinyId + ",nickName=" + this.nickName + ",avatarUrl=" + this.avatarUrl + ",}";
}
public GProBlackUserInfo(long j2, String str, String str2) {
this.nickName = "";
this.avatarUrl = "";
this.tinyId = j2;
this.nickName = str;
this.avatarUrl = str2;
}
}

View File

@ -0,0 +1,50 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProBlockBaseInfo implements Serializable {
GProRecommendV2Channel channel;
GProRecommendsV2Feed feed;
long serialVersionUID;
GProRecommendShareInfo shareInfo;
int type;
public GProBlockBaseInfo() {
this.serialVersionUID = 1L;
this.feed = new GProRecommendsV2Feed();
this.shareInfo = new GProRecommendShareInfo();
this.channel = new GProRecommendV2Channel();
}
public GProRecommendV2Channel getChannel() {
return this.channel;
}
public GProRecommendsV2Feed getFeed() {
return this.feed;
}
public GProRecommendShareInfo getShareInfo() {
return this.shareInfo;
}
public int getType() {
return this.type;
}
public String toString() {
return "GProBlockBaseInfo{type=" + this.type + ",feed=" + this.feed + ",shareInfo=" + this.shareInfo + ",channel=" + this.channel + ",}";
}
public GProBlockBaseInfo(int i2, GProRecommendsV2Feed gProRecommendsV2Feed, GProRecommendShareInfo gProRecommendShareInfo, GProRecommendV2Channel gProRecommendV2Channel) {
this.serialVersionUID = 1L;
this.feed = new GProRecommendsV2Feed();
this.shareInfo = new GProRecommendShareInfo();
this.channel = new GProRecommendV2Channel();
this.type = i2;
this.feed = gProRecommendsV2Feed;
this.shareInfo = gProRecommendShareInfo;
this.channel = gProRecommendV2Channel;
}
}

View File

@ -0,0 +1,77 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBlockInfo implements Serializable {
String blockId;
int blockIndex;
String blockName;
int blockType;
ArrayList<GProRecommendCategory> categories;
boolean hasMore;
int isWhole;
ArrayList<GProRecommendItem> items;
long serialVersionUID;
public GProBlockInfo() {
this.serialVersionUID = 1L;
this.blockId = "";
this.blockName = "";
this.items = new ArrayList<>();
this.categories = new ArrayList<>();
}
public String getBlockId() {
return this.blockId;
}
public int getBlockIndex() {
return this.blockIndex;
}
public String getBlockName() {
return this.blockName;
}
public int getBlockType() {
return this.blockType;
}
public ArrayList<GProRecommendCategory> getCategories() {
return this.categories;
}
public boolean getHasMore() {
return this.hasMore;
}
public int getIsWhole() {
return this.isWhole;
}
public ArrayList<GProRecommendItem> getItems() {
return this.items;
}
public String toString() {
return "GProBlockInfo{blockId=" + this.blockId + ",blockType=" + this.blockType + ",blockIndex=" + this.blockIndex + ",blockName=" + this.blockName + ",items=" + this.items + ",hasMore=" + this.hasMore + ",categories=" + this.categories + ",isWhole=" + this.isWhole + ",}";
}
public GProBlockInfo(String str, int i2, int i3, String str2, ArrayList<GProRecommendItem> arrayList, boolean z, ArrayList<GProRecommendCategory> arrayList2, int i4) {
this.serialVersionUID = 1L;
this.blockId = "";
this.blockName = "";
this.items = new ArrayList<>();
this.categories = new ArrayList<>();
this.blockId = str;
this.blockType = i2;
this.blockIndex = i3;
this.blockName = str2;
this.items = arrayList;
this.hasMore = z;
this.categories = arrayList2;
this.isWhole = i4;
}
}

View File

@ -0,0 +1,51 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBlockItem implements Serializable {
String blockId;
String blockName;
int blockType;
ArrayList<GProItemIdInfo> itemList;
long serialVersionUID;
public GProBlockItem() {
this.serialVersionUID = 1L;
this.blockId = "";
this.blockName = "";
this.itemList = new ArrayList<>();
}
public String getBlockId() {
return this.blockId;
}
public String getBlockName() {
return this.blockName;
}
public int getBlockType() {
return this.blockType;
}
public ArrayList<GProItemIdInfo> getItemList() {
return this.itemList;
}
public String toString() {
return "GProBlockItem{blockId=" + this.blockId + ",blockType=" + this.blockType + ",blockName=" + this.blockName + ",itemList=" + this.itemList + ",}";
}
public GProBlockItem(String str, int i2, String str2, ArrayList<GProItemIdInfo> arrayList) {
this.serialVersionUID = 1L;
this.blockId = "";
this.blockName = "";
this.itemList = new ArrayList<>();
this.blockId = str;
this.blockType = i2;
this.blockName = str2;
this.itemList = arrayList;
}
}

View File

@ -0,0 +1,25 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProBlockUserState {
ArrayList<Long> blockUserList;
public GProBlockUserState() {
this.blockUserList = new ArrayList<>();
}
public ArrayList<Long> getBlockUserList() {
return this.blockUserList;
}
public String toString() {
return "GProBlockUserState{blockUserList=" + this.blockUserList + ",}";
}
public GProBlockUserState(ArrayList<Long> arrayList) {
this.blockUserList = new ArrayList<>();
this.blockUserList = arrayList;
}
}

View File

@ -0,0 +1,37 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBotClientInfo {
int buildNum;
int platform;
String version;
public GProBotClientInfo() {
this.version = "";
}
public int getBuildNum() {
return this.buildNum;
}
public int getPlatform() {
return this.platform;
}
public String getVersion() {
return this.version;
}
public String toString() {
return "GProBotClientInfo{platform=" + this.platform + ",version = " + this.version + ",buildNum=" + this.buildNum + ",}";
}
public GProBotClientInfo(int i2, String str, int i3) {
this.version = "";
this.platform = i2;
this.version = str;
this.buildNum = i3;
}
}

View File

@ -0,0 +1,73 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBotFeatureInfo {
String availableRangeDesc;
String desc;
int id;
long mark;
String name;
int status;
int type;
String url;
public GProBotFeatureInfo() {
this.name = "";
this.desc = "";
this.url = "";
this.availableRangeDesc = "";
}
public String getAvailableRangeDesc() {
return this.availableRangeDesc;
}
public String getDesc() {
return this.desc;
}
public int getId() {
return this.id;
}
public long getMark() {
return this.mark;
}
public String getName() {
return this.name;
}
public int getStatus() {
return this.status;
}
public int getType() {
return this.type;
}
public String getUrl() {
return this.url;
}
public String toString() {
return "GProBotFeatureInfo{id=" + this.id + ",name=" + this.name + ",desc=" + this.desc + ",status=" + this.status + ",url = " + this.url + ",type=" + this.type + ",availableRangeDesc=" + this.availableRangeDesc + ",mark=" + this.mark + ",}";
}
public GProBotFeatureInfo(int i2, String str, String str2, int i3, String str3, int i4, String str4, long j2) {
this.name = "";
this.desc = "";
this.url = "";
this.availableRangeDesc = "";
this.id = i2;
this.name = str;
this.desc = str2;
this.status = i3;
this.url = str3;
this.type = i4;
this.availableRangeDesc = str4;
this.mark = j2;
}
}

View File

@ -0,0 +1,53 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBotInfo {
long appid;
int inlineSearch;
long mark;
String name;
long tinyid;
long uin;
public GProBotInfo() {
this.name = "";
}
public long getAppid() {
return this.appid;
}
public int getInlineSearch() {
return this.inlineSearch;
}
public long getMark() {
return this.mark;
}
public String getName() {
return this.name;
}
public long getTinyid() {
return this.tinyid;
}
public long getUin() {
return this.uin;
}
public String toString() {
return "GProBotInfo{tinyid=" + this.tinyid + ",uin=" + this.uin + ",name=" + this.name + ",inlineSearch=" + this.inlineSearch + ",appid=" + this.appid + ",mark=" + this.mark + ",}";
}
public GProBotInfo(long j2, long j3, String str, int i2, long j4, long j5) {
this.name = "";
this.tinyid = j2;
this.uin = j3;
this.name = str;
this.inlineSearch = i2;
this.appid = j4;
this.mark = j5;
}
}

View File

@ -0,0 +1,29 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes22.dex */
public final class GProBottomTabExpReq {
int businessType;
GProBottomTabSourceInfo source;
public GProBottomTabExpReq() {
this.source = new GProBottomTabSourceInfo();
}
public int getBusinessType() {
return this.businessType;
}
public GProBottomTabSourceInfo getSource() {
return this.source;
}
public String toString() {
return "GProBottomTabExpReq{businessType=" + this.businessType + ",source=" + this.source + ",}";
}
public GProBottomTabExpReq(int i2, GProBottomTabSourceInfo gProBottomTabSourceInfo) {
this.source = new GProBottomTabSourceInfo();
this.businessType = i2;
this.source = gProBottomTabSourceInfo;
}
}

View File

@ -0,0 +1,35 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBottomTabSourceInfo {
String bid;
int bussiSource;
int sceneId;
public GProBottomTabSourceInfo() {
this.bid = "";
}
public String getBid() {
return this.bid;
}
public int getBussiSource() {
return this.bussiSource;
}
public int getSceneId() {
return this.sceneId;
}
public String toString() {
return "GProBottomTabSourceInfo{sceneId=" + this.sceneId + ",bid=" + this.bid + ",bussiSource=" + this.bussiSource + ",}";
}
public GProBottomTabSourceInfo(int i2, String str, int i3) {
this.bid = "";
this.sceneId = i2;
this.bid = str;
this.bussiSource = i3;
}
}

View File

@ -0,0 +1,39 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBriefAppInfo {
String appAvatarUrl;
String appId;
String appName;
public GProBriefAppInfo() {
this.appId = "";
this.appName = "";
this.appAvatarUrl = "";
}
public String getAppAvatarUrl() {
return this.appAvatarUrl;
}
public String getAppId() {
return this.appId;
}
public String getAppName() {
return this.appName;
}
public String toString() {
return "GProBriefAppInfo{appId=" + this.appId + ",appName=" + this.appName + ",appAvatarUrl=" + this.appAvatarUrl + ",}";
}
public GProBriefAppInfo(String str, String str2, String str3) {
this.appId = "";
this.appName = "";
this.appAvatarUrl = "";
this.appId = str;
this.appName = str2;
this.appAvatarUrl = str3;
}
}

View File

@ -0,0 +1,29 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProBusinessData {
byte[] businessParam;
int businessType;
public GProBusinessData() {
this.businessParam = new byte[0];
}
public byte[] getBusinessParam() {
return this.businessParam;
}
public int getBusinessType() {
return this.businessType;
}
public String toString() {
return "GProBusinessData{businessType=" + this.businessType + ",businessParam=" + this.businessParam + ",}";
}
public GProBusinessData(int i2, byte[] bArr) {
this.businessParam = new byte[0];
this.businessType = i2;
this.businessParam = bArr;
}
}

View File

@ -0,0 +1,114 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProBusinessInfo implements Serializable {
GProLobbyMemberInfo lobbyMemberInfo;
GProMemberInfoInGame memberInfoInGame;
GProRobotStateInfo robotStateInfo;
long serialVersionUID;
long sortKey;
String tipsMsg;
GProUserAVInfo userAVInfo;
GProUserChannelShowState userChannelState;
GProUserListGroupInfo userListGroupInfo;
public GProBusinessInfo() {
this.serialVersionUID = 1L;
this.memberInfoInGame = new GProMemberInfoInGame();
this.userAVInfo = new GProUserAVInfo();
this.robotStateInfo = new GProRobotStateInfo();
this.tipsMsg = "";
this.userListGroupInfo = new GProUserListGroupInfo();
this.userChannelState = new GProUserChannelShowState();
this.lobbyMemberInfo = new GProLobbyMemberInfo();
}
public GProLobbyMemberInfo getLobbyMemberInfo() {
return this.lobbyMemberInfo;
}
public GProMemberInfoInGame getMemberInfoInGame() {
return this.memberInfoInGame;
}
public GProRobotStateInfo getRobotStateInfo() {
return this.robotStateInfo;
}
public long getSortKey() {
return this.sortKey;
}
public String getTipsMsg() {
return this.tipsMsg;
}
public GProUserAVInfo getUserAVInfo() {
return this.userAVInfo;
}
public GProUserChannelShowState getUserChannelState() {
return this.userChannelState;
}
public GProUserListGroupInfo getUserListGroupInfo() {
return this.userListGroupInfo;
}
public void setLobbyMemberInfo(GProLobbyMemberInfo gProLobbyMemberInfo) {
this.lobbyMemberInfo = gProLobbyMemberInfo;
}
public void setMemberInfoInGame(GProMemberInfoInGame gProMemberInfoInGame) {
this.memberInfoInGame = gProMemberInfoInGame;
}
public void setRobotStateInfo(GProRobotStateInfo gProRobotStateInfo) {
this.robotStateInfo = gProRobotStateInfo;
}
public void setSortKey(long j2) {
this.sortKey = j2;
}
public void setTipsMsg(String str) {
this.tipsMsg = str;
}
public void setUserAVInfo(GProUserAVInfo gProUserAVInfo) {
this.userAVInfo = gProUserAVInfo;
}
public void setUserChannelState(GProUserChannelShowState gProUserChannelShowState) {
this.userChannelState = gProUserChannelShowState;
}
public void setUserListGroupInfo(GProUserListGroupInfo gProUserListGroupInfo) {
this.userListGroupInfo = gProUserListGroupInfo;
}
public String toString() {
return "GProBusinessInfo{sortKey=" + this.sortKey + ",memberInfoInGame=" + this.memberInfoInGame + ",userAVInfo=" + this.userAVInfo + ",robotStateInfo=" + this.robotStateInfo + ",tipsMsg=" + this.tipsMsg + ",userListGroupInfo=" + this.userListGroupInfo + ",userChannelState=" + this.userChannelState + ",lobbyMemberInfo=" + this.lobbyMemberInfo + ",}";
}
public GProBusinessInfo(long j2, GProMemberInfoInGame gProMemberInfoInGame, GProUserAVInfo gProUserAVInfo, GProRobotStateInfo gProRobotStateInfo, String str, GProUserListGroupInfo gProUserListGroupInfo, GProUserChannelShowState gProUserChannelShowState, GProLobbyMemberInfo gProLobbyMemberInfo) {
this.serialVersionUID = 1L;
this.memberInfoInGame = new GProMemberInfoInGame();
this.userAVInfo = new GProUserAVInfo();
this.robotStateInfo = new GProRobotStateInfo();
this.tipsMsg = "";
this.userListGroupInfo = new GProUserListGroupInfo();
this.userChannelState = new GProUserChannelShowState();
this.lobbyMemberInfo = new GProLobbyMemberInfo();
this.sortKey = j2;
this.memberInfoInGame = gProMemberInfoInGame;
this.userAVInfo = gProUserAVInfo;
this.robotStateInfo = gProRobotStateInfo;
this.tipsMsg = str;
this.userListGroupInfo = gProUserListGroupInfo;
this.userChannelState = gProUserChannelShowState;
this.lobbyMemberInfo = gProLobbyMemberInfo;
}
}

View File

@ -0,0 +1,92 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProBusinessNode implements Serializable {
long dataVersion;
long expiresMs;
GProLobbyRoomInfo lobbyRoomInfo;
int mutexType;
byte[] nodeData;
int nodeType;
GProPlayInfo playInfo;
GProVoiceSmobaGameRoomStateInfo roomStateInfo;
GProVoiceInfo screenShareInfo;
long serialVersionUID;
GProWorldChannelPresence worldPresence;
public GProBusinessNode() {
this.serialVersionUID = 1L;
this.nodeData = new byte[0];
this.roomStateInfo = new GProVoiceSmobaGameRoomStateInfo();
this.screenShareInfo = new GProVoiceInfo();
this.worldPresence = new GProWorldChannelPresence();
this.playInfo = new GProPlayInfo();
this.lobbyRoomInfo = new GProLobbyRoomInfo();
}
public long getDataVersion() {
return this.dataVersion;
}
public long getExpiresMs() {
return this.expiresMs;
}
public GProLobbyRoomInfo getLobbyRoomInfo() {
return this.lobbyRoomInfo;
}
public int getMutexType() {
return this.mutexType;
}
public byte[] getNodeData() {
return this.nodeData;
}
public int getNodeType() {
return this.nodeType;
}
public GProPlayInfo getPlayInfo() {
return this.playInfo;
}
public GProVoiceSmobaGameRoomStateInfo getRoomStateInfo() {
return this.roomStateInfo;
}
public GProVoiceInfo getScreenShareInfo() {
return this.screenShareInfo;
}
public GProWorldChannelPresence getWorldPresence() {
return this.worldPresence;
}
public String toString() {
return "GProBusinessNode{mutexType=" + this.mutexType + ",nodeType=" + this.nodeType + ",nodeData=" + this.nodeData + ",dataVersion=" + this.dataVersion + ",expiresMs=" + this.expiresMs + ",roomStateInfo=" + this.roomStateInfo + ",screenShareInfo=" + this.screenShareInfo + ",worldPresence=" + this.worldPresence + ",playInfo=" + this.playInfo + ",lobbyRoomInfo=" + this.lobbyRoomInfo + ",}";
}
public GProBusinessNode(int i2, int i3, byte[] bArr, long j2, long j3, GProVoiceSmobaGameRoomStateInfo gProVoiceSmobaGameRoomStateInfo, GProVoiceInfo gProVoiceInfo, GProWorldChannelPresence gProWorldChannelPresence, GProPlayInfo gProPlayInfo, GProLobbyRoomInfo gProLobbyRoomInfo) {
this.serialVersionUID = 1L;
this.nodeData = new byte[0];
this.roomStateInfo = new GProVoiceSmobaGameRoomStateInfo();
this.screenShareInfo = new GProVoiceInfo();
this.worldPresence = new GProWorldChannelPresence();
this.playInfo = new GProPlayInfo();
this.lobbyRoomInfo = new GProLobbyRoomInfo();
this.mutexType = i2;
this.nodeType = i3;
this.nodeData = bArr;
this.dataVersion = j2;
this.expiresMs = j3;
this.roomStateInfo = gProVoiceSmobaGameRoomStateInfo;
this.screenShareInfo = gProVoiceInfo;
this.worldPresence = gProWorldChannelPresence;
this.playInfo = gProPlayInfo;
this.lobbyRoomInfo = gProLobbyRoomInfo;
}
}

View File

@ -0,0 +1,35 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes4.dex */
public final class GProCategoryAdminDisplayInfo {
long categoryAdminNum;
long categoryId;
String categoryName;
public GProCategoryAdminDisplayInfo() {
this.categoryName = "";
}
public long getCategoryAdminNum() {
return this.categoryAdminNum;
}
public long getCategoryId() {
return this.categoryId;
}
public String getCategoryName() {
return this.categoryName;
}
public String toString() {
return "GProCategoryAdminDisplayInfo{categoryId=" + this.categoryId + ",categoryName=" + this.categoryName + ",categoryAdminNum=" + this.categoryAdminNum + ",}";
}
public GProCategoryAdminDisplayInfo(long j2, String str, long j3) {
this.categoryName = "";
this.categoryId = j2;
this.categoryName = str;
this.categoryAdminNum = j3;
}
}

View File

@ -0,0 +1,33 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProCategoryAdminInfo {
String categoryName;
ArrayList<GProChannelAdminInfo> channelAdminList;
public GProCategoryAdminInfo() {
this.categoryName = "";
this.channelAdminList = new ArrayList<>();
}
public String getCategoryName() {
return this.categoryName;
}
public ArrayList<GProChannelAdminInfo> getChannelAdminList() {
return this.channelAdminList;
}
public String toString() {
return "GProCategoryAdminInfo{categoryName=" + this.categoryName + ",channelAdminList=" + this.channelAdminList + ",}";
}
public GProCategoryAdminInfo(String str, ArrayList<GProChannelAdminInfo> arrayList) {
this.categoryName = "";
this.channelAdminList = new ArrayList<>();
this.categoryName = str;
this.channelAdminList = arrayList;
}
}

View File

@ -0,0 +1,45 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProCategoryChannelIdList {
long categoryId;
ArrayList<Long> channelList;
boolean folded;
String name;
public GProCategoryChannelIdList() {
this.name = "";
this.channelList = new ArrayList<>();
}
public long getCategoryId() {
return this.categoryId;
}
public ArrayList<Long> getChannelList() {
return this.channelList;
}
public boolean getFolded() {
return this.folded;
}
public String getName() {
return this.name;
}
public String toString() {
return "GProCategoryChannelIdList{name=" + this.name + ",categoryId=" + this.categoryId + ",channelList=" + this.channelList + ",folded=" + this.folded + ",}";
}
public GProCategoryChannelIdList(String str, long j2, ArrayList<Long> arrayList, boolean z) {
this.name = "";
this.channelList = new ArrayList<>();
this.name = str;
this.categoryId = j2;
this.channelList = arrayList;
this.folded = z;
}
}

View File

@ -0,0 +1,571 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannel implements Serializable {
long anchorTinyId;
GProApplicationChannelInfo appChannelInfo;
ArrayList<GProAuthControlStatus> authControlStatusList;
GProAVChannelExtInfo avChannelExtInfo;
int bannedSpeak;
long channelId;
int channelLiveableType;
int channelVisibleType;
long createTime;
long creatorTinyId;
int currentSlowModeKey;
int finalNotifyType;
int forumSortMode;
long gotoChannelId;
long guildId;
String hotIcon;
int isCategoryAdmin;
int isChannelAdmin;
int jumpSwitch;
long lastCntMsgSeq;
long lastCntMsgTime;
long lastMsgSeq;
long lastMsgTime;
GProMedalInfo medalInfo;
byte[] msgMeta;
int msgNotifyType;
int myForumSortMode;
int mySpeakPermission;
String name;
long readCntMsgSeq;
long readCntMsgTime;
byte[] readMsgMeta;
long readMsgSeq;
long readMsgTime;
int result;
long roomId;
String roomName;
String schema;
long serialVersionUID;
ArrayList<GProSlowModeInfo> slowModeInfo;
ArrayList<Integer> specialTypes;
int switchMapMode;
int talkPermission;
int textChannelSubtypeId;
ArrayList<GProTopMsg> topMsgList;
long topMsgOperatorTinyId;
long topMsgSeq;
long topMsgTime;
int type;
int uint32HotIndex;
int visibleType;
ArrayList<GProVisibleTypeInfo> visibleTypeInfo;
GProWorldSlowModeConfig xWorldslowModeConfig;
public GProChannel() {
this.serialVersionUID = 1L;
this.name = "";
this.msgMeta = new byte[0];
this.readMsgMeta = new byte[0];
this.roomName = "";
this.specialTypes = new ArrayList<>();
this.slowModeInfo = new ArrayList<>();
this.visibleTypeInfo = new ArrayList<>();
this.topMsgList = new ArrayList<>();
this.appChannelInfo = new GProApplicationChannelInfo();
this.authControlStatusList = new ArrayList<>();
this.schema = "";
this.xWorldslowModeConfig = new GProWorldSlowModeConfig();
this.avChannelExtInfo = new GProAVChannelExtInfo();
this.hotIcon = "";
this.medalInfo = new GProMedalInfo();
}
public long getAnchorTinyId() {
return this.anchorTinyId;
}
public GProApplicationChannelInfo getAppChannelInfo() {
return this.appChannelInfo;
}
public ArrayList<GProAuthControlStatus> getAuthControlStatusList() {
return this.authControlStatusList;
}
public GProAVChannelExtInfo getAvChannelExtInfo() {
return this.avChannelExtInfo;
}
public int getBannedSpeak() {
return this.bannedSpeak;
}
public long getChannelId() {
return this.channelId;
}
public int getChannelLiveableType() {
return this.channelLiveableType;
}
public int getChannelVisibleType() {
return this.channelVisibleType;
}
public long getCreateTime() {
return this.createTime;
}
public long getCreatorTinyId() {
return this.creatorTinyId;
}
public int getCurrentSlowModeKey() {
return this.currentSlowModeKey;
}
public int getFinalNotifyType() {
return this.finalNotifyType;
}
public int getForumSortMode() {
return this.forumSortMode;
}
public long getGotoChannelId() {
return this.gotoChannelId;
}
public long getGuildId() {
return this.guildId;
}
public String getHotIcon() {
return this.hotIcon;
}
public int getIsCategoryAdmin() {
return this.isCategoryAdmin;
}
public int getIsChannelAdmin() {
return this.isChannelAdmin;
}
public int getJumpSwitch() {
return this.jumpSwitch;
}
public long getLastCntMsgSeq() {
return this.lastCntMsgSeq;
}
public long getLastCntMsgTime() {
return this.lastCntMsgTime;
}
public long getLastMsgSeq() {
return this.lastMsgSeq;
}
public long getLastMsgTime() {
return this.lastMsgTime;
}
public GProMedalInfo getMedalInfo() {
return this.medalInfo;
}
public byte[] getMsgMeta() {
return this.msgMeta;
}
public int getMsgNotifyType() {
return this.msgNotifyType;
}
public int getMyForumSortMode() {
return this.myForumSortMode;
}
public int getMySpeakPermission() {
return this.mySpeakPermission;
}
public String getName() {
return this.name;
}
public long getReadCntMsgSeq() {
return this.readCntMsgSeq;
}
public long getReadCntMsgTime() {
return this.readCntMsgTime;
}
public byte[] getReadMsgMeta() {
return this.readMsgMeta;
}
public long getReadMsgSeq() {
return this.readMsgSeq;
}
public long getReadMsgTime() {
return this.readMsgTime;
}
public int getResult() {
return this.result;
}
public long getRoomId() {
return this.roomId;
}
public String getRoomName() {
return this.roomName;
}
public String getSchema() {
return this.schema;
}
public ArrayList<GProSlowModeInfo> getSlowModeInfo() {
return this.slowModeInfo;
}
public ArrayList<Integer> getSpecialTypes() {
return this.specialTypes;
}
public int getSwitchMapMode() {
return this.switchMapMode;
}
public int getTalkPermission() {
return this.talkPermission;
}
public int getTextChannelSubtypeId() {
return this.textChannelSubtypeId;
}
public ArrayList<GProTopMsg> getTopMsgList() {
return this.topMsgList;
}
public long getTopMsgOperatorTinyId() {
return this.topMsgOperatorTinyId;
}
public long getTopMsgSeq() {
return this.topMsgSeq;
}
public long getTopMsgTime() {
return this.topMsgTime;
}
public int getType() {
return this.type;
}
public int getUint32HotIndex() {
return this.uint32HotIndex;
}
public int getVisibleType() {
return this.visibleType;
}
public ArrayList<GProVisibleTypeInfo> getVisibleTypeInfo() {
return this.visibleTypeInfo;
}
public GProWorldSlowModeConfig getXWorldslowModeConfig() {
return this.xWorldslowModeConfig;
}
public void setAnchorTinyId(long j2) {
this.anchorTinyId = j2;
}
public void setAppChannelInfo(GProApplicationChannelInfo gProApplicationChannelInfo) {
this.appChannelInfo = gProApplicationChannelInfo;
}
public void setAuthControlStatusList(ArrayList<GProAuthControlStatus> arrayList) {
this.authControlStatusList = arrayList;
}
public void setAvChannelExtInfo(GProAVChannelExtInfo gProAVChannelExtInfo) {
this.avChannelExtInfo = gProAVChannelExtInfo;
}
public void setBannedSpeak(int i2) {
this.bannedSpeak = i2;
}
public void setChannelId(long j2) {
this.channelId = j2;
}
public void setChannelLiveableType(int i2) {
this.channelLiveableType = i2;
}
public void setChannelVisibleType(int i2) {
this.channelVisibleType = i2;
}
public void setCreateTime(long j2) {
this.createTime = j2;
}
public void setCreatorTinyId(long j2) {
this.creatorTinyId = j2;
}
public void setCurrentSlowModeKey(int i2) {
this.currentSlowModeKey = i2;
}
public void setFinalNotifyType(int i2) {
this.finalNotifyType = i2;
}
public void setForumSortMode(int i2) {
this.forumSortMode = i2;
}
public void setGotoChannelId(long j2) {
this.gotoChannelId = j2;
}
public void setGuildId(long j2) {
this.guildId = j2;
}
public void setHotIcon(String str) {
this.hotIcon = str;
}
public void setIsCategoryAdmin(int i2) {
this.isCategoryAdmin = i2;
}
public void setIsChannelAdmin(int i2) {
this.isChannelAdmin = i2;
}
public void setJumpSwitch(int i2) {
this.jumpSwitch = i2;
}
public void setLastCntMsgSeq(long j2) {
this.lastCntMsgSeq = j2;
}
public void setLastCntMsgTime(long j2) {
this.lastCntMsgTime = j2;
}
public void setLastMsgSeq(long j2) {
this.lastMsgSeq = j2;
}
public void setLastMsgTime(long j2) {
this.lastMsgTime = j2;
}
public void setMedalInfo(GProMedalInfo gProMedalInfo) {
this.medalInfo = gProMedalInfo;
}
public void setMsgMeta(byte[] bArr) {
this.msgMeta = bArr;
}
public void setMsgNotifyType(int i2) {
this.msgNotifyType = i2;
}
public void setMyForumSortMode(int i2) {
this.myForumSortMode = i2;
}
public void setMySpeakPermission(int i2) {
this.mySpeakPermission = i2;
}
public void setName(String str) {
this.name = str;
}
public void setReadCntMsgSeq(long j2) {
this.readCntMsgSeq = j2;
}
public void setReadCntMsgTime(long j2) {
this.readCntMsgTime = j2;
}
public void setReadMsgMeta(byte[] bArr) {
this.readMsgMeta = bArr;
}
public void setReadMsgSeq(long j2) {
this.readMsgSeq = j2;
}
public void setReadMsgTime(long j2) {
this.readMsgTime = j2;
}
public void setResult(int i2) {
this.result = i2;
}
public void setRoomId(long j2) {
this.roomId = j2;
}
public void setRoomName(String str) {
this.roomName = str;
}
public void setSchema(String str) {
this.schema = str;
}
public void setSlowModeInfo(ArrayList<GProSlowModeInfo> arrayList) {
this.slowModeInfo = arrayList;
}
public void setSpecialTypes(ArrayList<Integer> arrayList) {
this.specialTypes = arrayList;
}
public void setSwitchMapMode(int i2) {
this.switchMapMode = i2;
}
public void setTalkPermission(int i2) {
this.talkPermission = i2;
}
public void setTextChannelSubtypeId(int i2) {
this.textChannelSubtypeId = i2;
}
public void setTopMsgList(ArrayList<GProTopMsg> arrayList) {
this.topMsgList = arrayList;
}
public void setTopMsgOperatorTinyId(long j2) {
this.topMsgOperatorTinyId = j2;
}
public void setTopMsgSeq(long j2) {
this.topMsgSeq = j2;
}
public void setTopMsgTime(long j2) {
this.topMsgTime = j2;
}
public void setType(int i2) {
this.type = i2;
}
public void setUint32HotIndex(int i2) {
this.uint32HotIndex = i2;
}
public void setVisibleType(int i2) {
this.visibleType = i2;
}
public void setVisibleTypeInfo(ArrayList<GProVisibleTypeInfo> arrayList) {
this.visibleTypeInfo = arrayList;
}
public void setXWorldslowModeConfig(GProWorldSlowModeConfig gProWorldSlowModeConfig) {
this.xWorldslowModeConfig = gProWorldSlowModeConfig;
}
public String toString() {
return "GProChannel{channelId=" + this.channelId + ",guildId=" + this.guildId + ",name=" + this.name + ",type=" + this.type + ",creatorTinyId=" + this.creatorTinyId + ",createTime=" + this.createTime + ",talkPermission=" + this.talkPermission + ",msgNotifyType=" + this.msgNotifyType + ",lastMsgSeq=" + this.lastMsgSeq + ",lastCntMsgSeq=" + this.lastCntMsgSeq + ",readMsgSeq=" + this.readMsgSeq + ",readCntMsgSeq=" + this.readCntMsgSeq + ",lastMsgTime=" + this.lastMsgTime + ",lastCntMsgTime=" + this.lastCntMsgTime + ",readMsgTime=" + this.readMsgTime + ",readCntMsgTime=" + this.readCntMsgTime + ",msgMeta=" + this.msgMeta + ",readMsgMeta=" + this.readMsgMeta + ",result=" + this.result + ",roomId=" + this.roomId + ",anchorTinyId=" + this.anchorTinyId + ",roomName=" + this.roomName + ",bannedSpeak=" + this.bannedSpeak + ",visibleType=" + this.visibleType + ",specialTypes=" + this.specialTypes + ",finalNotifyType=" + this.finalNotifyType + ",topMsgSeq=" + this.topMsgSeq + ",topMsgTime=" + this.topMsgTime + ",topMsgOperatorTinyId=" + this.topMsgOperatorTinyId + ",currentSlowModeKey=" + this.currentSlowModeKey + ",slowModeInfo=" + this.slowModeInfo + ",forumSortMode=" + this.forumSortMode + ",myForumSortMode=" + this.myForumSortMode + ",textChannelSubtypeId=" + this.textChannelSubtypeId + ",channelVisibleType=" + this.channelVisibleType + ",visibleTypeInfo=" + this.visibleTypeInfo + ",mySpeakPermission=" + this.mySpeakPermission + ",isChannelAdmin=" + this.isChannelAdmin + ",topMsgList=" + this.topMsgList + ",appChannelInfo=" + this.appChannelInfo + ",channelLiveableType=" + this.channelLiveableType + ",authControlStatusList=" + this.authControlStatusList + ",schema=" + this.schema + ",xWorldslowModeConfig=" + this.xWorldslowModeConfig + ",switchMapMode=" + this.switchMapMode + ",avChannelExtInfo=" + this.avChannelExtInfo + ",gotoChannelId=" + this.gotoChannelId + ",jumpSwitch=" + this.jumpSwitch + ",uint32HotIndex=" + this.uint32HotIndex + ",hotIcon=" + this.hotIcon + ",medalInfo=" + this.medalInfo + ",isCategoryAdmin=" + this.isCategoryAdmin + ",}";
}
public GProChannel(long j2, long j3, String str, int i2, long j4, long j5, int i3, int i4, long j6, long j7, long j8, long j9, long j10, long j11, long j12, long j13, byte[] bArr, byte[] bArr2, int i5, long j14, long j15, String str2, int i6, int i7, ArrayList<Integer> arrayList, int i8, long j16, long j17, long j18, int i9, ArrayList<GProSlowModeInfo> arrayList2, int i10, int i11, int i12, int i13, ArrayList<GProVisibleTypeInfo> arrayList3, int i14, int i15, ArrayList<GProTopMsg> arrayList4, GProApplicationChannelInfo gProApplicationChannelInfo, int i16, ArrayList<GProAuthControlStatus> arrayList5, String str3, GProWorldSlowModeConfig gProWorldSlowModeConfig, int i17, GProAVChannelExtInfo gProAVChannelExtInfo, long j19, int i18, int i19, String str4, GProMedalInfo gProMedalInfo, int i20) {
this.serialVersionUID = 1L;
this.name = "";
this.msgMeta = new byte[0];
this.readMsgMeta = new byte[0];
this.roomName = "";
this.specialTypes = new ArrayList<>();
this.slowModeInfo = new ArrayList<>();
this.visibleTypeInfo = new ArrayList<>();
this.topMsgList = new ArrayList<>();
this.appChannelInfo = new GProApplicationChannelInfo();
this.authControlStatusList = new ArrayList<>();
this.schema = "";
this.xWorldslowModeConfig = new GProWorldSlowModeConfig();
this.avChannelExtInfo = new GProAVChannelExtInfo();
this.hotIcon = "";
this.medalInfo = new GProMedalInfo();
this.channelId = j2;
this.guildId = j3;
this.name = str;
this.type = i2;
this.creatorTinyId = j4;
this.createTime = j5;
this.talkPermission = i3;
this.msgNotifyType = i4;
this.lastMsgSeq = j6;
this.lastCntMsgSeq = j7;
this.readMsgSeq = j8;
this.readCntMsgSeq = j9;
this.lastMsgTime = j10;
this.lastCntMsgTime = j11;
this.readMsgTime = j12;
this.readCntMsgTime = j13;
this.msgMeta = bArr;
this.readMsgMeta = bArr2;
this.result = i5;
this.roomId = j14;
this.anchorTinyId = j15;
this.roomName = str2;
this.bannedSpeak = i6;
this.visibleType = i7;
this.specialTypes = arrayList;
this.finalNotifyType = i8;
this.topMsgSeq = j16;
this.topMsgTime = j17;
this.topMsgOperatorTinyId = j18;
this.currentSlowModeKey = i9;
this.slowModeInfo = arrayList2;
this.forumSortMode = i10;
this.myForumSortMode = i11;
this.textChannelSubtypeId = i12;
this.channelVisibleType = i13;
this.visibleTypeInfo = arrayList3;
this.mySpeakPermission = i14;
this.isChannelAdmin = i15;
this.topMsgList = arrayList4;
this.appChannelInfo = gProApplicationChannelInfo;
this.channelLiveableType = i16;
this.authControlStatusList = arrayList5;
this.schema = str3;
this.xWorldslowModeConfig = gProWorldSlowModeConfig;
this.switchMapMode = i17;
this.avChannelExtInfo = gProAVChannelExtInfo;
this.gotoChannelId = j19;
this.jumpSwitch = i18;
this.uint32HotIndex = i19;
this.hotIcon = str4;
this.medalInfo = gProMedalInfo;
this.isCategoryAdmin = i20;
}
}

View File

@ -0,0 +1,39 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProChannelActivity {
String activityId;
String imageUrl;
String jumpUrl;
public GProChannelActivity() {
this.activityId = "";
this.imageUrl = "";
this.jumpUrl = "";
}
public String getActivityId() {
return this.activityId;
}
public String getImageUrl() {
return this.imageUrl;
}
public String getJumpUrl() {
return this.jumpUrl;
}
public String toString() {
return "GProChannelActivity{activityId=" + this.activityId + ",imageUrl=" + this.imageUrl + ",jumpUrl=" + this.jumpUrl + ",}";
}
public GProChannelActivity(String str, String str2, String str3) {
this.activityId = "";
this.imageUrl = "";
this.jumpUrl = "";
this.activityId = str;
this.imageUrl = str2;
this.jumpUrl = str3;
}
}

View File

@ -0,0 +1,41 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProChannelAdminInfo {
long channelAdminNum;
long channelId;
String channelName;
int channelType;
public GProChannelAdminInfo() {
this.channelName = "";
}
public long getChannelAdminNum() {
return this.channelAdminNum;
}
public long getChannelId() {
return this.channelId;
}
public String getChannelName() {
return this.channelName;
}
public int getChannelType() {
return this.channelType;
}
public String toString() {
return "GProChannelAdminInfo{channelId=" + this.channelId + ",channelName=" + this.channelName + ",channelType=" + this.channelType + ",channelAdminNum=" + this.channelAdminNum + ",}";
}
public GProChannelAdminInfo(long j2, String str, int i2, long j3) {
this.channelName = "";
this.channelId = j2;
this.channelName = str;
this.channelType = i2;
this.channelAdminNum = j3;
}
}

View File

@ -0,0 +1,123 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannelCreateInfo {
long appid;
ArrayList<GProAuthControlSwitchInfo> authControlSwitchInfoList;
ArrayList<GProBindMembers> bindMembersList;
ArrayList<GProBindRoleGroups> bindRoleGroupsList;
String linkChannelMetaData;
ArrayList<Long> liveableMemberList;
ArrayList<Long> liveableRoleList;
int liveableType;
int msgNotifyType;
String name;
int talkPermission;
int textChannelSubtypeId;
int type;
ArrayList<Long> visibleMemberList;
ArrayList<Long> visibleRoleList;
int visibleType;
public GProChannelCreateInfo() {
this.name = "";
this.visibleMemberList = new ArrayList<>();
this.visibleRoleList = new ArrayList<>();
this.liveableMemberList = new ArrayList<>();
this.liveableRoleList = new ArrayList<>();
}
public long getAppid() {
return this.appid;
}
public ArrayList<GProAuthControlSwitchInfo> getAuthControlSwitchInfoList() {
return this.authControlSwitchInfoList;
}
public ArrayList<GProBindMembers> getBindMembersList() {
return this.bindMembersList;
}
public ArrayList<GProBindRoleGroups> getBindRoleGroupsList() {
return this.bindRoleGroupsList;
}
public String getLinkChannelMetaData() {
return this.linkChannelMetaData;
}
public ArrayList<Long> getLiveableMemberList() {
return this.liveableMemberList;
}
public ArrayList<Long> getLiveableRoleList() {
return this.liveableRoleList;
}
public int getLiveableType() {
return this.liveableType;
}
public int getMsgNotifyType() {
return this.msgNotifyType;
}
public String getName() {
return this.name;
}
public int getTalkPermission() {
return this.talkPermission;
}
public int getTextChannelSubtypeId() {
return this.textChannelSubtypeId;
}
public int getType() {
return this.type;
}
public ArrayList<Long> getVisibleMemberList() {
return this.visibleMemberList;
}
public ArrayList<Long> getVisibleRoleList() {
return this.visibleRoleList;
}
public int getVisibleType() {
return this.visibleType;
}
public String toString() {
return "GProChannelCreateInfo{name=" + this.name + ",type=" + this.type + ",talkPermission=" + this.talkPermission + ",msgNotifyType=" + this.msgNotifyType + ",appid=" + this.appid + ",visibleType=" + this.visibleType + ",visibleMemberList=" + this.visibleMemberList + ",visibleRoleList=" + this.visibleRoleList + ",liveableType=" + this.liveableType + ",liveableMemberList=" + this.liveableMemberList + ",liveableRoleList=" + this.liveableRoleList + ",textChannelSubtypeId=" + this.textChannelSubtypeId + ",authControlSwitchInfoList=" + this.authControlSwitchInfoList + ",bindRoleGroupsList=" + this.bindRoleGroupsList + ",bindMembersList=" + this.bindMembersList + ",linkChannelMetaData=" + this.linkChannelMetaData + ",}";
}
public GProChannelCreateInfo(String str, int i2, int i3, int i4, long j2, int i5, ArrayList<Long> arrayList, ArrayList<Long> arrayList2, int i6, ArrayList<Long> arrayList3, ArrayList<Long> arrayList4, int i7, ArrayList<GProAuthControlSwitchInfo> arrayList5, ArrayList<GProBindRoleGroups> arrayList6, ArrayList<GProBindMembers> arrayList7, String str2) {
this.name = "";
this.visibleMemberList = new ArrayList<>();
this.visibleRoleList = new ArrayList<>();
this.liveableMemberList = new ArrayList<>();
this.liveableRoleList = new ArrayList<>();
this.name = str;
this.type = i2;
this.talkPermission = i3;
this.msgNotifyType = i4;
this.appid = j2;
this.visibleType = i5;
this.visibleMemberList = arrayList;
this.visibleRoleList = arrayList2;
this.liveableType = i6;
this.liveableMemberList = arrayList3;
this.liveableRoleList = arrayList4;
this.textChannelSubtypeId = i7;
this.authControlSwitchInfoList = arrayList5;
this.bindRoleGroupsList = arrayList6;
this.bindMembersList = arrayList7;
this.linkChannelMetaData = str2;
}
}

View File

@ -0,0 +1,79 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannelMemberInfos implements Serializable {
GProAVChannelConfig channelConfig;
String channelId;
int channelMemberCount;
int channelMemberMax;
ArrayList<GProChannelStateItemInfo> channelStateList;
int channelStatus;
String guildId;
ArrayList<GProUser> memberList;
long serialVersionUID;
public GProChannelMemberInfos() {
this.serialVersionUID = 1L;
this.guildId = "";
this.channelId = "";
this.memberList = new ArrayList<>();
this.channelStateList = new ArrayList<>();
this.channelConfig = new GProAVChannelConfig();
}
public GProAVChannelConfig getChannelConfig() {
return this.channelConfig;
}
public String getChannelId() {
return this.channelId;
}
public int getChannelMemberCount() {
return this.channelMemberCount;
}
public int getChannelMemberMax() {
return this.channelMemberMax;
}
public ArrayList<GProChannelStateItemInfo> getChannelStateList() {
return this.channelStateList;
}
public int getChannelStatus() {
return this.channelStatus;
}
public String getGuildId() {
return this.guildId;
}
public ArrayList<GProUser> getMemberList() {
return this.memberList;
}
public String toString() {
return "GProChannelMemberInfos{guildId=" + this.guildId + ",channelId=" + this.channelId + ",channelMemberMax=" + this.channelMemberMax + ",channelMemberCount=" + this.channelMemberCount + ",memberList=" + this.memberList + ",channelStatus=" + this.channelStatus + ",channelStateList=" + this.channelStateList + ",channelConfig=" + this.channelConfig + ",}";
}
public GProChannelMemberInfos(String str, String str2, int i2, int i3, ArrayList<GProUser> arrayList, int i4, ArrayList<GProChannelStateItemInfo> arrayList2, GProAVChannelConfig gProAVChannelConfig) {
this.serialVersionUID = 1L;
this.guildId = "";
this.channelId = "";
this.memberList = new ArrayList<>();
this.channelStateList = new ArrayList<>();
this.channelConfig = new GProAVChannelConfig();
this.guildId = str;
this.channelId = str2;
this.channelMemberMax = i2;
this.channelMemberCount = i3;
this.memberList = arrayList;
this.channelStatus = i4;
this.channelStateList = arrayList2;
this.channelConfig = gProAVChannelConfig;
}
}

View File

@ -0,0 +1,27 @@
package com.tencent.qqnt.kernel.nativeinterface;
/* loaded from: classes2.dex */
public final class GProChannelMsgNotify {
long channelId;
int msgNotifyType;
public GProChannelMsgNotify() {
}
public long getChannelId() {
return this.channelId;
}
public int getMsgNotifyType() {
return this.msgNotifyType;
}
public String toString() {
return "GProChannelMsgNotify{channelId=" + this.channelId + ",msgNotifyType=" + this.msgNotifyType + ",}";
}
public GProChannelMsgNotify(long j2, int i2) {
this.channelId = j2;
this.msgNotifyType = i2;
}
}

View File

@ -0,0 +1,35 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannelOpenStateResultInfo implements Serializable {
boolean peakActivityGuildFlag;
long serialVersionUID;
ArrayList<GProSwitchInfo> switchInfoList;
public GProChannelOpenStateResultInfo() {
this.serialVersionUID = 1L;
this.switchInfoList = new ArrayList<>();
}
public boolean getPeakActivityGuildFlag() {
return this.peakActivityGuildFlag;
}
public ArrayList<GProSwitchInfo> getSwitchInfoList() {
return this.switchInfoList;
}
public String toString() {
return "GProChannelOpenStateResultInfo{switchInfoList=" + this.switchInfoList + ",peakActivityGuildFlag=" + this.peakActivityGuildFlag + ",}";
}
public GProChannelOpenStateResultInfo(ArrayList<GProSwitchInfo> arrayList, boolean z) {
this.serialVersionUID = 1L;
this.switchInfoList = new ArrayList<>();
this.switchInfoList = arrayList;
this.peakActivityGuildFlag = z;
}
}

View File

@ -0,0 +1,73 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannelPresence implements Serializable {
long channelId;
int channelType;
String currentMemberNum;
GProGuildLiveInfo guildLiveInfo;
ArrayList<GProChannelPresenceMemberInfo> memberInfos;
long serialVersionUID;
GProVoicePresence0x11bc voicePresence;
GProWorldPresence0x11bc worldPresence;
public GProChannelPresence() {
this.serialVersionUID = 1L;
this.currentMemberNum = "";
this.memberInfos = new ArrayList<>();
this.worldPresence = new GProWorldPresence0x11bc();
this.guildLiveInfo = new GProGuildLiveInfo();
this.voicePresence = new GProVoicePresence0x11bc();
}
public long getChannelId() {
return this.channelId;
}
public int getChannelType() {
return this.channelType;
}
public String getCurrentMemberNum() {
return this.currentMemberNum;
}
public GProGuildLiveInfo getGuildLiveInfo() {
return this.guildLiveInfo;
}
public ArrayList<GProChannelPresenceMemberInfo> getMemberInfos() {
return this.memberInfos;
}
public GProVoicePresence0x11bc getVoicePresence() {
return this.voicePresence;
}
public GProWorldPresence0x11bc getWorldPresence() {
return this.worldPresence;
}
public String toString() {
return "GProChannelPresence{channelId=" + this.channelId + ",currentMemberNum=" + this.currentMemberNum + ",channelType=" + this.channelType + ",memberInfos=" + this.memberInfos + ",worldPresence=" + this.worldPresence + ",guildLiveInfo=" + this.guildLiveInfo + ",voicePresence=" + this.voicePresence + ",}";
}
public GProChannelPresence(long j2, String str, int i2, ArrayList<GProChannelPresenceMemberInfo> arrayList, GProWorldPresence0x11bc gProWorldPresence0x11bc, GProGuildLiveInfo gProGuildLiveInfo, GProVoicePresence0x11bc gProVoicePresence0x11bc) {
this.serialVersionUID = 1L;
this.currentMemberNum = "";
this.memberInfos = new ArrayList<>();
this.worldPresence = new GProWorldPresence0x11bc();
this.guildLiveInfo = new GProGuildLiveInfo();
this.voicePresence = new GProVoicePresence0x11bc();
this.channelId = j2;
this.currentMemberNum = str;
this.channelType = i2;
this.memberInfos = arrayList;
this.worldPresence = gProWorldPresence0x11bc;
this.guildLiveInfo = gProGuildLiveInfo;
this.voicePresence = gProVoicePresence0x11bc;
}
}

View File

@ -0,0 +1,37 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannelPresenceInfo {
ArrayList<GProChannelPresenceItemInfo> itemList;
long playSpeed;
int templateId;
public GProChannelPresenceInfo() {
this.itemList = new ArrayList<>();
}
public ArrayList<GProChannelPresenceItemInfo> getItemList() {
return this.itemList;
}
public long getPlaySpeed() {
return this.playSpeed;
}
public int getTemplateId() {
return this.templateId;
}
public String toString() {
return "GProChannelPresenceInfo{templateId=" + this.templateId + ",itemList=" + this.itemList + ",playSpeed=" + this.playSpeed + ",}";
}
public GProChannelPresenceInfo(int i2, ArrayList<GProChannelPresenceItemInfo> arrayList, long j2) {
this.itemList = new ArrayList<>();
this.templateId = i2;
this.itemList = arrayList;
this.playSpeed = j2;
}
}

View File

@ -0,0 +1,37 @@
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;
}
}

View File

@ -0,0 +1,34 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProChannelPresenceMemberInfo implements Serializable {
String bytesAvatarMeta;
long serialVersionUID;
long tinyId;
public GProChannelPresenceMemberInfo() {
this.serialVersionUID = 1L;
this.bytesAvatarMeta = "";
}
public String getBytesAvatarMeta() {
return this.bytesAvatarMeta;
}
public long getTinyId() {
return this.tinyId;
}
public String toString() {
return "GProChannelPresenceMemberInfo{tinyId=" + this.tinyId + ",bytesAvatarMeta=" + this.bytesAvatarMeta + ",}";
}
public GProChannelPresenceMemberInfo(long j2, String str) {
this.serialVersionUID = 1L;
this.bytesAvatarMeta = "";
this.tinyId = j2;
this.bytesAvatarMeta = str;
}
}

View File

@ -0,0 +1,59 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
import java.util.ArrayList;
/* loaded from: classes2.dex */
public final class GProChannelState implements Serializable {
long channelId;
int channelState;
ArrayList<GProChannelStateItemInfo> channelStateList;
long channelStateSeq;
int channelType;
long guildId;
long serialVersionUID;
public GProChannelState() {
this.serialVersionUID = 1L;
this.channelStateList = new ArrayList<>();
}
public long getChannelId() {
return this.channelId;
}
public int getChannelState() {
return this.channelState;
}
public ArrayList<GProChannelStateItemInfo> getChannelStateList() {
return this.channelStateList;
}
public long getChannelStateSeq() {
return this.channelStateSeq;
}
public int getChannelType() {
return this.channelType;
}
public long getGuildId() {
return this.guildId;
}
public String toString() {
return "GProChannelState{guildId=" + this.guildId + ",channelId=" + this.channelId + ",channelState=" + this.channelState + ",channelType=" + this.channelType + ",channelStateList=" + this.channelStateList + ",channelStateSeq=" + this.channelStateSeq + ",}";
}
public GProChannelState(long j2, long j3, int i2, int i3, ArrayList<GProChannelStateItemInfo> arrayList, long j4) {
this.serialVersionUID = 1L;
this.channelStateList = new ArrayList<>();
this.guildId = j2;
this.channelId = j3;
this.channelState = i2;
this.channelType = i3;
this.channelStateList = arrayList;
this.channelStateSeq = j4;
}
}

View File

@ -0,0 +1,30 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProChannelStateItemInfo implements Serializable {
int channelState;
long serialVersionUID = 1;
int statePriority;
public GProChannelStateItemInfo() {
}
public int getChannelState() {
return this.channelState;
}
public int getStatePriority() {
return this.statePriority;
}
public String toString() {
return "GProChannelStateItemInfo{channelState=" + this.channelState + ",statePriority=" + this.statePriority + ",}";
}
public GProChannelStateItemInfo(int i2, int i3) {
this.channelState = i2;
this.statePriority = i3;
}
}

View File

@ -0,0 +1,28 @@
package com.tencent.qqnt.kernel.nativeinterface;
import java.io.Serializable;
/* loaded from: classes2.dex */
public final class GProChannelToolBar implements Serializable {
long serialVersionUID;
String toolbarListStr;
public GProChannelToolBar() {
this.serialVersionUID = 1L;
this.toolbarListStr = "";
}
public String getToolbarListStr() {
return this.toolbarListStr;
}
public String toString() {
return "GProChannelToolBar{toolbarListStr=" + this.toolbarListStr + ",}";
}
public GProChannelToolBar(String str) {
this.serialVersionUID = 1L;
this.toolbarListStr = "";
this.toolbarListStr = str;
}
}

Some files were not shown because too many files have changed in this diff Show More