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

com.tencentcloudapi.vod.v20180717.models.TaskStatData Maven / Gradle / Ivy

/*
 * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *    http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
package com.tencentcloudapi.vod.v20180717.models;

import com.tencentcloudapi.common.AbstractModel;
import com.google.gson.annotations.SerializedName;
import com.google.gson.annotations.Expose;
import java.util.HashMap;

public class TaskStatData extends AbstractModel{

    /**
    * The task type.
  • Transcoding: General transcoding
  • Transcoding-TESHD: Top Speed Codec transcoding
  • Editing: Video editing
  • Editing-TESHD: Top Speed Codec editing
  • AdaptiveBitrateStreaming: Adaptive bitrate streaming
  • ContentAudit: Content moderation
  • ContentRecognition: Content recognition
  • RemoveWatermark: Watermark removal
  • ExtractTraceWatermark: Digital watermark extraction
  • AddTraceWatermark: Digital watermarking
  • Transcode: Transcoding, including general transcoding, Top Speed Codec transcoding, and video editing. This value is not recommended.
  • */ @SerializedName("TaskType") @Expose private String TaskType; /** * Task statistics overview (usage unit: second). */ @SerializedName("Summary") @Expose private TaskStatDataItem [] Summary; /** * The detailed statistics of different tasks. Transcoding:
  • Remuxing
  • Audio
  • Standard.H264.SD
  • Standard.H264.HD
  • Standard.H264.FHD
  • Standard.H264.2K
  • Standard.H264.4K
  • Standard.H265.SD
  • Standard.H265.HD
  • Standard.H265.FHD
  • Standard.H265.2K
  • Standard.H265.4K
  • TESHD-10.H264.SD
  • TESHD-10.H264.HD
  • TESHD-10.H264.FHD
  • TESHD-10.H264.2K
  • TESHD-10.H264.4K
  • TESHD-10.H265.SD
  • TESHD-10.H265.HD
  • TESHD-10.H265.FHD
  • TESHD-10.H265.2K
  • TESHD-10.H265.4K
  • Edit.Audio
  • Edit.H264.SD
  • Edit.H264.HD
  • Edit.H264.FHD
  • Edit.H264.2K
  • Edit.H264.4K
  • Edit.H265.SD
  • Edit.H265.HD
  • Edit.H265.FHD
  • Edit.H265.2K
  • Edit.H265.4K
  • Edit.TESHD-10.H264.SD
  • Edit.TESHD-10.H264.HD
  • Edit.TESHD-10.H264.FHD
  • Edit.TESHD-10.H264.2K
  • Edit.TESHD-10.H264.4K
  • Edit.TESHD-10.H265.SD
  • Edit.TESHD-10.H265.HD
  • Edit.TESHD-10.H265.FHD
  • Edit.TESHD-10.H265.2K
  • Edit.TESHD-10.H265.4K
  • Watermark removal:
  • 480P: 640 x 480 and below
  • 720P: 1280 x 720 and below
  • 1080P: 1920 x 1080 and below
  • 2K: 2560 x 1440 and below
  • 4K: 3840 x 2160 and below
  • 8K: 7680 x 4320 and below
  • */ @SerializedName("Details") @Expose private SpecificationDataItem [] Details; /** * Get The task type.
  • Transcoding: General transcoding
  • Transcoding-TESHD: Top Speed Codec transcoding
  • Editing: Video editing
  • Editing-TESHD: Top Speed Codec editing
  • AdaptiveBitrateStreaming: Adaptive bitrate streaming
  • ContentAudit: Content moderation
  • ContentRecognition: Content recognition
  • RemoveWatermark: Watermark removal
  • ExtractTraceWatermark: Digital watermark extraction
  • AddTraceWatermark: Digital watermarking
  • Transcode: Transcoding, including general transcoding, Top Speed Codec transcoding, and video editing. This value is not recommended.
  • * @return TaskType The task type.
  • Transcoding: General transcoding
  • Transcoding-TESHD: Top Speed Codec transcoding
  • Editing: Video editing
  • Editing-TESHD: Top Speed Codec editing
  • AdaptiveBitrateStreaming: Adaptive bitrate streaming
  • ContentAudit: Content moderation
  • ContentRecognition: Content recognition
  • RemoveWatermark: Watermark removal
  • ExtractTraceWatermark: Digital watermark extraction
  • AddTraceWatermark: Digital watermarking
  • Transcode: Transcoding, including general transcoding, Top Speed Codec transcoding, and video editing. This value is not recommended.
  • */ public String getTaskType() { return this.TaskType; } /** * Set The task type.
  • Transcoding: General transcoding
  • Transcoding-TESHD: Top Speed Codec transcoding
  • Editing: Video editing
  • Editing-TESHD: Top Speed Codec editing
  • AdaptiveBitrateStreaming: Adaptive bitrate streaming
  • ContentAudit: Content moderation
  • ContentRecognition: Content recognition
  • RemoveWatermark: Watermark removal
  • ExtractTraceWatermark: Digital watermark extraction
  • AddTraceWatermark: Digital watermarking
  • Transcode: Transcoding, including general transcoding, Top Speed Codec transcoding, and video editing. This value is not recommended.
  • * @param TaskType The task type.
  • Transcoding: General transcoding
  • Transcoding-TESHD: Top Speed Codec transcoding
  • Editing: Video editing
  • Editing-TESHD: Top Speed Codec editing
  • AdaptiveBitrateStreaming: Adaptive bitrate streaming
  • ContentAudit: Content moderation
  • ContentRecognition: Content recognition
  • RemoveWatermark: Watermark removal
  • ExtractTraceWatermark: Digital watermark extraction
  • AddTraceWatermark: Digital watermarking
  • Transcode: Transcoding, including general transcoding, Top Speed Codec transcoding, and video editing. This value is not recommended.
  • */ public void setTaskType(String TaskType) { this.TaskType = TaskType; } /** * Get Task statistics overview (usage unit: second). * @return Summary Task statistics overview (usage unit: second). */ public TaskStatDataItem [] getSummary() { return this.Summary; } /** * Set Task statistics overview (usage unit: second). * @param Summary Task statistics overview (usage unit: second). */ public void setSummary(TaskStatDataItem [] Summary) { this.Summary = Summary; } /** * Get The detailed statistics of different tasks. Transcoding:
  • Remuxing
  • Audio
  • Standard.H264.SD
  • Standard.H264.HD
  • Standard.H264.FHD
  • Standard.H264.2K
  • Standard.H264.4K
  • Standard.H265.SD
  • Standard.H265.HD
  • Standard.H265.FHD
  • Standard.H265.2K
  • Standard.H265.4K
  • TESHD-10.H264.SD
  • TESHD-10.H264.HD
  • TESHD-10.H264.FHD
  • TESHD-10.H264.2K
  • TESHD-10.H264.4K
  • TESHD-10.H265.SD
  • TESHD-10.H265.HD
  • TESHD-10.H265.FHD
  • TESHD-10.H265.2K
  • TESHD-10.H265.4K
  • Edit.Audio
  • Edit.H264.SD
  • Edit.H264.HD
  • Edit.H264.FHD
  • Edit.H264.2K
  • Edit.H264.4K
  • Edit.H265.SD
  • Edit.H265.HD
  • Edit.H265.FHD
  • Edit.H265.2K
  • Edit.H265.4K
  • Edit.TESHD-10.H264.SD
  • Edit.TESHD-10.H264.HD
  • Edit.TESHD-10.H264.FHD
  • Edit.TESHD-10.H264.2K
  • Edit.TESHD-10.H264.4K
  • Edit.TESHD-10.H265.SD
  • Edit.TESHD-10.H265.HD
  • Edit.TESHD-10.H265.FHD
  • Edit.TESHD-10.H265.2K
  • Edit.TESHD-10.H265.4K
  • Watermark removal:
  • 480P: 640 x 480 and below
  • 720P: 1280 x 720 and below
  • 1080P: 1920 x 1080 and below
  • 2K: 2560 x 1440 and below
  • 4K: 3840 x 2160 and below
  • 8K: 7680 x 4320 and below
  • * @return Details The detailed statistics of different tasks. Transcoding:
  • Remuxing
  • Audio
  • Standard.H264.SD
  • Standard.H264.HD
  • Standard.H264.FHD
  • Standard.H264.2K
  • Standard.H264.4K
  • Standard.H265.SD
  • Standard.H265.HD
  • Standard.H265.FHD
  • Standard.H265.2K
  • Standard.H265.4K
  • TESHD-10.H264.SD
  • TESHD-10.H264.HD
  • TESHD-10.H264.FHD
  • TESHD-10.H264.2K
  • TESHD-10.H264.4K
  • TESHD-10.H265.SD
  • TESHD-10.H265.HD
  • TESHD-10.H265.FHD
  • TESHD-10.H265.2K
  • TESHD-10.H265.4K
  • Edit.Audio
  • Edit.H264.SD
  • Edit.H264.HD
  • Edit.H264.FHD
  • Edit.H264.2K
  • Edit.H264.4K
  • Edit.H265.SD
  • Edit.H265.HD
  • Edit.H265.FHD
  • Edit.H265.2K
  • Edit.H265.4K
  • Edit.TESHD-10.H264.SD
  • Edit.TESHD-10.H264.HD
  • Edit.TESHD-10.H264.FHD
  • Edit.TESHD-10.H264.2K
  • Edit.TESHD-10.H264.4K
  • Edit.TESHD-10.H265.SD
  • Edit.TESHD-10.H265.HD
  • Edit.TESHD-10.H265.FHD
  • Edit.TESHD-10.H265.2K
  • Edit.TESHD-10.H265.4K
  • Watermark removal:
  • 480P: 640 x 480 and below
  • 720P: 1280 x 720 and below
  • 1080P: 1920 x 1080 and below
  • 2K: 2560 x 1440 and below
  • 4K: 3840 x 2160 and below
  • 8K: 7680 x 4320 and below
  • */ public SpecificationDataItem [] getDetails() { return this.Details; } /** * Set The detailed statistics of different tasks. Transcoding:
  • Remuxing
  • Audio
  • Standard.H264.SD
  • Standard.H264.HD
  • Standard.H264.FHD
  • Standard.H264.2K
  • Standard.H264.4K
  • Standard.H265.SD
  • Standard.H265.HD
  • Standard.H265.FHD
  • Standard.H265.2K
  • Standard.H265.4K
  • TESHD-10.H264.SD
  • TESHD-10.H264.HD
  • TESHD-10.H264.FHD
  • TESHD-10.H264.2K
  • TESHD-10.H264.4K
  • TESHD-10.H265.SD
  • TESHD-10.H265.HD
  • TESHD-10.H265.FHD
  • TESHD-10.H265.2K
  • TESHD-10.H265.4K
  • Edit.Audio
  • Edit.H264.SD
  • Edit.H264.HD
  • Edit.H264.FHD
  • Edit.H264.2K
  • Edit.H264.4K
  • Edit.H265.SD
  • Edit.H265.HD
  • Edit.H265.FHD
  • Edit.H265.2K
  • Edit.H265.4K
  • Edit.TESHD-10.H264.SD
  • Edit.TESHD-10.H264.HD
  • Edit.TESHD-10.H264.FHD
  • Edit.TESHD-10.H264.2K
  • Edit.TESHD-10.H264.4K
  • Edit.TESHD-10.H265.SD
  • Edit.TESHD-10.H265.HD
  • Edit.TESHD-10.H265.FHD
  • Edit.TESHD-10.H265.2K
  • Edit.TESHD-10.H265.4K
  • Watermark removal:
  • 480P: 640 x 480 and below
  • 720P: 1280 x 720 and below
  • 1080P: 1920 x 1080 and below
  • 2K: 2560 x 1440 and below
  • 4K: 3840 x 2160 and below
  • 8K: 7680 x 4320 and below
  • * @param Details The detailed statistics of different tasks. Transcoding:
  • Remuxing
  • Audio
  • Standard.H264.SD
  • Standard.H264.HD
  • Standard.H264.FHD
  • Standard.H264.2K
  • Standard.H264.4K
  • Standard.H265.SD
  • Standard.H265.HD
  • Standard.H265.FHD
  • Standard.H265.2K
  • Standard.H265.4K
  • TESHD-10.H264.SD
  • TESHD-10.H264.HD
  • TESHD-10.H264.FHD
  • TESHD-10.H264.2K
  • TESHD-10.H264.4K
  • TESHD-10.H265.SD
  • TESHD-10.H265.HD
  • TESHD-10.H265.FHD
  • TESHD-10.H265.2K
  • TESHD-10.H265.4K
  • Edit.Audio
  • Edit.H264.SD
  • Edit.H264.HD
  • Edit.H264.FHD
  • Edit.H264.2K
  • Edit.H264.4K
  • Edit.H265.SD
  • Edit.H265.HD
  • Edit.H265.FHD
  • Edit.H265.2K
  • Edit.H265.4K
  • Edit.TESHD-10.H264.SD
  • Edit.TESHD-10.H264.HD
  • Edit.TESHD-10.H264.FHD
  • Edit.TESHD-10.H264.2K
  • Edit.TESHD-10.H264.4K
  • Edit.TESHD-10.H265.SD
  • Edit.TESHD-10.H265.HD
  • Edit.TESHD-10.H265.FHD
  • Edit.TESHD-10.H265.2K
  • Edit.TESHD-10.H265.4K
  • Watermark removal:
  • 480P: 640 x 480 and below
  • 720P: 1280 x 720 and below
  • 1080P: 1920 x 1080 and below
  • 2K: 2560 x 1440 and below
  • 4K: 3840 x 2160 and below
  • 8K: 7680 x 4320 and below
  • */ public void setDetails(SpecificationDataItem [] Details) { this.Details = Details; } public TaskStatData() { } /** * 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. */ public TaskStatData(TaskStatData source) { if (source.TaskType != null) { this.TaskType = new String(source.TaskType); } if (source.Summary != null) { this.Summary = new TaskStatDataItem[source.Summary.length]; for (int i = 0; i < source.Summary.length; i++) { this.Summary[i] = new TaskStatDataItem(source.Summary[i]); } } if (source.Details != null) { this.Details = new SpecificationDataItem[source.Details.length]; for (int i = 0; i < source.Details.length; i++) { this.Details[i] = new SpecificationDataItem(source.Details[i]); } } } /** * Internal implementation, normal users should not use it. */ public void toMap(HashMap map, String prefix) { this.setParamSimple(map, prefix + "TaskType", this.TaskType); this.setParamArrayObj(map, prefix + "Summary.", this.Summary); this.setParamArrayObj(map, prefix + "Details.", this.Details); } }




    © 2015 - 2025 Weber Informatics LLC | Privacy Policy