Ejemplo n.º 1
0
 public void writeTo(com.duowan.taf.jce.JceOutputStream _os) {
   if (null != name) {
     _os.write(name, 0);
   }
   if (null != icon) {
     _os.write(icon, 1);
   }
   _os.write(isGuest, 2);
   if (null != id) {
     _os.write(id, 3);
   }
   if (null != leagueId) {
     _os.write(leagueId, 4);
   }
   if (null != leagueName) {
     _os.write(leagueName, 5);
   }
   if (null != sportTypeId) {
     _os.write(sportTypeId, 6);
   }
   if (null != sportTypeName) {
     _os.write(sportTypeName, 7);
   }
   _os.write(flag, 8);
 }
Ejemplo n.º 2
0
 public void writeTo(com.duowan.taf.jce.JceOutputStream _os) {
   if (null != desc) {
     _os.write(desc, 0);
   }
   _os.write(checkInType, 1);
   if (null != giftCode) {
     _os.write(giftCode, 2);
   }
   if (null != button) {
     _os.write(button, 3);
   }
   if (null != copyValue) {
     _os.write(copyValue, 4);
   }
 }
 public void writeTo(com.duowan.taf.jce.JceOutputStream _os) {
   _os.write(count, 0);
   if (null != attachInfo) {
     _os.write(attachInfo, 1);
   }
 }