public class DataSourceMetadata extends Object implements Serializable
Constructor and Description |
---|
DataSourceMetadata() |
Modifier and Type | Method and Description |
---|---|
String |
getDataSourceType() |
String |
getDocumentType() |
String |
getId() |
Map<String,String> |
getInspectionParameters() |
InspectionType |
getInspectionType() |
boolean |
getIsSource() |
String |
getName() |
static long |
getSerialversionuid() |
byte[] |
getSpecification() |
void |
setDataSourceType(String dataSourceType) |
void |
setDocumentType(String documentType) |
void |
setId(String id) |
void |
setInspectionParameters(Map<String,String> inspectionParameters) |
void |
setInspectionType(InspectionType inspectionType) |
void |
setIsSource(boolean isSource) |
void |
setName(String name) |
void |
setSpecification(byte[] specification) |
public static long getSerialversionuid()
public String getId()
public void setId(String id)
public String getName()
public void setName(String name)
public String getDocumentType()
public void setDocumentType(String documentType)
public InspectionType getInspectionType()
public void setInspectionType(InspectionType inspectionType)
public boolean getIsSource()
public void setIsSource(boolean isSource)
public byte[] getSpecification()
public void setSpecification(byte[] specification)
public String getDataSourceType()
public void setDataSourceType(String dataSourceType)
Copyright © 2017–2022 Red Hat, Inc.. All rights reserved.