public class ContentKeyInfo extends com.microsoft.windowsazure.services.media.implementation.ODataEntity<com.microsoft.windowsazure.services.media.implementation.content.ContentKeyRestType>
| Constructor and Description |
|---|
ContentKeyInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry,
com.microsoft.windowsazure.services.media.implementation.content.ContentKeyRestType content)
Instantiates a new content key info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthorizationPolicyId()
Gets the authorization policy id.
|
String |
getChecksum()
Gets the check sum.
|
ContentKeyType |
getContentKeyType()
Gets the content key type.
|
Date |
getCreated()
Gets the created.
|
String |
getEncryptedContentKey()
Gets the encrypted content key.
|
String |
getId()
Gets the id.
|
Date |
getLastModified()
Gets the last modified.
|
String |
getName()
Gets the name.
|
String |
getProtectionKeyId()
Gets the protection key id.
|
ProtectionKeyType |
getProtectionKeyType()
Gets the protection key type.
|
getCollectedType, getContent, getEntry, getLink, getRelationLink, hasLink, isODataEntityCollectionType, isODataEntityTypepublic ContentKeyInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry, com.microsoft.windowsazure.services.media.implementation.content.ContentKeyRestType content)
entry - the entrycontent - the contentpublic String getId()
public Date getCreated()
public Date getLastModified()
public String getName()
public String getChecksum()
public ProtectionKeyType getProtectionKeyType()
public String getProtectionKeyId()
public String getEncryptedContentKey()
public String getAuthorizationPolicyId()
public ContentKeyType getContentKeyType()
/**
* 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.
*/