Class ReportScopeInclusion


  • public class ReportScopeInclusion
    extends java.lang.Object
    Represents the ReportScopeInclusion object used when adding and removing report scopes.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Long getAssetId()
      Get the id of the asset that is included in the report.
      ReportAssetType getAssetType()
      Get the type of asset that is included in the report.
      void setAssetId​(java.lang.Long assetId)
      Set the id of the asset that is included in the report.
      void setAssetType​(ReportAssetType assetType)
      Set the type of asset that is included in the report.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportScopeInclusion

        public ReportScopeInclusion()
    • Method Detail

      • getAssetType

        public ReportAssetType getAssetType()
        Get the type of asset that is included in the report.
        Returns:
        the type of asset that is included in the report
      • setAssetType

        public void setAssetType​(ReportAssetType assetType)
        Set the type of asset that is included in the report.
        Parameters:
        assetType - the type of asset that is included in the report
      • getAssetId

        public java.lang.Long getAssetId()
        Get the id of the asset that is included in the report.
        Returns:
        the id of the asset that is included in the report
      • setAssetId

        public void setAssetId​(java.lang.Long assetId)
        Set the id of the asset that is included in the report.
        Parameters:
        assetId - the id of the asset that is included in the report