public final class FileMetaData extends Object implements Serializable
Constructor and Description |
---|
FileMetaData(MessageType schema,
Map<String,String> keyValueMetaData,
String createdBy) |
Modifier and Type | Method and Description |
---|---|
String |
getCreatedBy() |
Map<String,String> |
getKeyValueMetaData() |
MessageType |
getSchema() |
String |
toString() |
public FileMetaData(MessageType schema, Map<String,String> keyValueMetaData, String createdBy)
schema
- the schema for the filekeyValueMetaData
- the app specific metadatacreatedBy
- the description of the library that created the filepublic MessageType getSchema()
public Map<String,String> getKeyValueMetaData()
public String getCreatedBy()
Copyright © 2015. All rights reserved.