All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.volcengine.model.imagex.v2.GetAuditEntrysCountResResult Maven / Gradle / Ivy

There is a newer version: 1.0.192
Show newest version
package com.volcengine.model.imagex.v2;


import com.alibaba.fastjson.JSON;

/**
 * GetAuditEntrysCountResResult
 */
@lombok.Data
public final class GetAuditEntrysCountResResult  {

    /**
     * 

累计审核图片数量,为审核成功和审核失败的图片数量之和。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "Total") private Long total; /** *

建议不通过的图片数量

*/ @com.alibaba.fastjson.annotation.JSONField(name = "NopassCount") private Long nopassCount; /** *

建议复审的图片数量

*/ @com.alibaba.fastjson.annotation.JSONField(name = "RecheckCount") private Long recheckCount; /** *

审核成功的图片数量

*/ @com.alibaba.fastjson.annotation.JSONField(name = "SuccessCount") private Long successCount; /** *

审核失败的图片数量

*/ @com.alibaba.fastjson.annotation.JSONField(name = "FailedCount") private Long failedCount; /** *

审核异常的图片数量,即审核失败、建议不通过和建议复审的图片数量之和。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "ExceptionCount") private Long exceptionCount; /** *

审核失败的审核次数

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuditFailCount") private Long auditFailCount; /** *

审核成功的审核次数。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuditSuccessCount") private Long auditSuccessCount; /** *

该任务的审核总次数,为审核成功和审核失败的图片数量之和。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuditTotal") private Long auditTotal; /** *

异常审核的总次数,即审核失败、建议不通过和建议复审的审核次数之和。

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuditExceptionCount") private Long auditExceptionCount; /** *

建议不通过的审核次数

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuditNopassCount") private Long auditNopassCount; /** *

建议复审的审核次数

*/ @com.alibaba.fastjson.annotation.JSONField(name = "AuditRecheckCount") private Long auditRecheckCount; @Override public String toString() { return JSON.toJSONString(this); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy