in multiple-languages/java/ros-cdk-aligreen/src/main/java/com/aliyun/ros/cdk/aligreen/OssStockTaskProps.java [1520:1560]
public final boolean equals(final Object o) {
if (this == o) return true;
if (o == null || getClass() != o.getClass()) return false;
OssStockTaskProps.Jsii$Proxy that = (OssStockTaskProps.Jsii$Proxy) o;
if (!buckets.equals(that.buckets)) return false;
if (!startDate.equals(that.startDate)) return false;
if (this.audioAntispamFreezeConfig != null ? !this.audioAntispamFreezeConfig.equals(that.audioAntispamFreezeConfig) : that.audioAntispamFreezeConfig != null) return false;
if (this.audioAutoFreezeOpened != null ? !this.audioAutoFreezeOpened.equals(that.audioAutoFreezeOpened) : that.audioAutoFreezeOpened != null) return false;
if (this.audioMaxSize != null ? !this.audioMaxSize.equals(that.audioMaxSize) : that.audioMaxSize != null) return false;
if (this.audioOpened != null ? !this.audioOpened.equals(that.audioOpened) : that.audioOpened != null) return false;
if (this.audioScanLimit != null ? !this.audioScanLimit.equals(that.audioScanLimit) : that.audioScanLimit != null) return false;
if (this.audioScenes != null ? !this.audioScenes.equals(that.audioScenes) : that.audioScenes != null) return false;
if (this.autoFreezeType != null ? !this.autoFreezeType.equals(that.autoFreezeType) : that.autoFreezeType != null) return false;
if (this.bizType != null ? !this.bizType.equals(that.bizType) : that.bizType != null) return false;
if (this.callbackId != null ? !this.callbackId.equals(that.callbackId) : that.callbackId != null) return false;
if (this.endDate != null ? !this.endDate.equals(that.endDate) : that.endDate != null) return false;
if (this.imageAdFreezeConfig != null ? !this.imageAdFreezeConfig.equals(that.imageAdFreezeConfig) : that.imageAdFreezeConfig != null) return false;
if (this.imageAutoFreezeOpened != null ? !this.imageAutoFreezeOpened.equals(that.imageAutoFreezeOpened) : that.imageAutoFreezeOpened != null) return false;
if (this.imageLiveFreezeConfig != null ? !this.imageLiveFreezeConfig.equals(that.imageLiveFreezeConfig) : that.imageLiveFreezeConfig != null) return false;
if (this.imageOpened != null ? !this.imageOpened.equals(that.imageOpened) : that.imageOpened != null) return false;
if (this.imagePornFreezeConfig != null ? !this.imagePornFreezeConfig.equals(that.imagePornFreezeConfig) : that.imagePornFreezeConfig != null) return false;
if (this.imageScanLimit != null ? !this.imageScanLimit.equals(that.imageScanLimit) : that.imageScanLimit != null) return false;
if (this.imageScenes != null ? !this.imageScenes.equals(that.imageScenes) : that.imageScenes != null) return false;
if (this.imageTerrorismFreezeConfig != null ? !this.imageTerrorismFreezeConfig.equals(that.imageTerrorismFreezeConfig) : that.imageTerrorismFreezeConfig != null) return false;
if (this.ossStockTaskName != null ? !this.ossStockTaskName.equals(that.ossStockTaskName) : that.ossStockTaskName != null) return false;
if (this.scanImageNoFileType != null ? !this.scanImageNoFileType.equals(that.scanImageNoFileType) : that.scanImageNoFileType != null) return false;
if (this.videoAdFreezeConfig != null ? !this.videoAdFreezeConfig.equals(that.videoAdFreezeConfig) : that.videoAdFreezeConfig != null) return false;
if (this.videoAutoFreezeOpened != null ? !this.videoAutoFreezeOpened.equals(that.videoAutoFreezeOpened) : that.videoAutoFreezeOpened != null) return false;
if (this.videoFrameInterval != null ? !this.videoFrameInterval.equals(that.videoFrameInterval) : that.videoFrameInterval != null) return false;
if (this.videoLiveFreezeConfig != null ? !this.videoLiveFreezeConfig.equals(that.videoLiveFreezeConfig) : that.videoLiveFreezeConfig != null) return false;
if (this.videoMaxFrames != null ? !this.videoMaxFrames.equals(that.videoMaxFrames) : that.videoMaxFrames != null) return false;
if (this.videoMaxSize != null ? !this.videoMaxSize.equals(that.videoMaxSize) : that.videoMaxSize != null) return false;
if (this.videoOpened != null ? !this.videoOpened.equals(that.videoOpened) : that.videoOpened != null) return false;
if (this.videoPornFreezeConfig != null ? !this.videoPornFreezeConfig.equals(that.videoPornFreezeConfig) : that.videoPornFreezeConfig != null) return false;
if (this.videoScanLimit != null ? !this.videoScanLimit.equals(that.videoScanLimit) : that.videoScanLimit != null) return false;
if (this.videoScenes != null ? !this.videoScenes.equals(that.videoScenes) : that.videoScenes != null) return false;
if (this.videoTerrorismFreezeConfig != null ? !this.videoTerrorismFreezeConfig.equals(that.videoTerrorismFreezeConfig) : that.videoTerrorismFreezeConfig != null) return false;
return this.videoVoiceAntispamFreezeConfig != null ? this.videoVoiceAntispamFreezeConfig.equals(that.videoVoiceAntispamFreezeConfig) : that.videoVoiceAntispamFreezeConfig == null;
}