Class LookupActivity

    • Constructor Detail

      • LookupActivity

        public LookupActivity()
    • Method Detail

      • getSource

        public CopySource getSource()
        Get the source property: Dataset-specific source properties, same as copy activity source.
        Returns:
        the source value.
      • setSource

        public LookupActivity setSource​(CopySource source)
        Set the source property: Dataset-specific source properties, same as copy activity source.
        Parameters:
        source - the source value to set.
        Returns:
        the LookupActivity object itself.
      • getDataset

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

        public LookupActivity setDataset​(DatasetReference dataset)
        Set the dataset property: Lookup activity dataset reference.
        Parameters:
        dataset - the dataset value to set.
        Returns:
        the LookupActivity object itself.
      • getFirstRowOnly

        public Object getFirstRowOnly()
        Get the firstRowOnly property: Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
        Returns:
        the firstRowOnly value.
      • setFirstRowOnly

        public LookupActivity setFirstRowOnly​(Object firstRowOnly)
        Set the firstRowOnly property: Whether to return first row or all rows. Default value is true. Type: boolean (or Expression with resultType boolean).
        Parameters:
        firstRowOnly - the firstRowOnly value to set.
        Returns:
        the LookupActivity object itself.
      • setName

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

        public LookupActivity 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.