public class MetadataBase extends SerializableObject
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataBase.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected String |
parent
The identifier of the item that this metadata instance has been attached to.
|
protected String |
scope
An ID for the scope in which this template has been applied.
|
protected String |
template
The name of the template.
|
protected Long |
version
The version of the metadata instance.
|
explicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataBase() |
protected |
MetadataBase(MetadataBase.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getParent() |
String |
getScope() |
String |
getTemplate() |
Long |
getVersion() |
int |
hashCode() |
String |
toString() |
getRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String parent
protected String scope
public MetadataBase()
protected MetadataBase(MetadataBase.Builder builder)
public String getTemplate()
public Long getVersion()