public class AssetInfo extends com.microsoft.windowsazure.services.media.implementation.ODataEntity<com.microsoft.windowsazure.services.media.implementation.content.AssetType>
| Constructor and Description |
|---|
AssetInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry,
com.microsoft.windowsazure.services.media.implementation.content.AssetType content)
Instantiates a new asset info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAlternateId()
Get the alternate id.
|
LinkInfo<AssetFileInfo> |
getAssetFilesLink()
Get a link to the asset's files
|
LinkInfo<ContentKeyInfo> |
getContentKeysLink()
Get a link to the asset's content keys
|
Date |
getCreated()
Get the creation date.
|
LinkInfo<AssetDeliveryPolicyInfo> |
getDeliveryPoliciesLink()
Get a link to this asset's delivery policies
|
String |
getId()
Get the asset id.
|
Date |
getLastModified()
Get last modified date.
|
LinkInfo<LocatorInfo> |
getLocatorsLink()
Get a link to the asset's locators
|
String |
getName()
Get the asset name.
|
AssetOption |
getOptions()
Get the options.
|
LinkInfo<AssetInfo> |
getParentAssetsLink()
Get a link to this asset's parents
|
AssetState |
getState()
Get the asset state.
|
String |
getStorageAccountName()
Get the Name of the storage account that contains the asset’s blob container.
|
String |
getUri()
Get the URI of the blob storage container of the specified Asset.
|
getCollectedType, getContent, getEntry, getLink, getRelationLink, hasLink, isODataEntityCollectionType, isODataEntityTypepublic AssetInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry, com.microsoft.windowsazure.services.media.implementation.content.AssetType content)
entry - the entrycontent - the contentpublic String getId()
public String getName()
public AssetState getState()
public Date getCreated()
public Date getLastModified()
public String getAlternateId()
public AssetOption getOptions()
public String getUri()
public String getStorageAccountName()
public LinkInfo<AssetFileInfo> getAssetFilesLink()
public LinkInfo<ContentKeyInfo> getContentKeysLink()
public LinkInfo<LocatorInfo> getLocatorsLink()
public LinkInfo<AssetInfo> getParentAssetsLink()
public LinkInfo<AssetDeliveryPolicyInfo> getDeliveryPoliciesLink()
/**
* 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.
*/