public class ActivityResItem extends AbstractModel
Constructor and Description |
---|
ActivityResItem() |
ActivityResItem(ActivityResItem 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.
|
Modifier and Type | Method and Description |
---|---|
MediaProcessTaskAdaptiveDynamicStreamingResult |
getAdaptiveDynamicStreamingTask()
Get The result of an adaptive bitrate streaming task.
|
ScheduleAnalysisTaskResult |
getAnalysisTask()
Get The result of a content analysis task.
|
MediaProcessTaskAnimatedGraphicResult |
getAnimatedGraphicTask()
Get The result of an animated image generating task.
|
MediaProcessTaskImageSpriteResult |
getImageSpriteTask()
Get The result of an image sprite task.
|
ScheduleRecognitionTaskResult |
getRecognitionTask()
Get The result of a content recognition task.
|
ScheduleReviewTaskResult |
getReviewTask()
Get The result of a content moderation task.
|
MediaProcessTaskSampleSnapshotResult |
getSampleSnapshotTask()
Get The result of a sampled screenshot task.
|
MediaProcessTaskSampleSnapshotResult |
getSnapshotByTimeOffsetTask()
Get The result of a time point screenshot task.
|
MediaProcessTaskTranscodeResult |
getTranscodeTask()
Get The result of a transcoding task.
|
void |
setAdaptiveDynamicStreamingTask(MediaProcessTaskAdaptiveDynamicStreamingResult AdaptiveDynamicStreamingTask)
Set The result of an adaptive bitrate streaming task.
|
void |
setAnalysisTask(ScheduleAnalysisTaskResult AnalysisTask)
Set The result of a content analysis task.
|
void |
setAnimatedGraphicTask(MediaProcessTaskAnimatedGraphicResult AnimatedGraphicTask)
Set The result of an animated image generating task.
|
void |
setImageSpriteTask(MediaProcessTaskImageSpriteResult ImageSpriteTask)
Set The result of an image sprite task.
|
void |
setRecognitionTask(ScheduleRecognitionTaskResult RecognitionTask)
Set The result of a content recognition task.
|
void |
setReviewTask(ScheduleReviewTaskResult ReviewTask)
Set The result of a content moderation task.
|
void |
setSampleSnapshotTask(MediaProcessTaskSampleSnapshotResult SampleSnapshotTask)
Set The result of a sampled screenshot task.
|
void |
setSnapshotByTimeOffsetTask(MediaProcessTaskSampleSnapshotResult SnapshotByTimeOffsetTask)
Set The result of a time point screenshot task.
|
void |
setTranscodeTask(MediaProcessTaskTranscodeResult TranscodeTask)
Set The result of a transcoding task.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ActivityResItem()
public ActivityResItem(ActivityResItem source)
public MediaProcessTaskTranscodeResult getTranscodeTask()
public void setTranscodeTask(MediaProcessTaskTranscodeResult TranscodeTask)
TranscodeTask
- The result of a transcoding task.
Note: This field may return null, indicating that no valid values can be obtained.public MediaProcessTaskAnimatedGraphicResult getAnimatedGraphicTask()
public void setAnimatedGraphicTask(MediaProcessTaskAnimatedGraphicResult AnimatedGraphicTask)
AnimatedGraphicTask
- The result of an animated image generating task.
Note: This field may return null, indicating that no valid values can be obtained.public MediaProcessTaskSampleSnapshotResult getSnapshotByTimeOffsetTask()
public void setSnapshotByTimeOffsetTask(MediaProcessTaskSampleSnapshotResult SnapshotByTimeOffsetTask)
SnapshotByTimeOffsetTask
- The result of a time point screenshot task.
Note: This field may return null, indicating that no valid values can be obtained.public MediaProcessTaskSampleSnapshotResult getSampleSnapshotTask()
public void setSampleSnapshotTask(MediaProcessTaskSampleSnapshotResult SampleSnapshotTask)
SampleSnapshotTask
- The result of a sampled screenshot task.
Note: This field may return null, indicating that no valid values can be obtained.public MediaProcessTaskImageSpriteResult getImageSpriteTask()
public void setImageSpriteTask(MediaProcessTaskImageSpriteResult ImageSpriteTask)
ImageSpriteTask
- The result of an image sprite task.
Note: This field may return null, indicating that no valid values can be obtained.public MediaProcessTaskAdaptiveDynamicStreamingResult getAdaptiveDynamicStreamingTask()
public void setAdaptiveDynamicStreamingTask(MediaProcessTaskAdaptiveDynamicStreamingResult AdaptiveDynamicStreamingTask)
AdaptiveDynamicStreamingTask
- The result of an adaptive bitrate streaming task.
Note: This field may return null, indicating that no valid values can be obtained.public ScheduleRecognitionTaskResult getRecognitionTask()
public void setRecognitionTask(ScheduleRecognitionTaskResult RecognitionTask)
RecognitionTask
- The result of a content recognition task.
Note: This field may return null, indicating that no valid values can be obtained.public ScheduleReviewTaskResult getReviewTask()
public void setReviewTask(ScheduleReviewTaskResult ReviewTask)
ReviewTask
- The result of a content moderation task.
Note: This field may return null, indicating that no valid values can be obtained.public ScheduleAnalysisTaskResult getAnalysisTask()
public void setAnalysisTask(ScheduleAnalysisTaskResult AnalysisTask)
AnalysisTask
- The result of a content analysis task.
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2023. All rights reserved.