public boolean equals()

in src/main/java/com/alibaba/yjopenapi/client/model/TryToGetSlotForms.java [321:344]


  public boolean equals(java.lang.Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    TryToGetSlotForms tryToGetSlotForms = (TryToGetSlotForms) o;
    return Objects.equals(this.accountId, tryToGetSlotForms.accountId) &&
        Objects.equals(this.gameId, tryToGetSlotForms.gameId) &&
        Objects.equals(this.appKey, tryToGetSlotForms.appKey) &&
        Objects.equals(this.regionId, tryToGetSlotForms.regionId) &&
        Objects.equals(this.reConnect, tryToGetSlotForms.reConnect) &&
        Objects.equals(this.bizParam, tryToGetSlotForms.bizParam) &&
        Objects.equals(this.clientIp, tryToGetSlotForms.clientIp) &&
        Objects.equals(this.tags, tryToGetSlotForms.tags) &&
        Objects.equals(this.userLevel, tryToGetSlotForms.userLevel) &&
        Objects.equals(this.codec, tryToGetSlotForms.codec) &&
        Objects.equals(this.resolution, tryToGetSlotForms.resolution) &&
        Objects.equals(this.bitRate, tryToGetSlotForms.bitRate) &&
        Objects.equals(this.fps, tryToGetSlotForms.fps) &&
        Objects.equals(this.gameCmdParam, tryToGetSlotForms.gameCmdParam) &&
        Objects.equals(this.startParam, tryToGetSlotForms.startParam);
  }