src/main/java/com/alibaba/yjopenapi/client/model/InteractiveJoinPartyResultModel.java [91:99]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class InteractiveJoinPartyResultModel {");
    
    sb.append(",playerList: ").append(toIndentedString(playerList));
    sb.append(",extInfo: ").append(toIndentedString(extInfo));
    sb.append("}");
    return sb.toString();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/alibaba/yjopenapi/client/model/InteractiveModifySeatsResultModel.java [90:98]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public String toString() {
    StringBuilder sb = new StringBuilder();
    sb.append("class InteractiveModifySeatsResultModel {");
    
    sb.append(",playerList: ").append(toIndentedString(playerList));
    sb.append(",extInfo: ").append(toIndentedString(extInfo));
    sb.append("}");
    return sb.toString();
  }
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



