Modifier and Type | Class and Description |
---|---|
static class |
ModelDTO.Builder
Builder for constructing a Model DTO.
|
Constructor and Description |
---|
ModelDTO() |
Modifier and Type | Method and Description |
---|---|
AuditDTO |
auditInfo() |
static ModelDTO.Builder |
builder()
Creates a new builder for constructing a Model DTO.
|
java.lang.String |
comment()
The comment of the model object.
|
int |
latestVersion()
The latest version of the model object.
|
java.lang.String |
name() |
java.util.Map<java.lang.String,java.lang.String> |
properties()
The properties of the model object.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supportsRoles, supportsTags
public java.lang.String name()
public java.lang.String comment()
Model
public java.util.Map<java.lang.String,java.lang.String> properties()
Model
Users can still specify the properties in the model version for different information.
properties
in interface Model
public int latestVersion()
Model
latestVersion
in interface Model
public AuditDTO auditInfo()
public static ModelDTO.Builder builder()