Class MetadataModule

  • All Implemented Interfaces:
    IModuleObject

    public class MetadataModule
    extends BaseObjectType
    Analytics Modeling service module.
    Sample:
    {
      "property": [    PropertyType
      ],
      "identifier": "AdventureWorks2014.Person",
      "version": "9.0",
      "dataSource": [  DataSource   ]
    }
    • Constructor Detail

      • MetadataModule

        public MetadataModule()
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Get module identifier.
        Returns:
        module identifier.
      • setIdentifier

        public void setIdentifier​(String identifier)
        Set module identifier.
        Parameters:
        identifier - of the module.
      • getVersion

        public String getVersion()
        Get version of the module.
        Returns:
        version of the module.
      • setVersion

        public void setVersion​(String version)
        Set version of the module.
        Parameters:
        version - of the module.
      • getDataSource

        public List<DataSource> getDataSource()
        Get data source element of the module.
        Returns:
        data source element of the module.
      • setDataSource

        public void setDataSource​(List<DataSource> dataSource)
        Set data source element of the module.
        Parameters:
        dataSource - element