public class TaskInfo
extends com.microsoft.windowsazure.services.media.implementation.ODataEntity<com.microsoft.windowsazure.services.media.implementation.content.TaskType>
Constructor and Description |
---|
TaskInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry,
com.microsoft.windowsazure.services.media.implementation.content.TaskType content)
Instantiates a new task info.
|
Modifier and Type | Method and Description |
---|---|
String |
getConfiguration()
Gets the configuration.
|
String |
getEncryptionKeyId()
Gets the encryption key id.
|
String |
getEncryptionScheme()
Gets the encryption scheme.
|
String |
getEncryptionVersion()
Gets the encryption version.
|
Date |
getEndTime()
Gets the end time.
|
List<ErrorDetail> |
getErrorDetails()
Gets the error details.
|
List<TaskHistoricalEvent> |
getHistoricalEvents()
Gets the task historical events.
|
String |
getId()
Gets the id.
|
String |
getInitializationVector()
Gets the initialization vector.
|
LinkInfo<AssetInfo> |
getInputAssetsLink()
Gets link to the task's input assets.
|
String |
getMediaProcessorId()
Gets the media processor id.
|
String |
getName()
Gets the name.
|
TaskOption |
getOptions()
Gets the options.
|
LinkInfo<AssetInfo> |
getOutputAssetsLink()
Gets link to the task's output assets.
|
String |
getPerfMessage()
Gets the perf message.
|
int |
getPriority()
Gets the priority.
|
double |
getProgress()
Gets the progress.
|
double |
getRunningDuration()
Gets the running duration.
|
Date |
getStartTime()
Gets the start time.
|
TaskState |
getState()
Gets the state.
|
String |
getTaskBody()
Gets the task body.
|
public TaskInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry, com.microsoft.windowsazure.services.media.implementation.content.TaskType content)
entry
- the entrycontent
- the contentpublic String getId()
public String getConfiguration()
public Date getEndTime()
public List<ErrorDetail> getErrorDetails()
public List<TaskHistoricalEvent> getHistoricalEvents()
public String getMediaProcessorId()
public String getName()
public String getPerfMessage()
public int getPriority()
public double getProgress()
public double getRunningDuration()
public Date getStartTime()
public TaskState getState()
public String getTaskBody()
public TaskOption getOptions()
public String getEncryptionKeyId()
public String getEncryptionScheme()
public String getEncryptionVersion()
public String getInitializationVector()
public LinkInfo<AssetInfo> getInputAssetsLink()
/**
* Copyright Microsoft Corporation
*
* 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.
*/