@Exported
public interface AssetResultRow
| Modifier and Type | Method and Description | 
|---|---|
| List<String> | getAttributeNames()Gets the list of attribute names | 
| AssetId | getId()gets the Asset Id of the result row | 
| Object | getValue(String attributeName)Gets the value of an attribute given attribute name |