Class DescribeTaskDetailResponse

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      AudioSegments[] getAudioSegments()
      Get 音频结果 注意:此字段可能返回 null,表示取不到有效值。
      String getBizType()
      Get 业务类型 注意:此字段可能返回 null,表示取不到有效值。
      String getCreatedAt()
      Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      String getDataId()
      Get 审核时传入的数据Id 注意:此字段可能返回 null,表示取不到有效值。
      String getErrorDescription()
      Get 审核任务错误日志。当Error不为空时,会展示该字段 注意:此字段可能返回 null,表示取不到有效值。
      String getErrorType()
      Get 如果返回的状态为ERROR,该字段会标记错误类型。 可选值:: DECODE_ERROR: 解码失败。(输入资源中可能包含无法解码的视频) URL_ERROR:下载地址验证失败。 TIMEOUT_ERROR:处理超时。 注意:此字段可能返回 null,表示取不到有效值。
      ImageSegments[] getImageSegments()
      Get 图片结果 注意:此字段可能返回 null,表示取不到有效值。
      InputInfo getInputInfo()
      Get 任务信息 注意:此字段可能返回 null,表示取不到有效值。
      TaskLabel[] getLabels()
      Get 审核结果 注意:此字段可能返回 null,表示取不到有效值。
      MediaInfo getMediaInfo()
      Get 媒体解码信息 注意:此字段可能返回 null,表示取不到有效值。
      String getName()
      Get 任务名称 注意:此字段可能返回 null,表示取不到有效值。
      String getRequestId()
      Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      String getStatus()
      Get 状态,可选值: FINISH 已完成 PENDING 等待中 RUNNING 进行中 ERROR 出错 CANCELLED 已取消 注意:此字段可能返回 null,表示取不到有效值。
      String getSuggestion()
      Get 审核建议 可选: Pass 通过 Reveiw 建议复审 Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
      String getTaskId()
      Get 任务Id 注意:此字段可能返回 null,表示取不到有效值。
      Long getTryInSeconds()
      Get 在秒后重试 注意:此字段可能返回 null,表示取不到有效值。
      String getType()
      Get 类型 注意:此字段可能返回 null,表示取不到有效值。
      String getUpdatedAt()
      Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      void setAudioSegments​(AudioSegments[] AudioSegments)
      Set 音频结果 注意:此字段可能返回 null,表示取不到有效值。
      void setBizType​(String BizType)
      Set 业务类型 注意:此字段可能返回 null,表示取不到有效值。
      void setCreatedAt​(String CreatedAt)
      Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      void setDataId​(String DataId)
      Set 审核时传入的数据Id 注意:此字段可能返回 null,表示取不到有效值。
      void setErrorDescription​(String ErrorDescription)
      Set 审核任务错误日志。当Error不为空时,会展示该字段 注意:此字段可能返回 null,表示取不到有效值。
      void setErrorType​(String ErrorType)
      Set 如果返回的状态为ERROR,该字段会标记错误类型。 可选值:: DECODE_ERROR: 解码失败。(输入资源中可能包含无法解码的视频) URL_ERROR:下载地址验证失败。 TIMEOUT_ERROR:处理超时。 注意:此字段可能返回 null,表示取不到有效值。
      void setImageSegments​(ImageSegments[] ImageSegments)
      Set 图片结果 注意:此字段可能返回 null,表示取不到有效值。
      void setInputInfo​(InputInfo InputInfo)
      Set 任务信息 注意:此字段可能返回 null,表示取不到有效值。
      void setLabels​(TaskLabel[] Labels)
      Set 审核结果 注意:此字段可能返回 null,表示取不到有效值。
      void setMediaInfo​(MediaInfo MediaInfo)
      Set 媒体解码信息 注意:此字段可能返回 null,表示取不到有效值。
      void setName​(String Name)
      Set 任务名称 注意:此字段可能返回 null,表示取不到有效值。
      void setRequestId​(String RequestId)
      Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      void setStatus​(String Status)
      Set 状态,可选值: FINISH 已完成 PENDING 等待中 RUNNING 进行中 ERROR 出错 CANCELLED 已取消 注意:此字段可能返回 null,表示取不到有效值。
      void setSuggestion​(String Suggestion)
      Set 审核建议 可选: Pass 通过 Reveiw 建议复审 Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
      void setTaskId​(String TaskId)
      Set 任务Id 注意:此字段可能返回 null,表示取不到有效值。
      void setTryInSeconds​(Long TryInSeconds)
      Set 在秒后重试 注意:此字段可能返回 null,表示取不到有效值。
      void setType​(String Type)
      Set 类型 注意:此字段可能返回 null,表示取不到有效值。
      void setUpdatedAt​(String UpdatedAt)
      Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      void toMap​(HashMap<String,​String> map, String prefix)
      Internal implementation, normal users should not use it.
    • Constructor Detail

      • DescribeTaskDetailResponse

        public DescribeTaskDetailResponse()
      • DescribeTaskDetailResponse

        public DescribeTaskDetailResponse​(DescribeTaskDetailResponse source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTaskId

        public String getTaskId()
        Get 任务Id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TaskId 任务Id 注意:此字段可能返回 null,表示取不到有效值。
      • setTaskId

        public void setTaskId​(String TaskId)
        Set 任务Id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TaskId - 任务Id 注意:此字段可能返回 null,表示取不到有效值。
      • getDataId

        public String getDataId()
        Get 审核时传入的数据Id 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        DataId 审核时传入的数据Id 注意:此字段可能返回 null,表示取不到有效值。
      • setDataId

        public void setDataId​(String DataId)
        Set 审核时传入的数据Id 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        DataId - 审核时传入的数据Id 注意:此字段可能返回 null,表示取不到有效值。
      • getBizType

        public String getBizType()
        Get 业务类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        BizType 业务类型 注意:此字段可能返回 null,表示取不到有效值。
      • setBizType

        public void setBizType​(String BizType)
        Set 业务类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        BizType - 业务类型 注意:此字段可能返回 null,表示取不到有效值。
      • getName

        public String getName()
        Get 任务名称 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Name 任务名称 注意:此字段可能返回 null,表示取不到有效值。
      • setName

        public void setName​(String Name)
        Set 任务名称 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Name - 任务名称 注意:此字段可能返回 null,表示取不到有效值。
      • getStatus

        public String getStatus()
        Get 状态,可选值: FINISH 已完成 PENDING 等待中 RUNNING 进行中 ERROR 出错 CANCELLED 已取消 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Status 状态,可选值: FINISH 已完成 PENDING 等待中 RUNNING 进行中 ERROR 出错 CANCELLED 已取消 注意:此字段可能返回 null,表示取不到有效值。
      • setStatus

        public void setStatus​(String Status)
        Set 状态,可选值: FINISH 已完成 PENDING 等待中 RUNNING 进行中 ERROR 出错 CANCELLED 已取消 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Status - 状态,可选值: FINISH 已完成 PENDING 等待中 RUNNING 进行中 ERROR 出错 CANCELLED 已取消 注意:此字段可能返回 null,表示取不到有效值。
      • getType

        public String getType()
        Get 类型 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Type 类型 注意:此字段可能返回 null,表示取不到有效值。
      • setType

        public void setType​(String Type)
        Set 类型 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Type - 类型 注意:此字段可能返回 null,表示取不到有效值。
      • getSuggestion

        public String getSuggestion()
        Get 审核建议 可选: Pass 通过 Reveiw 建议复审 Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Suggestion 审核建议 可选: Pass 通过 Reveiw 建议复审 Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
      • setSuggestion

        public void setSuggestion​(String Suggestion)
        Set 审核建议 可选: Pass 通过 Reveiw 建议复审 Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Suggestion - 审核建议 可选: Pass 通过 Reveiw 建议复审 Block 确认违规 注意:此字段可能返回 null,表示取不到有效值。
      • getLabels

        public TaskLabel[] getLabels()
        Get 审核结果 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        Labels 审核结果 注意:此字段可能返回 null,表示取不到有效值。
      • setLabels

        public void setLabels​(TaskLabel[] Labels)
        Set 审核结果 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        Labels - 审核结果 注意:此字段可能返回 null,表示取不到有效值。
      • getMediaInfo

        public MediaInfo getMediaInfo()
        Get 媒体解码信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        MediaInfo 媒体解码信息 注意:此字段可能返回 null,表示取不到有效值。
      • setMediaInfo

        public void setMediaInfo​(MediaInfo MediaInfo)
        Set 媒体解码信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        MediaInfo - 媒体解码信息 注意:此字段可能返回 null,表示取不到有效值。
      • getInputInfo

        public InputInfo getInputInfo()
        Get 任务信息 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        InputInfo 任务信息 注意:此字段可能返回 null,表示取不到有效值。
      • setInputInfo

        public void setInputInfo​(InputInfo InputInfo)
        Set 任务信息 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        InputInfo - 任务信息 注意:此字段可能返回 null,表示取不到有效值。
      • getCreatedAt

        public String getCreatedAt()
        Get 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        CreatedAt 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • setCreatedAt

        public void setCreatedAt​(String CreatedAt)
        Set 创建时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        CreatedAt - 创建时间 注意:此字段可能返回 null,表示取不到有效值。
      • getUpdatedAt

        public String getUpdatedAt()
        Get 更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        UpdatedAt 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • setUpdatedAt

        public void setUpdatedAt​(String UpdatedAt)
        Set 更新时间 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        UpdatedAt - 更新时间 注意:此字段可能返回 null,表示取不到有效值。
      • getTryInSeconds

        public Long getTryInSeconds()
        Get 在秒后重试 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        TryInSeconds 在秒后重试 注意:此字段可能返回 null,表示取不到有效值。
      • setTryInSeconds

        public void setTryInSeconds​(Long TryInSeconds)
        Set 在秒后重试 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        TryInSeconds - 在秒后重试 注意:此字段可能返回 null,表示取不到有效值。
      • getImageSegments

        public ImageSegments[] getImageSegments()
        Get 图片结果 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ImageSegments 图片结果 注意:此字段可能返回 null,表示取不到有效值。
      • setImageSegments

        public void setImageSegments​(ImageSegments[] ImageSegments)
        Set 图片结果 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ImageSegments - 图片结果 注意:此字段可能返回 null,表示取不到有效值。
      • getAudioSegments

        public AudioSegments[] getAudioSegments()
        Get 音频结果 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        AudioSegments 音频结果 注意:此字段可能返回 null,表示取不到有效值。
      • setAudioSegments

        public void setAudioSegments​(AudioSegments[] AudioSegments)
        Set 音频结果 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        AudioSegments - 音频结果 注意:此字段可能返回 null,表示取不到有效值。
      • getErrorType

        public String getErrorType()
        Get 如果返回的状态为ERROR,该字段会标记错误类型。 可选值:: DECODE_ERROR: 解码失败。(输入资源中可能包含无法解码的视频) URL_ERROR:下载地址验证失败。 TIMEOUT_ERROR:处理超时。 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ErrorType 如果返回的状态为ERROR,该字段会标记错误类型。 可选值:: DECODE_ERROR: 解码失败。(输入资源中可能包含无法解码的视频) URL_ERROR:下载地址验证失败。 TIMEOUT_ERROR:处理超时。 注意:此字段可能返回 null,表示取不到有效值。
      • setErrorType

        public void setErrorType​(String ErrorType)
        Set 如果返回的状态为ERROR,该字段会标记错误类型。 可选值:: DECODE_ERROR: 解码失败。(输入资源中可能包含无法解码的视频) URL_ERROR:下载地址验证失败。 TIMEOUT_ERROR:处理超时。 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ErrorType - 如果返回的状态为ERROR,该字段会标记错误类型。 可选值:: DECODE_ERROR: 解码失败。(输入资源中可能包含无法解码的视频) URL_ERROR:下载地址验证失败。 TIMEOUT_ERROR:处理超时。 注意:此字段可能返回 null,表示取不到有效值。
      • getErrorDescription

        public String getErrorDescription()
        Get 审核任务错误日志。当Error不为空时,会展示该字段 注意:此字段可能返回 null,表示取不到有效值。
        Returns:
        ErrorDescription 审核任务错误日志。当Error不为空时,会展示该字段 注意:此字段可能返回 null,表示取不到有效值。
      • setErrorDescription

        public void setErrorDescription​(String ErrorDescription)
        Set 审核任务错误日志。当Error不为空时,会展示该字段 注意:此字段可能返回 null,表示取不到有效值。
        Parameters:
        ErrorDescription - 审核任务错误日志。当Error不为空时,会展示该字段 注意:此字段可能返回 null,表示取不到有效值。
      • getRequestId

        public String getRequestId()
        Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Returns:
        RequestId 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
      • setRequestId

        public void setRequestId​(String RequestId)
        Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
        Parameters:
        RequestId - 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。