Package io.atlasmap.v2
Class DataSourceMetadata
java.lang.Object
io.atlasmap.v2.DataSourceMetadata
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetId()
boolean
getName()
static long
byte[]
void
setDataSourceType
(String dataSourceType) void
setDocumentType
(String documentType) void
void
setInspectionParameters
(Map<String, String> inspectionParameters) void
setInspectionType
(InspectionType inspectionType) void
setIsSource
(boolean isSource) void
void
setSpecification
(byte[] specification)
-
Constructor Details
-
DataSourceMetadata
public DataSourceMetadata()
-
-
Method Details
-
getSerialversionuid
public static long getSerialversionuid() -
getId
-
setId
-
getName
-
setName
-
getDocumentType
-
setDocumentType
-
getInspectionType
-
setInspectionType
-
getIsSource
public boolean getIsSource() -
setIsSource
public void setIsSource(boolean isSource) -
getSpecification
public byte[] getSpecification() -
setSpecification
public void setSpecification(byte[] specification) -
getDataSourceType
-
setDataSourceType
-
getInspectionParameters
-
setInspectionParameters
-