public class MediaProcessorInfo
extends com.microsoft.windowsazure.services.media.implementation.ODataEntity<com.microsoft.windowsazure.services.media.implementation.content.MediaProcessorType>
Constructor and Description |
---|
MediaProcessorInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry,
com.microsoft.windowsazure.services.media.implementation.content.MediaProcessorType content)
Instantiates a new media processor info.
|
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Get the asset id.
|
String |
getName()
Get the asset name.
|
String |
getSku()
Gets the sku.
|
String |
getVendor()
Gets the vendor.
|
String |
getVersion()
Gets the version.
|
public MediaProcessorInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry, com.microsoft.windowsazure.services.media.implementation.content.MediaProcessorType content)
entry
- the entrycontent
- the contentpublic String getId()
public String getName()
public String getDescription()
public String getSku()
public String getVendor()
public String getVersion()
/**
* 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.
*/