Package com.day.cq.dam.scene7.api.model
Interface UploadJobDetail
- 
public interface UploadJobDetailTheUploadJobDetailobject is used for storing information related to Scene7 upload jobs. 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetAssetHandle()java.lang.StringgetAssetName()java.lang.StringgetAssetType()java.lang.StringgetLogMessage()java.lang.StringgetLogType() 
 - 
 
- 
- 
Method Detail
- 
getLogMessage
java.lang.String getLogMessage()
- Returns:
 - s7 upload detail log message
 
 
- 
getLogType
java.lang.String getLogType()
- Returns:
 - s7 log type job detail
 
 
- 
getAssetType
java.lang.String getAssetType()
- Returns:
 - s7 asset type which was the target of this job detail
 
 
- 
getAssetName
java.lang.String getAssetName()
- Returns:
 - s7 asset name which was the target of this job detail
 
 
- 
getAssetHandle
java.lang.String getAssetHandle()
- Returns:
 - s7 asset handle which was the target of this job detail
 
 
 - 
 
 -