| 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, waitsupportsRoles, supportsTagspublic java.lang.String name()
public java.lang.String comment()
Modelpublic java.util.Map<java.lang.String,java.lang.String> properties()
ModelUsers can still specify the properties in the model version for different information.
properties in interface Modelpublic int latestVersion()
ModellatestVersion in interface Modelpublic AuditDTO auditInfo()
public static ModelDTO.Builder builder()