public class Metadata
extends java.lang.Object
Content.| Constructor and Description |
|---|
Metadata(java.util.List<Label> labels)
This constructor creates a metadata instance with only the labels defined.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Label> |
getLabels()
This method returns the labels on the content corresponding to this metadata.
|
Version |
getVersion()
This method returns the version of the content corresponding to this metadata.
|
public Metadata(java.util.List<Label> labels)
labels - The labels to define.public java.util.List<Label> getLabels()
public Version getVersion()