Class DataSourceMetadata

java.lang.Object
io.atlasmap.v2.DataSourceMetadata
All Implemented Interfaces:
Serializable

public class DataSourceMetadata extends Object implements Serializable
See Also:
  • Constructor Details

    • DataSourceMetadata

      public DataSourceMetadata()
  • Method Details

    • getSerialversionuid

      public static long getSerialversionuid()
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDocumentType

      public String getDocumentType()
    • setDocumentType

      public void setDocumentType(String documentType)
    • getInspectionType

      public InspectionType getInspectionType()
    • setInspectionType

      public void setInspectionType(InspectionType inspectionType)
    • getIsSource

      public boolean getIsSource()
    • setIsSource

      public void setIsSource(boolean isSource)
    • getSpecification

      public byte[] getSpecification()
    • setSpecification

      public void setSpecification(byte[] specification)
    • getDataSourceType

      public String getDataSourceType()
    • setDataSourceType

      public void setDataSourceType(String dataSourceType)
    • getInspectionParameters

      public Map<String,String> getInspectionParameters()
    • setInspectionParameters

      public void setInspectionParameters(Map<String,String> inspectionParameters)