public class MetadataFull extends Metadata
| Modifier and Type | Class and Description |
|---|---|
static class |
MetadataFull.Builder |
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
canEdit
Whether the user can edit this metadata instance.
|
protected Map<String,Object> |
extraData |
protected String |
id
A UUID to identify the metadata instance.
|
protected String |
type
A unique identifier for the "type" of this instance.
|
protected Long |
typeVersion
The last-known version of the template of the object.
|
parent, scope, template, versionexplicitlySetNullableFields| Modifier | Constructor and Description |
|---|---|
|
MetadataFull() |
protected |
MetadataFull(MetadataFull.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Boolean |
getCanEdit() |
Map<String,Object> |
getExtraData() |
String |
getId() |
String |
getType() |
Long |
getTypeVersion() |
int |
hashCode() |
String |
toString() |
getParent, getScope, getTemplate, getVersiongetRawData, setRawDatagetExplicitlySetNullableFields, isFieldExplicitlySet, markNullableFieldAsSet, markNullableFieldsAsSetprotected String type
protected Long typeVersion
public MetadataFull()
protected MetadataFull(MetadataFull.Builder builder)
public Boolean getCanEdit()
public Long getTypeVersion()
public Map<String,Object> getExtraData()