身外化身
parent
28e4676e90
commit
b3d35a15a3
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerInvalidOperException extends TException implements org.apache.thrift.TBase<InnerInvalidOperException, InnerInvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InnerInvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerInvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerResult implements org.apache.thrift.TBase<InnerResult, InnerResult._Fields>, java.io.Serializable, Cloneable, Comparable<InnerResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCgTGRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerInvalidOperException extends TException implements org.apache.thrift.TBase<InnerInvalidOperException, InnerInvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InnerInvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerInvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerResult implements org.apache.thrift.TBase<InnerResult, InnerResult._Fields>, java.io.Serializable, Cloneable, Comparable<InnerResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCgTGRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -213,8 +213,10 @@ public class CoreService implements RPCRequestIFace.Iface {
|
|||
for (TransformationInfo value : user.getHeroManager().getTransformationList().values().stream().filter(v -> v.getStatus() == 1).collect(Collectors.toList())) {
|
||||
TransformationCardInfo builder = new TransformationCardInfo();
|
||||
builder.setId(value.getCardId());
|
||||
builder .setIndex(value.getIndex());
|
||||
builder .setStatus(value.getStatus());
|
||||
builder.setIndex(value.getIndex());
|
||||
builder.setStatus(value.getStatus());
|
||||
builder.setLevel(value.getLevel());
|
||||
builder.setStar(value.getStar());
|
||||
list.add(builder);
|
||||
}
|
||||
return list;
|
||||
|
|
|
|||
|
|
@ -400,4 +400,10 @@ public interface BIReason {
|
|||
int UP_GOD_SEAL =1241;//装备神印
|
||||
int MARGE_GOD_SEAL =1242;//合成神印
|
||||
|
||||
int TRANSFORMATION_CARD_LEVEL_COST = 1243;//身外化身卡片升级消耗
|
||||
int TRANSFORMATION_CARD_STAR_COST = 1244;//身外化身卡片升星消耗
|
||||
int TRANSFORMATION_CARD_LEVEL_REWARD = 1245;//身外化身卡片升星奖励
|
||||
int TRANSFORMATION_CARD_STAR_REWARD= 1246;//身外化身卡片升星奖励
|
||||
int TRANSFORMATION_FORCE_STAR_COST= 1247;//身外化身之力消耗
|
||||
|
||||
}
|
||||
|
|
@ -32,7 +32,7 @@ public class GetTransformationHandler extends BaseHandler<HeroInfoProto.GetTrans
|
|||
User user = UserManager.getUser(iSession.getUid());
|
||||
HeroInfoProto.GetTransformationResponse.Builder builder = HeroInfoProto.GetTransformationResponse.newBuilder()
|
||||
.addAllList(CBean2Proto.getTransformationInfoList(user));
|
||||
builder.setId(user.getHeroManager().getTransformationForce());
|
||||
MessageUtil.sendMessage(user.getId(),1, MessageTypeProto.MessageType.GetTransformationResponse_VALUE,builder.build(),true);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,25 +1,18 @@
|
|||
package com.ljsd.jieling.handler.transformation;
|
||||
|
||||
import com.ljsd.jieling.exception.ErrorCode;
|
||||
import com.ljsd.jieling.exception.ErrorCodeException;
|
||||
import com.ljsd.jieling.globals.BIReason;
|
||||
import com.ljsd.jieling.handler.BaseHandler;
|
||||
import com.ljsd.jieling.logic.dao.TransformationInfo;
|
||||
import com.ljsd.jieling.logic.dao.UserManager;
|
||||
import com.ljsd.jieling.logic.dao.root.User;
|
||||
import com.ljsd.jieling.network.session.ISession;
|
||||
import com.ljsd.jieling.util.ItemUtil;
|
||||
import com.ljsd.jieling.util.MessageUtil;
|
||||
import config.SChangingCard;
|
||||
import config.SChangingCardLevel;
|
||||
import config.SChangingForce;
|
||||
import manager.STableManager;
|
||||
import org.springframework.stereotype.Component;
|
||||
import rpc.protocols.CommonProto;
|
||||
import rpc.protocols.HeroInfoProto;
|
||||
import rpc.protocols.MessageTypeProto;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.Map;
|
||||
|
||||
/**
|
||||
|
|
@ -41,11 +34,11 @@ public class TransformationForceUpHandler extends BaseHandler<HeroInfoProto.Tran
|
|||
User user = UserManager.getUser(iSession.getUid());
|
||||
Map<Integer, SChangingForce> cardMap = STableManager.getConfig(SChangingForce.class);
|
||||
SChangingForce config = cardMap.get(id);
|
||||
if(config == null){
|
||||
if (config == null) {
|
||||
return;
|
||||
}
|
||||
int[][] costItem = {{config.getExpCost()[0],config.getExpCost()[1]}};
|
||||
if(!ItemUtil.itemCost(user,costItem, BIReason.TRANSFORMATION_CARD_COST,1)){
|
||||
int[][] costItem = {{config.getExpCost()[0], config.getExpCost()[1]}};
|
||||
if (!ItemUtil.itemCost(user, costItem, BIReason.TRANSFORMATION_FORCE_STAR_COST, 1)) {
|
||||
return;
|
||||
}
|
||||
user.getHeroManager().addTransformationForce(1);
|
||||
|
|
|
|||
|
|
@ -17,7 +17,6 @@ import org.springframework.stereotype.Component;
|
|||
import rpc.protocols.CommonProto;
|
||||
import rpc.protocols.HeroInfoProto;
|
||||
import rpc.protocols.MessageTypeProto;
|
||||
import rpc.protocols.PlayerInfoProto;
|
||||
|
||||
import java.util.HashMap;
|
||||
import java.util.List;
|
||||
|
|
@ -42,58 +41,57 @@ public class TransformationUpGradeHandler extends BaseHandler<HeroInfoProto.Tran
|
|||
int type = proto.getType();
|
||||
Map<Integer, SChangingCard> cardMap = STableManager.getConfig(SChangingCard.class);
|
||||
SChangingCard changingCard = cardMap.get(id);
|
||||
if (changingCard == null || changingCard.getIsOpen() == 0){
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE,"该卡片版本错误");
|
||||
if (changingCard == null || changingCard.getIsOpen() == 0) {
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE, "该卡片版本错误");
|
||||
}
|
||||
Map<Integer, TransformationInfo> infoMap = user.getHeroManager().getTransformationList();
|
||||
TransformationInfo info = infoMap.get(id);
|
||||
HeroInfoProto.TransformationUpGradeResponse.Builder builder = HeroInfoProto.TransformationUpGradeResponse.newBuilder();
|
||||
CommonProto.Drop.Builder drop = CommonProto.Drop.newBuilder();
|
||||
if(type == 1){
|
||||
if (type == 1) {
|
||||
//升级
|
||||
int pool = changingCard.getLevelUpPool();
|
||||
int pool = changingCard.getLevelUpPool();
|
||||
Map<Integer, SChangingCardLevel> poolConfig = SChangingCardLevel.getConfigByPoolId(pool);
|
||||
if(poolConfig == null){
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE,"该卡片版本错误");
|
||||
if (poolConfig == null) {
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE, "该卡片版本错误");
|
||||
}
|
||||
SChangingCardLevel nextConfig = poolConfig.get(info.getLevel()+1);
|
||||
if(nextConfig == null){
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE,"该卡片版本错误");
|
||||
SChangingCardLevel nextConfig = poolConfig.get(info.getLevel() + 1);
|
||||
if (nextConfig == null) {
|
||||
throw new ErrorCodeException(ErrorCode.SERVER_SELF_DEFINE, "该卡片版本错误");
|
||||
}
|
||||
int[][] costItem = {{nextConfig.getExp()[0],nextConfig.getExp()[1]}};
|
||||
if(!ItemUtil.itemCost(user,costItem, BIReason.TRANSFORMATION_CARD_COST,1)){
|
||||
int[][] costItem = {{nextConfig.getExp()[0], nextConfig.getExp()[1]}};
|
||||
if (!ItemUtil.itemCost(user, costItem, BIReason.TRANSFORMATION_CARD_LEVEL_COST, 1)) {
|
||||
return;
|
||||
}
|
||||
info.setLevel(info.getLevel()+1);
|
||||
info.setLevel(info.getLevel() + 1);
|
||||
user.getHeroManager().putTransformationList(info);
|
||||
int[][] dropItem = {nextConfig.getChangingForceExp()};
|
||||
|
||||
ItemUtil.drop(user, dropItem, drop, BIReason.SEVEN_WORLD_TREASURE);
|
||||
ItemUtil.drop(user, dropItem, drop, BIReason.TRANSFORMATION_CARD_LEVEL_REWARD);
|
||||
builder.setDrop(drop);
|
||||
|
||||
}else if(type == 2 ){
|
||||
} else if (type == 2) {
|
||||
//升星
|
||||
List<CommonProto.KeyVal> itemIdList = proto.getItemListList();
|
||||
Map <Integer,Integer> costMap = new HashMap<>();
|
||||
for(CommonProto.KeyVal keyVal :itemIdList){
|
||||
if(costMap.containsKey(keyVal.getKey())){
|
||||
costMap.put(keyVal.getKey(),costMap.get(keyVal.getKey())+1);
|
||||
}else {
|
||||
costMap.put(keyVal.getKey(),1);
|
||||
Map<Integer, Integer> costMap = new HashMap<>();
|
||||
for (CommonProto.KeyVal keyVal : itemIdList) {
|
||||
if (costMap.containsKey(keyVal.getKey())) {
|
||||
costMap.put(keyVal.getKey(), costMap.get(keyVal.getKey()) + 1);
|
||||
} else {
|
||||
costMap.put(keyVal.getKey(), 1);
|
||||
}
|
||||
}
|
||||
if(!ItemUtil.itemCost(user, costMap, BIReason.TRANSFORMATION_CARD_COST,1)){
|
||||
if (!ItemUtil.itemCost(user, costMap, BIReason.TRANSFORMATION_CARD_STAR_COST, 1)) {
|
||||
return;
|
||||
}
|
||||
if (info != null){
|
||||
info.setStar(info.getStar()+ 1);
|
||||
if (info != null) {
|
||||
info.setStar(info.getStar() + 1);
|
||||
user.getHeroManager().putTransformationList(info);
|
||||
Map<Integer,Long> itemMap = new HashMap<>(1);
|
||||
int [] item = changingCard.getStarUpExp()[info.getStar()-1];
|
||||
itemMap.put(item[0],Long.valueOf(item[1]));
|
||||
ItemUtil.addItem(user,itemMap,drop, BIReason.VIP_DAY_REWARD);
|
||||
Map<Integer, Long> itemMap = new HashMap<>(1);
|
||||
int[] item = changingCard.getStarUpExp()[info.getStar() - 1];
|
||||
itemMap.put(item[0], Long.valueOf(item[1]));
|
||||
ItemUtil.addItem(user, itemMap, drop, BIReason.TRANSFORMATION_CARD_STAR_REWARD);
|
||||
builder.setDrop(drop);
|
||||
//user.getHeroManager().addTransformationForce(changingCard.getStarUpExp()[info.getStar()-1][1]);
|
||||
}
|
||||
}
|
||||
CommonProto.TransformationCardInfo cardInfo = CommonProto.TransformationCardInfo.newBuilder()
|
||||
|
|
@ -105,5 +103,5 @@ public class TransformationUpGradeHandler extends BaseHandler<HeroInfoProto.Tran
|
|||
.build();
|
||||
builder.setInfo(cardInfo);
|
||||
MessageUtil.sendMessage(iSession, 1, MessageTypeProto.MessageType.TransformationUpGradeResponse.getNumber(), builder.build(), true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -245,7 +245,7 @@ public class ChallengeLogic {
|
|||
return;
|
||||
}
|
||||
}
|
||||
PVEFightEvent pveFightEvent = new PVEFightEvent(user.getId(), type == 1?TeamEnum.CHALLENGE_ENDLESS_NEWTEAM.getTeamId():TeamEnum.CHALLENGE_TREASURE_TEAM.getTeamId(), 1000, "",
|
||||
PVEFightEvent pveFightEvent = new PVEFightEvent(user.getId(), type == 1?TeamEnum.CHALLENGE_ENDLESS_NEWTEAM.getTeamId():TeamEnum.CHALLENGE_TREASURE_TEAM.getTeamId(), 20, "",
|
||||
fightType, sChallengeConfig.getMonsterGroup(), 3);
|
||||
FightResult fightResult = FightDispatcher.dispatcher(pveFightEvent);
|
||||
|
||||
|
|
|
|||
|
|
@ -2470,7 +2470,69 @@ public class HeroLogic {
|
|||
* 主角技能数据
|
||||
*/
|
||||
public void getPracticeSkill(List<CommonProto.FightUnitInfo> infoList,
|
||||
Map<Integer, Integer> practiceSkillMap,
|
||||
User user,
|
||||
long maxForce,int sex,int userLv,List<Integer> tfInfoList) {
|
||||
Map<Integer, Integer> practiceSkillMap =user.getHeroManager().getPracticeSkillMap();
|
||||
StringBuilder skillStr = new StringBuilder();
|
||||
// 身外化身技能
|
||||
if (tfInfoList != null){
|
||||
Map<Integer, SChangingCard> cardMap = STableManager.getConfig(SChangingCard.class);
|
||||
Map<Integer, TransformationInfo> infoMap = user.getHeroManager().getTransformationList();
|
||||
for (int cardId : tfInfoList) {
|
||||
SChangingCard card = cardMap.get(cardId);
|
||||
TransformationInfo info = infoMap.get(cardId);
|
||||
if(info == null){
|
||||
continue;
|
||||
}
|
||||
if (card != null){
|
||||
skillStr.append(card.getSkill()[info.getStar()]).append("#");
|
||||
}
|
||||
}
|
||||
}
|
||||
// 修行技能
|
||||
if (practiceSkillMap != null){
|
||||
StringBuilder passivitySkillStr=new StringBuilder();
|
||||
for (Map.Entry<Integer, Integer> entry : practiceSkillMap.entrySet()) {
|
||||
SPlayerSkill playerSkill = SPlayerSkill.GetSPlayerSkill(entry.getKey(), entry.getValue());
|
||||
if (playerSkill != null){
|
||||
///第一个技能是主动技
|
||||
if (playerSkill.getSort()==1){
|
||||
skillStr.append(playerSkill.getId());
|
||||
skillStr.append("|");
|
||||
}else{
|
||||
///第一个技能是被动技能
|
||||
passivitySkillStr.append(playerSkill.getSkillIDList()[0]);
|
||||
passivitySkillStr.append("#");
|
||||
}
|
||||
}
|
||||
}
|
||||
skillStr.append(passivitySkillStr);
|
||||
}
|
||||
|
||||
// 去除最后一位得#号
|
||||
String skill = skillStr.toString();
|
||||
if (!StringUtil.isEmpty(skill)){
|
||||
skill = skill.substring(0,skill.length()-1);
|
||||
}
|
||||
|
||||
CommonProto.FightUnitInfo skillInfo = CommonProto.FightUnitInfo
|
||||
.newBuilder()
|
||||
.setUnitId("0")
|
||||
.setUnitSkillIds(skill)
|
||||
.setProperty("0")
|
||||
.setPosition(100)
|
||||
.setStar(userLv)
|
||||
.setSkinId(0)
|
||||
.setForceScore(maxForce)
|
||||
.setPlayerSex(sex)
|
||||
.build();
|
||||
infoList.add(skillInfo);
|
||||
}
|
||||
/**
|
||||
* 主角技能数据
|
||||
*/
|
||||
public void getPracticeSkill(List<CommonProto.FightUnitInfo> infoList,
|
||||
Map<Integer, Integer> practiceSkillMap ,
|
||||
long maxForce,int sex,int userLv,List<Integer> tfInfoList) {
|
||||
StringBuilder skillStr = new StringBuilder();
|
||||
// 身外化身技能
|
||||
|
|
@ -2478,7 +2540,7 @@ public class HeroLogic {
|
|||
Map<Integer, SChangingCard> cardMap = STableManager.getConfig(SChangingCard.class);
|
||||
for (int cardId : tfInfoList) {
|
||||
SChangingCard card = cardMap.get(cardId);
|
||||
if (card != null){ //TODO
|
||||
if (card != null){
|
||||
for(int skill:card.getSkill()){
|
||||
skillStr.append(skill).append("#");
|
||||
}
|
||||
|
|
@ -2524,7 +2586,6 @@ public class HeroLogic {
|
|||
.build();
|
||||
infoList.add(skillInfo);
|
||||
}
|
||||
|
||||
/**
|
||||
* 这里放全部得主动技能
|
||||
* @param user
|
||||
|
|
@ -2559,8 +2620,7 @@ public class HeroLogic {
|
|||
.filter(v -> v.getStatus() == 1)
|
||||
.mapToInt(TransformationInfo::getCardId)
|
||||
.boxed().collect(Collectors.toList());
|
||||
|
||||
getPracticeSkill(pokemonInfos, user.getHeroManager().getPracticeSkillMap(),
|
||||
getPracticeSkill(pokemonInfos, user,
|
||||
user.getPlayerInfoManager().getMaxForce(),user.getPlayerInfoManager().getSex(),
|
||||
user.getPlayerInfoManager().getLevel(),list);
|
||||
return pokemonInfos;
|
||||
|
|
@ -2634,7 +2694,7 @@ public class HeroLogic {
|
|||
.filter(v -> v.getStatus() == 1)
|
||||
.mapToInt(TransformationInfo::getCardId)
|
||||
.boxed().collect(Collectors.toList());
|
||||
getPracticeSkill(pokemonInfos,user.getHeroManager().getPracticeSkillMap(),
|
||||
getPracticeSkill(pokemonInfos,user,
|
||||
user.getPlayerInfoManager().getMaxForce(),user.getPlayerInfoManager().getSex(),
|
||||
user.getPlayerInfoManager().getLevel(),list);
|
||||
return pokemonInfos;
|
||||
|
|
|
|||
|
|
@ -1196,7 +1196,8 @@ public class PlayerLogic {
|
|||
List<CommonProto.TransformationCardInfo> list = new ArrayList<>();
|
||||
for(TransformationCardInfo rpcData:listRpc){
|
||||
CommonProto.TransformationCardInfo perData = CommonProto.TransformationCardInfo.newBuilder()
|
||||
.setId(rpcData.getId()).setIndex(rpcData.getIndex()).setStatus(rpcData.getStatus()).build();
|
||||
.setId(rpcData.getId()).setIndex(rpcData.getIndex()).setStatus(rpcData.getStatus())
|
||||
.setLevel(rpcData.getLevel()).setStar(rpcData.getStar()).build();
|
||||
list.add(perData);
|
||||
}
|
||||
return list;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class ArenaOfHero implements org.apache.thrift.TBase<ArenaOfHero, ArenaOfHero._Fields>, java.io.Serializable, Cloneable, Comparable<ArenaOfHero> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ArenaOfHero");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class CrossArenaManager implements org.apache.thrift.TBase<CrossArenaManager, CrossArenaManager._Fields>, java.io.Serializable, Cloneable, Comparable<CrossArenaManager> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("CrossArenaManager");
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InvalidOperException extends TException implements org.apache.thrift.TBase<InvalidOperException, InvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class LifeGridInfo implements org.apache.thrift.TBase<LifeGridInfo, LifeGridInfo._Fields>, java.io.Serializable, Cloneable, Comparable<LifeGridInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LifeGridInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class Pokemon implements org.apache.thrift.TBase<Pokemon, Pokemon._Fields>, java.io.Serializable, Cloneable, Comparable<Pokemon> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Pokemon");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class PropertyItem implements org.apache.thrift.TBase<PropertyItem, PropertyItem._Fields>, java.io.Serializable, Cloneable, Comparable<PropertyItem> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PropertyItem");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class PurpleMansionSeal implements org.apache.thrift.TBase<PurpleMansionSeal, PurpleMansionSeal._Fields>, java.io.Serializable, Cloneable, Comparable<PurpleMansionSeal> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PurpleMansionSeal");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCMatchRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-20")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
@ -1317,7 +1317,7 @@ public class RPCRequestIFace {
|
|||
|
||||
public AsyncMethodCallback<Void> getResultHandler(final AsyncFrameBuffer fb, final int seqid) {
|
||||
final org.apache.thrift.AsyncProcessFunction fcall = this;
|
||||
return new AsyncMethodCallback<Void>() {
|
||||
return new AsyncMethodCallback<Void>() {
|
||||
public void onComplete(Void o) {
|
||||
updateUserInfoByRpc_result result = new updateUserInfoByRpc_result();
|
||||
try {
|
||||
|
|
@ -8191,11 +8191,11 @@ public class RPCRequestIFace {
|
|||
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
||||
static {
|
||||
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
||||
tmpMap.put(_Fields.UID, new org.apache.thrift.meta_data.FieldMetaData("uid", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
tmpMap.put(_Fields.UID, new org.apache.thrift.meta_data.FieldMetaData("uid", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.USER_STR, new org.apache.thrift.meta_data.FieldMetaData("userStr", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
tmpMap.put(_Fields.USER_STR, new org.apache.thrift.meta_data.FieldMetaData("userStr", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
||||
tmpMap.put(_Fields.TYPE, new org.apache.thrift.meta_data.FieldMetaData("type", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
tmpMap.put(_Fields.TYPE, new org.apache.thrift.meta_data.FieldMetaData("type", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
||||
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateUserInfoByRpc_args.class, metaDataMap);
|
||||
|
|
@ -8552,7 +8552,7 @@ public class RPCRequestIFace {
|
|||
while (true)
|
||||
{
|
||||
schemeField = iprot.readFieldBegin();
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
break;
|
||||
}
|
||||
switch (schemeField.id) {
|
||||
|
|
@ -8560,7 +8560,7 @@ public class RPCRequestIFace {
|
|||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.uid = iprot.readI32();
|
||||
struct.setUidIsSet(true);
|
||||
} else {
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
|
|
@ -8568,7 +8568,7 @@ public class RPCRequestIFace {
|
|||
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
|
||||
struct.userStr = iprot.readString();
|
||||
struct.setUserStrIsSet(true);
|
||||
} else {
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
|
|
@ -8576,7 +8576,7 @@ public class RPCRequestIFace {
|
|||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.type = iprot.readI32();
|
||||
struct.setTypeIsSet(true);
|
||||
} else {
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
|
|
@ -8868,7 +8868,7 @@ public class RPCRequestIFace {
|
|||
while (true)
|
||||
{
|
||||
schemeField = iprot.readFieldBegin();
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
break;
|
||||
}
|
||||
switch (schemeField.id) {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RechargeResult implements org.apache.thrift.TBase<RechargeResult, RechargeResult._Fields>, java.io.Serializable, Cloneable, Comparable<RechargeResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("RechargeResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class Result implements org.apache.thrift.TBase<Result, Result._Fields>, java.io.Serializable, Cloneable, Comparable<Result> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Result");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class SixiangxinfaInfo implements org.apache.thrift.TBase<SixiangxinfaInfo, SixiangxinfaInfo._Fields>, java.io.Serializable, Cloneable, Comparable<SixiangxinfaInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SixiangxinfaInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class SixiangxinfaPropertyInfo implements org.apache.thrift.TBase<SixiangxinfaPropertyInfo, SixiangxinfaPropertyInfo._Fields>, java.io.Serializable, Cloneable, Comparable<SixiangxinfaPropertyInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SixiangxinfaPropertyInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* ArenaOfHeroManager 结构体
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class TeamPosHeroInfo implements org.apache.thrift.TBase<TeamPosHeroInfo, TeamPosHeroInfo._Fields>, java.io.Serializable, Cloneable, Comparable<TeamPosHeroInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TeamPosHeroInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,13 +34,15 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class TransformationCardInfo implements org.apache.thrift.TBase<TransformationCardInfo, TransformationCardInfo._Fields>, java.io.Serializable, Cloneable, Comparable<TransformationCardInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TransformationCardInfo");
|
||||
|
||||
private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.I32, (short)1);
|
||||
private static final org.apache.thrift.protocol.TField INDEX_FIELD_DESC = new org.apache.thrift.protocol.TField("index", org.apache.thrift.protocol.TType.I32, (short)2);
|
||||
private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.I32, (short)3);
|
||||
private static final org.apache.thrift.protocol.TField LEVEL_FIELD_DESC = new org.apache.thrift.protocol.TField("level", org.apache.thrift.protocol.TType.I32, (short)4);
|
||||
private static final org.apache.thrift.protocol.TField STAR_FIELD_DESC = new org.apache.thrift.protocol.TField("star", org.apache.thrift.protocol.TType.I32, (short)5);
|
||||
|
||||
private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
|
||||
static {
|
||||
|
|
@ -51,12 +53,16 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
public int id; // optional
|
||||
public int index; // optional
|
||||
public int status; // optional
|
||||
public int level; // optional
|
||||
public int star; // optional
|
||||
|
||||
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
||||
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
||||
ID((short)1, "id"),
|
||||
INDEX((short)2, "index"),
|
||||
STATUS((short)3, "status");
|
||||
STATUS((short)3, "status"),
|
||||
LEVEL((short)4, "level"),
|
||||
STAR((short)5, "star");
|
||||
|
||||
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
||||
|
||||
|
|
@ -77,6 +83,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return INDEX;
|
||||
case 3: // STATUS
|
||||
return STATUS;
|
||||
case 4: // LEVEL
|
||||
return LEVEL;
|
||||
case 5: // STAR
|
||||
return STAR;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
|
@ -120,8 +130,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
private static final int __ID_ISSET_ID = 0;
|
||||
private static final int __INDEX_ISSET_ID = 1;
|
||||
private static final int __STATUS_ISSET_ID = 2;
|
||||
private static final int __LEVEL_ISSET_ID = 3;
|
||||
private static final int __STAR_ISSET_ID = 4;
|
||||
private byte __isset_bitfield = 0;
|
||||
private static final _Fields optionals[] = {_Fields.ID,_Fields.INDEX,_Fields.STATUS};
|
||||
private static final _Fields optionals[] = {_Fields.ID,_Fields.INDEX,_Fields.STATUS,_Fields.LEVEL,_Fields.STAR};
|
||||
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
||||
static {
|
||||
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
||||
|
|
@ -131,6 +143,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.STATUS, new org.apache.thrift.meta_data.FieldMetaData("status", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.LEVEL, new org.apache.thrift.meta_data.FieldMetaData("level", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.STAR, new org.apache.thrift.meta_data.FieldMetaData("star", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
||||
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TransformationCardInfo.class, metaDataMap);
|
||||
}
|
||||
|
|
@ -146,6 +162,8 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
this.id = other.id;
|
||||
this.index = other.index;
|
||||
this.status = other.status;
|
||||
this.level = other.level;
|
||||
this.star = other.star;
|
||||
}
|
||||
|
||||
public TransformationCardInfo deepCopy() {
|
||||
|
|
@ -160,6 +178,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
this.index = 0;
|
||||
setStatusIsSet(false);
|
||||
this.status = 0;
|
||||
setLevelIsSet(false);
|
||||
this.level = 0;
|
||||
setStarIsSet(false);
|
||||
this.star = 0;
|
||||
}
|
||||
|
||||
public int getId() {
|
||||
|
|
@ -231,6 +253,52 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __STATUS_ISSET_ID, value);
|
||||
}
|
||||
|
||||
public int getLevel() {
|
||||
return this.level;
|
||||
}
|
||||
|
||||
public TransformationCardInfo setLevel(int level) {
|
||||
this.level = level;
|
||||
setLevelIsSet(true);
|
||||
return this;
|
||||
}
|
||||
|
||||
public void unsetLevel() {
|
||||
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __LEVEL_ISSET_ID);
|
||||
}
|
||||
|
||||
/** Returns true if field level is set (has been assigned a value) and false otherwise */
|
||||
public boolean isSetLevel() {
|
||||
return EncodingUtils.testBit(__isset_bitfield, __LEVEL_ISSET_ID);
|
||||
}
|
||||
|
||||
public void setLevelIsSet(boolean value) {
|
||||
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LEVEL_ISSET_ID, value);
|
||||
}
|
||||
|
||||
public int getStar() {
|
||||
return this.star;
|
||||
}
|
||||
|
||||
public TransformationCardInfo setStar(int star) {
|
||||
this.star = star;
|
||||
setStarIsSet(true);
|
||||
return this;
|
||||
}
|
||||
|
||||
public void unsetStar() {
|
||||
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __STAR_ISSET_ID);
|
||||
}
|
||||
|
||||
/** Returns true if field star is set (has been assigned a value) and false otherwise */
|
||||
public boolean isSetStar() {
|
||||
return EncodingUtils.testBit(__isset_bitfield, __STAR_ISSET_ID);
|
||||
}
|
||||
|
||||
public void setStarIsSet(boolean value) {
|
||||
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __STAR_ISSET_ID, value);
|
||||
}
|
||||
|
||||
public void setFieldValue(_Fields field, Object value) {
|
||||
switch (field) {
|
||||
case ID:
|
||||
|
|
@ -257,6 +325,22 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
}
|
||||
break;
|
||||
|
||||
case LEVEL:
|
||||
if (value == null) {
|
||||
unsetLevel();
|
||||
} else {
|
||||
setLevel((Integer)value);
|
||||
}
|
||||
break;
|
||||
|
||||
case STAR:
|
||||
if (value == null) {
|
||||
unsetStar();
|
||||
} else {
|
||||
setStar((Integer)value);
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -271,6 +355,12 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
case STATUS:
|
||||
return Integer.valueOf(getStatus());
|
||||
|
||||
case LEVEL:
|
||||
return Integer.valueOf(getLevel());
|
||||
|
||||
case STAR:
|
||||
return Integer.valueOf(getStar());
|
||||
|
||||
}
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
|
|
@ -288,6 +378,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return isSetIndex();
|
||||
case STATUS:
|
||||
return isSetStatus();
|
||||
case LEVEL:
|
||||
return isSetLevel();
|
||||
case STAR:
|
||||
return isSetStar();
|
||||
}
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
|
|
@ -332,6 +426,24 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return false;
|
||||
}
|
||||
|
||||
boolean this_present_level = true && this.isSetLevel();
|
||||
boolean that_present_level = true && that.isSetLevel();
|
||||
if (this_present_level || that_present_level) {
|
||||
if (!(this_present_level && that_present_level))
|
||||
return false;
|
||||
if (this.level != that.level)
|
||||
return false;
|
||||
}
|
||||
|
||||
boolean this_present_star = true && this.isSetStar();
|
||||
boolean that_present_star = true && that.isSetStar();
|
||||
if (this_present_star || that_present_star) {
|
||||
if (!(this_present_star && that_present_star))
|
||||
return false;
|
||||
if (this.star != that.star)
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -354,6 +466,16 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
if (present_status)
|
||||
list.add(status);
|
||||
|
||||
boolean present_level = true && (isSetLevel());
|
||||
list.add(present_level);
|
||||
if (present_level)
|
||||
list.add(level);
|
||||
|
||||
boolean present_star = true && (isSetStar());
|
||||
list.add(present_star);
|
||||
if (present_star)
|
||||
list.add(star);
|
||||
|
||||
return list.hashCode();
|
||||
}
|
||||
|
||||
|
|
@ -395,6 +517,26 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return lastComparison;
|
||||
}
|
||||
}
|
||||
lastComparison = Boolean.valueOf(isSetLevel()).compareTo(other.isSetLevel());
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
if (isSetLevel()) {
|
||||
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.level, other.level);
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
}
|
||||
lastComparison = Boolean.valueOf(isSetStar()).compareTo(other.isSetStar());
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
if (isSetStar()) {
|
||||
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.star, other.star);
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -432,6 +574,18 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
sb.append(this.status);
|
||||
first = false;
|
||||
}
|
||||
if (isSetLevel()) {
|
||||
if (!first) sb.append(", ");
|
||||
sb.append("level:");
|
||||
sb.append(this.level);
|
||||
first = false;
|
||||
}
|
||||
if (isSetStar()) {
|
||||
if (!first) sb.append(", ");
|
||||
sb.append("star:");
|
||||
sb.append(this.star);
|
||||
first = false;
|
||||
}
|
||||
sb.append(")");
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
@ -501,6 +655,22 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
case 4: // LEVEL
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.level = iprot.readI32();
|
||||
struct.setLevelIsSet(true);
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
case 5: // STAR
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.star = iprot.readI32();
|
||||
struct.setStarIsSet(true);
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
|
|
@ -531,6 +701,16 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
oprot.writeI32(struct.status);
|
||||
oprot.writeFieldEnd();
|
||||
}
|
||||
if (struct.isSetLevel()) {
|
||||
oprot.writeFieldBegin(LEVEL_FIELD_DESC);
|
||||
oprot.writeI32(struct.level);
|
||||
oprot.writeFieldEnd();
|
||||
}
|
||||
if (struct.isSetStar()) {
|
||||
oprot.writeFieldBegin(STAR_FIELD_DESC);
|
||||
oprot.writeI32(struct.star);
|
||||
oprot.writeFieldEnd();
|
||||
}
|
||||
oprot.writeFieldStop();
|
||||
oprot.writeStructEnd();
|
||||
}
|
||||
|
|
@ -558,7 +738,13 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
if (struct.isSetStatus()) {
|
||||
optionals.set(2);
|
||||
}
|
||||
oprot.writeBitSet(optionals, 3);
|
||||
if (struct.isSetLevel()) {
|
||||
optionals.set(3);
|
||||
}
|
||||
if (struct.isSetStar()) {
|
||||
optionals.set(4);
|
||||
}
|
||||
oprot.writeBitSet(optionals, 5);
|
||||
if (struct.isSetId()) {
|
||||
oprot.writeI32(struct.id);
|
||||
}
|
||||
|
|
@ -568,12 +754,18 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
if (struct.isSetStatus()) {
|
||||
oprot.writeI32(struct.status);
|
||||
}
|
||||
if (struct.isSetLevel()) {
|
||||
oprot.writeI32(struct.level);
|
||||
}
|
||||
if (struct.isSetStar()) {
|
||||
oprot.writeI32(struct.star);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void read(org.apache.thrift.protocol.TProtocol prot, TransformationCardInfo struct) throws org.apache.thrift.TException {
|
||||
TTupleProtocol iprot = (TTupleProtocol) prot;
|
||||
BitSet incoming = iprot.readBitSet(3);
|
||||
BitSet incoming = iprot.readBitSet(5);
|
||||
if (incoming.get(0)) {
|
||||
struct.id = iprot.readI32();
|
||||
struct.setIdIsSet(true);
|
||||
|
|
@ -586,6 +778,14 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
struct.status = iprot.readI32();
|
||||
struct.setStatusIsSet(true);
|
||||
}
|
||||
if (incoming.get(3)) {
|
||||
struct.level = iprot.readI32();
|
||||
struct.setLevelIsSet(true);
|
||||
}
|
||||
if (incoming.get(4)) {
|
||||
struct.star = iprot.readI32();
|
||||
struct.setStarIsSet(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class UserMountInfo implements org.apache.thrift.TBase<UserMountInfo, UserMountInfo._Fields>, java.io.Serializable, Cloneable, Comparable<UserMountInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("UserMountInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -1300,6 +1300,8 @@ public class CBean2Proto {
|
|||
.setId(value.getCardId())
|
||||
.setIndex(value.getIndex())
|
||||
.setStatus(value.getStatus())
|
||||
.setLevel(value.getLevel())
|
||||
.setStar(value.getStar())
|
||||
.build();
|
||||
list.add(builder);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerInvalidOperException extends TException implements org.apache.thrift.TBase<InnerInvalidOperException, InnerInvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InnerInvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerInvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerResult implements org.apache.thrift.TBase<InnerResult, InnerResult._Fields>, java.io.Serializable, Cloneable, Comparable<InnerResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCgTwRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCwTgRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -107,6 +107,8 @@ struct TransformationCardInfo{
|
|||
1:optional i32 id ;//卡id
|
||||
2:optional i32 index;// 位置
|
||||
3:optional i32 status ;// 状态
|
||||
4:optional i32 level ;//等级
|
||||
5:optional i32 star ;//星级
|
||||
}
|
||||
|
||||
struct CrossArenaManager{
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerInvalidOperException extends TException implements org.apache.thrift.TBase<InnerInvalidOperException, InnerInvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InnerInvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerInvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerResult implements org.apache.thrift.TBase<InnerResult, InnerResult._Fields>, java.io.Serializable, Cloneable, Comparable<InnerResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCgTGRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class ArenaOfHero implements org.apache.thrift.TBase<ArenaOfHero, ArenaOfHero._Fields>, java.io.Serializable, Cloneable, Comparable<ArenaOfHero> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("ArenaOfHero");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class CrossArenaManager implements org.apache.thrift.TBase<CrossArenaManager, CrossArenaManager._Fields>, java.io.Serializable, Cloneable, Comparable<CrossArenaManager> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("CrossArenaManager");
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InvalidOperException extends TException implements org.apache.thrift.TBase<InvalidOperException, InvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class LifeGridInfo implements org.apache.thrift.TBase<LifeGridInfo, LifeGridInfo._Fields>, java.io.Serializable, Cloneable, Comparable<LifeGridInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("LifeGridInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class Pokemon implements org.apache.thrift.TBase<Pokemon, Pokemon._Fields>, java.io.Serializable, Cloneable, Comparable<Pokemon> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Pokemon");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class PropertyItem implements org.apache.thrift.TBase<PropertyItem, PropertyItem._Fields>, java.io.Serializable, Cloneable, Comparable<PropertyItem> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PropertyItem");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class PurpleMansionSeal implements org.apache.thrift.TBase<PurpleMansionSeal, PurpleMansionSeal._Fields>, java.io.Serializable, Cloneable, Comparable<PurpleMansionSeal> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("PurpleMansionSeal");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCMatchRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-20")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
@ -1317,7 +1317,7 @@ public class RPCRequestIFace {
|
|||
|
||||
public AsyncMethodCallback<Void> getResultHandler(final AsyncFrameBuffer fb, final int seqid) {
|
||||
final org.apache.thrift.AsyncProcessFunction fcall = this;
|
||||
return new AsyncMethodCallback<Void>() {
|
||||
return new AsyncMethodCallback<Void>() {
|
||||
public void onComplete(Void o) {
|
||||
updateUserInfoByRpc_result result = new updateUserInfoByRpc_result();
|
||||
try {
|
||||
|
|
@ -8191,11 +8191,11 @@ public class RPCRequestIFace {
|
|||
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
||||
static {
|
||||
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
||||
tmpMap.put(_Fields.UID, new org.apache.thrift.meta_data.FieldMetaData("uid", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
tmpMap.put(_Fields.UID, new org.apache.thrift.meta_data.FieldMetaData("uid", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.USER_STR, new org.apache.thrift.meta_data.FieldMetaData("userStr", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
tmpMap.put(_Fields.USER_STR, new org.apache.thrift.meta_data.FieldMetaData("userStr", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.STRING)));
|
||||
tmpMap.put(_Fields.TYPE, new org.apache.thrift.meta_data.FieldMetaData("type", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
tmpMap.put(_Fields.TYPE, new org.apache.thrift.meta_data.FieldMetaData("type", org.apache.thrift.TFieldRequirementType.DEFAULT,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
||||
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(updateUserInfoByRpc_args.class, metaDataMap);
|
||||
|
|
@ -8552,7 +8552,7 @@ public class RPCRequestIFace {
|
|||
while (true)
|
||||
{
|
||||
schemeField = iprot.readFieldBegin();
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
break;
|
||||
}
|
||||
switch (schemeField.id) {
|
||||
|
|
@ -8560,7 +8560,7 @@ public class RPCRequestIFace {
|
|||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.uid = iprot.readI32();
|
||||
struct.setUidIsSet(true);
|
||||
} else {
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
|
|
@ -8568,7 +8568,7 @@ public class RPCRequestIFace {
|
|||
if (schemeField.type == org.apache.thrift.protocol.TType.STRING) {
|
||||
struct.userStr = iprot.readString();
|
||||
struct.setUserStrIsSet(true);
|
||||
} else {
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
|
|
@ -8576,7 +8576,7 @@ public class RPCRequestIFace {
|
|||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.type = iprot.readI32();
|
||||
struct.setTypeIsSet(true);
|
||||
} else {
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
|
|
@ -8868,7 +8868,7 @@ public class RPCRequestIFace {
|
|||
while (true)
|
||||
{
|
||||
schemeField = iprot.readFieldBegin();
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.STOP) {
|
||||
break;
|
||||
}
|
||||
switch (schemeField.id) {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RechargeResult implements org.apache.thrift.TBase<RechargeResult, RechargeResult._Fields>, java.io.Serializable, Cloneable, Comparable<RechargeResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("RechargeResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class Result implements org.apache.thrift.TBase<Result, Result._Fields>, java.io.Serializable, Cloneable, Comparable<Result> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("Result");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class SixiangxinfaInfo implements org.apache.thrift.TBase<SixiangxinfaInfo, SixiangxinfaInfo._Fields>, java.io.Serializable, Cloneable, Comparable<SixiangxinfaInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SixiangxinfaInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class SixiangxinfaPropertyInfo implements org.apache.thrift.TBase<SixiangxinfaPropertyInfo, SixiangxinfaPropertyInfo._Fields>, java.io.Serializable, Cloneable, Comparable<SixiangxinfaPropertyInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("SixiangxinfaPropertyInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* ArenaOfHeroManager 结构体
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class TeamPosHeroInfo implements org.apache.thrift.TBase<TeamPosHeroInfo, TeamPosHeroInfo._Fields>, java.io.Serializable, Cloneable, Comparable<TeamPosHeroInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TeamPosHeroInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,13 +34,15 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class TransformationCardInfo implements org.apache.thrift.TBase<TransformationCardInfo, TransformationCardInfo._Fields>, java.io.Serializable, Cloneable, Comparable<TransformationCardInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("TransformationCardInfo");
|
||||
|
||||
private static final org.apache.thrift.protocol.TField ID_FIELD_DESC = new org.apache.thrift.protocol.TField("id", org.apache.thrift.protocol.TType.I32, (short)1);
|
||||
private static final org.apache.thrift.protocol.TField INDEX_FIELD_DESC = new org.apache.thrift.protocol.TField("index", org.apache.thrift.protocol.TType.I32, (short)2);
|
||||
private static final org.apache.thrift.protocol.TField STATUS_FIELD_DESC = new org.apache.thrift.protocol.TField("status", org.apache.thrift.protocol.TType.I32, (short)3);
|
||||
private static final org.apache.thrift.protocol.TField LEVEL_FIELD_DESC = new org.apache.thrift.protocol.TField("level", org.apache.thrift.protocol.TType.I32, (short)4);
|
||||
private static final org.apache.thrift.protocol.TField STAR_FIELD_DESC = new org.apache.thrift.protocol.TField("star", org.apache.thrift.protocol.TType.I32, (short)5);
|
||||
|
||||
private static final Map<Class<? extends IScheme>, SchemeFactory> schemes = new HashMap<Class<? extends IScheme>, SchemeFactory>();
|
||||
static {
|
||||
|
|
@ -51,12 +53,16 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
public int id; // optional
|
||||
public int index; // optional
|
||||
public int status; // optional
|
||||
public int level; // optional
|
||||
public int star; // optional
|
||||
|
||||
/** The set of fields this struct contains, along with convenience methods for finding and manipulating them. */
|
||||
public enum _Fields implements org.apache.thrift.TFieldIdEnum {
|
||||
ID((short)1, "id"),
|
||||
INDEX((short)2, "index"),
|
||||
STATUS((short)3, "status");
|
||||
STATUS((short)3, "status"),
|
||||
LEVEL((short)4, "level"),
|
||||
STAR((short)5, "star");
|
||||
|
||||
private static final Map<String, _Fields> byName = new HashMap<String, _Fields>();
|
||||
|
||||
|
|
@ -77,6 +83,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return INDEX;
|
||||
case 3: // STATUS
|
||||
return STATUS;
|
||||
case 4: // LEVEL
|
||||
return LEVEL;
|
||||
case 5: // STAR
|
||||
return STAR;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
|
|
@ -120,8 +130,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
private static final int __ID_ISSET_ID = 0;
|
||||
private static final int __INDEX_ISSET_ID = 1;
|
||||
private static final int __STATUS_ISSET_ID = 2;
|
||||
private static final int __LEVEL_ISSET_ID = 3;
|
||||
private static final int __STAR_ISSET_ID = 4;
|
||||
private byte __isset_bitfield = 0;
|
||||
private static final _Fields optionals[] = {_Fields.ID,_Fields.INDEX,_Fields.STATUS};
|
||||
private static final _Fields optionals[] = {_Fields.ID,_Fields.INDEX,_Fields.STATUS,_Fields.LEVEL,_Fields.STAR};
|
||||
public static final Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> metaDataMap;
|
||||
static {
|
||||
Map<_Fields, org.apache.thrift.meta_data.FieldMetaData> tmpMap = new EnumMap<_Fields, org.apache.thrift.meta_data.FieldMetaData>(_Fields.class);
|
||||
|
|
@ -131,6 +143,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.STATUS, new org.apache.thrift.meta_data.FieldMetaData("status", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.LEVEL, new org.apache.thrift.meta_data.FieldMetaData("level", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
tmpMap.put(_Fields.STAR, new org.apache.thrift.meta_data.FieldMetaData("star", org.apache.thrift.TFieldRequirementType.OPTIONAL,
|
||||
new org.apache.thrift.meta_data.FieldValueMetaData(org.apache.thrift.protocol.TType.I32)));
|
||||
metaDataMap = Collections.unmodifiableMap(tmpMap);
|
||||
org.apache.thrift.meta_data.FieldMetaData.addStructMetaDataMap(TransformationCardInfo.class, metaDataMap);
|
||||
}
|
||||
|
|
@ -146,6 +162,8 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
this.id = other.id;
|
||||
this.index = other.index;
|
||||
this.status = other.status;
|
||||
this.level = other.level;
|
||||
this.star = other.star;
|
||||
}
|
||||
|
||||
public TransformationCardInfo deepCopy() {
|
||||
|
|
@ -160,6 +178,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
this.index = 0;
|
||||
setStatusIsSet(false);
|
||||
this.status = 0;
|
||||
setLevelIsSet(false);
|
||||
this.level = 0;
|
||||
setStarIsSet(false);
|
||||
this.star = 0;
|
||||
}
|
||||
|
||||
public int getId() {
|
||||
|
|
@ -231,6 +253,52 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __STATUS_ISSET_ID, value);
|
||||
}
|
||||
|
||||
public int getLevel() {
|
||||
return this.level;
|
||||
}
|
||||
|
||||
public TransformationCardInfo setLevel(int level) {
|
||||
this.level = level;
|
||||
setLevelIsSet(true);
|
||||
return this;
|
||||
}
|
||||
|
||||
public void unsetLevel() {
|
||||
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __LEVEL_ISSET_ID);
|
||||
}
|
||||
|
||||
/** Returns true if field level is set (has been assigned a value) and false otherwise */
|
||||
public boolean isSetLevel() {
|
||||
return EncodingUtils.testBit(__isset_bitfield, __LEVEL_ISSET_ID);
|
||||
}
|
||||
|
||||
public void setLevelIsSet(boolean value) {
|
||||
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __LEVEL_ISSET_ID, value);
|
||||
}
|
||||
|
||||
public int getStar() {
|
||||
return this.star;
|
||||
}
|
||||
|
||||
public TransformationCardInfo setStar(int star) {
|
||||
this.star = star;
|
||||
setStarIsSet(true);
|
||||
return this;
|
||||
}
|
||||
|
||||
public void unsetStar() {
|
||||
__isset_bitfield = EncodingUtils.clearBit(__isset_bitfield, __STAR_ISSET_ID);
|
||||
}
|
||||
|
||||
/** Returns true if field star is set (has been assigned a value) and false otherwise */
|
||||
public boolean isSetStar() {
|
||||
return EncodingUtils.testBit(__isset_bitfield, __STAR_ISSET_ID);
|
||||
}
|
||||
|
||||
public void setStarIsSet(boolean value) {
|
||||
__isset_bitfield = EncodingUtils.setBit(__isset_bitfield, __STAR_ISSET_ID, value);
|
||||
}
|
||||
|
||||
public void setFieldValue(_Fields field, Object value) {
|
||||
switch (field) {
|
||||
case ID:
|
||||
|
|
@ -257,6 +325,22 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
}
|
||||
break;
|
||||
|
||||
case LEVEL:
|
||||
if (value == null) {
|
||||
unsetLevel();
|
||||
} else {
|
||||
setLevel((Integer)value);
|
||||
}
|
||||
break;
|
||||
|
||||
case STAR:
|
||||
if (value == null) {
|
||||
unsetStar();
|
||||
} else {
|
||||
setStar((Integer)value);
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -271,6 +355,12 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
case STATUS:
|
||||
return Integer.valueOf(getStatus());
|
||||
|
||||
case LEVEL:
|
||||
return Integer.valueOf(getLevel());
|
||||
|
||||
case STAR:
|
||||
return Integer.valueOf(getStar());
|
||||
|
||||
}
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
|
|
@ -288,6 +378,10 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return isSetIndex();
|
||||
case STATUS:
|
||||
return isSetStatus();
|
||||
case LEVEL:
|
||||
return isSetLevel();
|
||||
case STAR:
|
||||
return isSetStar();
|
||||
}
|
||||
throw new IllegalStateException();
|
||||
}
|
||||
|
|
@ -332,6 +426,24 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return false;
|
||||
}
|
||||
|
||||
boolean this_present_level = true && this.isSetLevel();
|
||||
boolean that_present_level = true && that.isSetLevel();
|
||||
if (this_present_level || that_present_level) {
|
||||
if (!(this_present_level && that_present_level))
|
||||
return false;
|
||||
if (this.level != that.level)
|
||||
return false;
|
||||
}
|
||||
|
||||
boolean this_present_star = true && this.isSetStar();
|
||||
boolean that_present_star = true && that.isSetStar();
|
||||
if (this_present_star || that_present_star) {
|
||||
if (!(this_present_star && that_present_star))
|
||||
return false;
|
||||
if (this.star != that.star)
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
@ -354,6 +466,16 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
if (present_status)
|
||||
list.add(status);
|
||||
|
||||
boolean present_level = true && (isSetLevel());
|
||||
list.add(present_level);
|
||||
if (present_level)
|
||||
list.add(level);
|
||||
|
||||
boolean present_star = true && (isSetStar());
|
||||
list.add(present_star);
|
||||
if (present_star)
|
||||
list.add(star);
|
||||
|
||||
return list.hashCode();
|
||||
}
|
||||
|
||||
|
|
@ -395,6 +517,26 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
return lastComparison;
|
||||
}
|
||||
}
|
||||
lastComparison = Boolean.valueOf(isSetLevel()).compareTo(other.isSetLevel());
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
if (isSetLevel()) {
|
||||
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.level, other.level);
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
}
|
||||
lastComparison = Boolean.valueOf(isSetStar()).compareTo(other.isSetStar());
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
if (isSetStar()) {
|
||||
lastComparison = org.apache.thrift.TBaseHelper.compareTo(this.star, other.star);
|
||||
if (lastComparison != 0) {
|
||||
return lastComparison;
|
||||
}
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
@ -432,6 +574,18 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
sb.append(this.status);
|
||||
first = false;
|
||||
}
|
||||
if (isSetLevel()) {
|
||||
if (!first) sb.append(", ");
|
||||
sb.append("level:");
|
||||
sb.append(this.level);
|
||||
first = false;
|
||||
}
|
||||
if (isSetStar()) {
|
||||
if (!first) sb.append(", ");
|
||||
sb.append("star:");
|
||||
sb.append(this.star);
|
||||
first = false;
|
||||
}
|
||||
sb.append(")");
|
||||
return sb.toString();
|
||||
}
|
||||
|
|
@ -501,6 +655,22 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
case 4: // LEVEL
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.level = iprot.readI32();
|
||||
struct.setLevelIsSet(true);
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
case 5: // STAR
|
||||
if (schemeField.type == org.apache.thrift.protocol.TType.I32) {
|
||||
struct.star = iprot.readI32();
|
||||
struct.setStarIsSet(true);
|
||||
} else {
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
org.apache.thrift.protocol.TProtocolUtil.skip(iprot, schemeField.type);
|
||||
}
|
||||
|
|
@ -531,6 +701,16 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
oprot.writeI32(struct.status);
|
||||
oprot.writeFieldEnd();
|
||||
}
|
||||
if (struct.isSetLevel()) {
|
||||
oprot.writeFieldBegin(LEVEL_FIELD_DESC);
|
||||
oprot.writeI32(struct.level);
|
||||
oprot.writeFieldEnd();
|
||||
}
|
||||
if (struct.isSetStar()) {
|
||||
oprot.writeFieldBegin(STAR_FIELD_DESC);
|
||||
oprot.writeI32(struct.star);
|
||||
oprot.writeFieldEnd();
|
||||
}
|
||||
oprot.writeFieldStop();
|
||||
oprot.writeStructEnd();
|
||||
}
|
||||
|
|
@ -558,7 +738,13 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
if (struct.isSetStatus()) {
|
||||
optionals.set(2);
|
||||
}
|
||||
oprot.writeBitSet(optionals, 3);
|
||||
if (struct.isSetLevel()) {
|
||||
optionals.set(3);
|
||||
}
|
||||
if (struct.isSetStar()) {
|
||||
optionals.set(4);
|
||||
}
|
||||
oprot.writeBitSet(optionals, 5);
|
||||
if (struct.isSetId()) {
|
||||
oprot.writeI32(struct.id);
|
||||
}
|
||||
|
|
@ -568,12 +754,18 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
if (struct.isSetStatus()) {
|
||||
oprot.writeI32(struct.status);
|
||||
}
|
||||
if (struct.isSetLevel()) {
|
||||
oprot.writeI32(struct.level);
|
||||
}
|
||||
if (struct.isSetStar()) {
|
||||
oprot.writeI32(struct.star);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void read(org.apache.thrift.protocol.TProtocol prot, TransformationCardInfo struct) throws org.apache.thrift.TException {
|
||||
TTupleProtocol iprot = (TTupleProtocol) prot;
|
||||
BitSet incoming = iprot.readBitSet(3);
|
||||
BitSet incoming = iprot.readBitSet(5);
|
||||
if (incoming.get(0)) {
|
||||
struct.id = iprot.readI32();
|
||||
struct.setIdIsSet(true);
|
||||
|
|
@ -586,6 +778,14 @@ public class TransformationCardInfo implements org.apache.thrift.TBase<Transform
|
|||
struct.status = iprot.readI32();
|
||||
struct.setStatusIsSet(true);
|
||||
}
|
||||
if (incoming.get(3)) {
|
||||
struct.level = iprot.readI32();
|
||||
struct.setLevelIsSet(true);
|
||||
}
|
||||
if (incoming.get(4)) {
|
||||
struct.star = iprot.readI32();
|
||||
struct.setStarIsSet(true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class UserMountInfo implements org.apache.thrift.TBase<UserMountInfo, UserMountInfo._Fields>, java.io.Serializable, Cloneable, Comparable<UserMountInfo> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("UserMountInfo");
|
||||
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerInvalidOperException extends TException implements org.apache.thrift.TBase<InnerInvalidOperException, InnerInvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InnerInvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerInvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerResult implements org.apache.thrift.TBase<InnerResult, InnerResult._Fields>, java.io.Serializable, Cloneable, Comparable<InnerResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCgTwRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCwTgRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@ import org.slf4j.LoggerFactory;
|
|||
/**
|
||||
* Structs can also be exceptions, if they are nasty.
|
||||
*/
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerInvalidOperException extends TException implements org.apache.thrift.TBase<InnerInvalidOperException, InnerInvalidOperException._Fields>, java.io.Serializable, Cloneable, Comparable<InnerInvalidOperException> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerInvalidOperException");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class InnerResult implements org.apache.thrift.TBase<InnerResult, InnerResult._Fields>, java.io.Serializable, Cloneable, Comparable<InnerResult> {
|
||||
private static final org.apache.thrift.protocol.TStruct STRUCT_DESC = new org.apache.thrift.protocol.TStruct("InnerResult");
|
||||
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCgTwRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@SuppressWarnings({"cast", "rawtypes", "serial", "unchecked"})
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-19")
|
||||
@Generated(value = "Autogenerated by Thrift Compiler (0.9.2)", date = "2022-4-24")
|
||||
public class RPCwTgRequestIFace {
|
||||
|
||||
public interface Iface {
|
||||
|
|
|
|||
Loading…
Reference in New Issue