public class LocatorInfo extends com.microsoft.windowsazure.services.media.implementation.ODataEntity<com.microsoft.windowsazure.services.media.implementation.content.LocatorRestType>
| Constructor and Description |
|---|
LocatorInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry,
com.microsoft.windowsazure.services.media.implementation.content.LocatorRestType content)
Instantiates a new locator info.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getAccessPolicyId()
Gets the access policy id.
|
LinkInfo<AccessPolicyInfo> |
getAccessPolicyLink()
Return a link that gets this locator's access policy
|
String |
getAssetId()
Gets the asset id.
|
LinkInfo<AssetInfo> |
getAssetLink()
Return a link that gets this locator's asset
|
String |
getBaseUri()
Gets the base uri.
|
String |
getContentAccessToken()
Gets the content access token.
|
Date |
getExpirationDateTime()
Gets the expiration date time.
|
String |
getId()
Gets the id.
|
LocatorType |
getLocatorType()
Gets the locator type.
|
String |
getPath()
Gets the path.
|
Date |
getStartTime()
Gets the start time.
|
getCollectedType, getContent, getEntry, getLink, getRelationLink, hasLink, isODataEntityCollectionType, isODataEntityTypepublic LocatorInfo(com.microsoft.windowsazure.services.media.implementation.atom.EntryType entry, com.microsoft.windowsazure.services.media.implementation.content.LocatorRestType content)
entry - the entrycontent - the contentpublic String getId()
public Date getExpirationDateTime()
public LocatorType getLocatorType()
public String getPath()
public String getAccessPolicyId()
public String getAssetId()
public Date getStartTime()
public String getBaseUri()
public String getContentAccessToken()
public LinkInfo<AccessPolicyInfo> getAccessPolicyLink()
/**
* 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.
*/