Class GetMetadataActivity


  • public class GetMetadataActivity
    extends ExecutionActivity
    Activity to get metadata of dataset.
    • Constructor Detail

      • GetMetadataActivity

        public GetMetadataActivity()
    • Method Detail

      • getDataset

        public DatasetReference getDataset()
        Get the dataset property: GetMetadata activity dataset reference.
        Returns:
        the dataset value.
      • setDataset

        public GetMetadataActivity setDataset​(DatasetReference dataset)
        Set the dataset property: GetMetadata activity dataset reference.
        Parameters:
        dataset - the dataset value to set.
        Returns:
        the GetMetadataActivity object itself.
      • getFieldList

        public List<Object> getFieldList()
        Get the fieldList property: Fields of metadata to get from dataset.
        Returns:
        the fieldList value.
      • setFieldList

        public GetMetadataActivity setFieldList​(List<Object> fieldList)
        Set the fieldList property: Fields of metadata to get from dataset.
        Parameters:
        fieldList - the fieldList value to set.
        Returns:
        the GetMetadataActivity object itself.
      • getStoreSettings

        public StoreReadSettings getStoreSettings()
        Get the storeSettings property: GetMetadata activity store settings.
        Returns:
        the storeSettings value.
      • setStoreSettings

        public GetMetadataActivity setStoreSettings​(StoreReadSettings storeSettings)
        Set the storeSettings property: GetMetadata activity store settings.
        Parameters:
        storeSettings - the storeSettings value to set.
        Returns:
        the GetMetadataActivity object itself.
      • getFormatSettings

        public FormatReadSettings getFormatSettings()
        Get the formatSettings property: GetMetadata activity format settings.
        Returns:
        the formatSettings value.
      • setFormatSettings

        public GetMetadataActivity setFormatSettings​(FormatReadSettings formatSettings)
        Set the formatSettings property: GetMetadata activity format settings.
        Parameters:
        formatSettings - the formatSettings value to set.
        Returns:
        the GetMetadataActivity object itself.
      • setDescription

        public GetMetadataActivity setDescription​(String description)
        Set the description property: Activity description.
        Overrides:
        setDescription in class ExecutionActivity
        Parameters:
        description - the description value to set.
        Returns:
        the Activity object itself.