public class AssetFileInfo extends com.microsoft.windowsazure.services.media.implementation.ODataEntity<com.microsoft.windowsazure.services.media.implementation.content.AssetFileType>
| Constructor and Description |
|---|
AssetFileInfo() |
AssetFileInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry,
com.microsoft.windowsazure.services.media.implementation.content.AssetFileType content) |
| Modifier and Type | Method and Description |
|---|---|
String |
getContentChecksum()
Gets the content checksum.
|
long |
getContentFileSize()
Gets the content file size.
|
Date |
getCreated()
Gets the created.
|
String |
getEncryptionKeyId()
Gets the encryption key id.
|
String |
getEncryptionScheme()
Gets the encryption scheme.
|
String |
getEncryptionVersion()
Gets the encryption version.
|
String |
getId()
Gets the id.
|
String |
getInitializationVector()
Gets the initialization vector.
|
boolean |
getIsEncrypted()
Gets the checks if is encrypted.
|
boolean |
getIsPrimary()
Gets the checks if is primary.
|
Date |
getLastModified()
Gets the last modified.
|
String |
getMimeType()
Gets the mime type.
|
String |
getName()
Gets the name.
|
String |
getParentAssetId()
Gets the parent asset id.
|
getCollectedType, getContent, getEntry, getLink, getRelationLink, hasLink, isODataEntityCollectionType, isODataEntityTypepublic AssetFileInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry, com.microsoft.windowsazure.services.media.implementation.content.AssetFileType content)
public AssetFileInfo()
public String getId()
public String getName()
public long getContentFileSize()
public String getParentAssetId()
public String getEncryptionVersion()
public String getEncryptionScheme()
public boolean getIsEncrypted()
public String getEncryptionKeyId()
public String getInitializationVector()
public boolean getIsPrimary()
public Date getLastModified()
public Date getCreated()
public String getMimeType()
public String getContentChecksum()
/**
* 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.
*/