public boolean equals()

in src/main/java/com/alibaba/yjopenapi/client/model/TryToGetSlotFormsStartParam.java [400:427]


  public boolean equals(java.lang.Object o) {
    if (this == o) {
      return true;
    }
    if (o == null || getClass() != o.getClass()) {
      return false;
    }
    TryToGetSlotFormsStartParam tryToGetSlotFormsStartParam = (TryToGetSlotFormsStartParam) o;
    return Objects.equals(this.resolution, tryToGetSlotFormsStartParam.resolution) &&
        Objects.equals(this.keepAlive, tryToGetSlotFormsStartParam.keepAlive) &&
        Objects.equals(this.keepDisconnectAlive, tryToGetSlotFormsStartParam.keepDisconnectAlive) &&
        Objects.equals(this.keepNoPlayAlive, tryToGetSlotFormsStartParam.keepNoPlayAlive) &&
        Objects.equals(this.deviceBrand, tryToGetSlotFormsStartParam.deviceBrand) &&
        Objects.equals(this.deviceModel, tryToGetSlotFormsStartParam.deviceModel) &&
        Objects.equals(this.deviceDpi, tryToGetSlotFormsStartParam.deviceDpi) &&
        Objects.equals(this.deviceDpr, tryToGetSlotFormsStartParam.deviceDpr) &&
        Objects.equals(this.deviceResolution, tryToGetSlotFormsStartParam.deviceResolution) &&
        Objects.equals(this.gameInput, tryToGetSlotFormsStartParam.gameInput) &&
        Objects.equals(this.scriptId, tryToGetSlotFormsStartParam.scriptId) &&
        Objects.equals(this.bitRateSelfAdaption, tryToGetSlotFormsStartParam.bitRateSelfAdaption) &&
        Objects.equals(this.scheduleUserLevels, tryToGetSlotFormsStartParam.scheduleUserLevels) &&
        Objects.equals(this.ssaid, tryToGetSlotFormsStartParam.ssaid) &&
        Objects.equals(this.appChannel, tryToGetSlotFormsStartParam.appChannel) &&
        Objects.equals(this.cloudInit, tryToGetSlotFormsStartParam.cloudInit) &&
        Objects.equals(this.sysDeviceId, tryToGetSlotFormsStartParam.sysDeviceId) &&
        Objects.equals(this.archiveUrl, tryToGetSlotFormsStartParam.archiveUrl) &&
        Objects.equals(this.archiveMd5, tryToGetSlotFormsStartParam.archiveMd5);
  }