public class IngestionMetadata
extends java.lang.Object
| Constructor and Description |
|---|
IngestionMetadata() |
| Modifier and Type | Method and Description |
|---|---|
IngestionMetadata |
setSourceName(java.lang.String sourceName)
Set the ingestion metadata source name information.
|
IngestionMetadata |
setSourceVersion(java.lang.String sourceVersion)
Set the ingestion metadata source version information.
|
protected org.json.JSONObject |
toJSONObject()
Get JSONObject of current ingestion metadata
|
public IngestionMetadata setSourceName(java.lang.String sourceName)
sourceName - source name for ingestion metadatapublic IngestionMetadata setSourceVersion(java.lang.String sourceVersion)
sourceVersion - source version for ingestion metadataprotected org.json.JSONObject toJSONObject()