Class DatasetReference


  • public final class DatasetReference
    extends Object
    Dataset reference type.
    • Constructor Detail

      • DatasetReference

        public DatasetReference()
    • Method Detail

      • getType

        public DatasetReferenceType getType()
        Get the type property: Dataset reference type.
        Returns:
        the type value.
      • setType

        public DatasetReference setType​(DatasetReferenceType type)
        Set the type property: Dataset reference type.
        Parameters:
        type - the type value to set.
        Returns:
        the DatasetReference object itself.
      • getReferenceName

        public String getReferenceName()
        Get the referenceName property: Reference dataset name.
        Returns:
        the referenceName value.
      • setReferenceName

        public DatasetReference setReferenceName​(String referenceName)
        Set the referenceName property: Reference dataset name.
        Parameters:
        referenceName - the referenceName value to set.
        Returns:
        the DatasetReference object itself.
      • getParameters

        public Map<String,​Object> getParameters()
        Get the parameters property: Arguments for dataset.
        Returns:
        the parameters value.
      • setParameters

        public DatasetReference setParameters​(Map<String,​Object> parameters)
        Set the parameters property: Arguments for dataset.
        Parameters:
        parameters - the parameters value to set.
        Returns:
        the DatasetReference object itself.