com.fatwire.assetapi.data
Interface RecommendedAssetId

All Superinterfaces:
AssetId

public interface RecommendedAssetId
extends AssetId

An asset ID that also contains Engage-related information.


Method Summary
 int getConfidencePercentage()
           
 int getRating()
           
 java.lang.String getReason()
           
 
Methods inherited from interface com.fatwire.assetapi.data.AssetId
getId, getType
 

Method Detail

getRating

int getRating()

getConfidencePercentage

int getConfidencePercentage()

getReason

java.lang.String getReason()


Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.