public class MetalakeDTO extends java.lang.Object implements Metalake
Modifier and Type | Class and Description |
---|---|
static class |
MetalakeDTO.Builder<S extends MetalakeDTO.Builder>
A builder class for constructing instances of MetalakeDTO.
|
Modifier | Constructor and Description |
---|---|
protected |
MetalakeDTO()
Default constructor for Jackson deserialization.
|
protected |
MetalakeDTO(java.lang.String name,
java.lang.String comment,
java.util.Map<java.lang.String,java.lang.String> properties,
AuditDTO audit)
Creates a new instance of MetalakeDTO.
|
Modifier and Type | Method and Description |
---|---|
Audit |
auditInfo() |
static MetalakeDTO.Builder |
builder() |
java.lang.String |
comment()
The comment of the metalake.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
java.lang.String |
name()
The name of the metalake.
|
java.util.Map<java.lang.String,java.lang.String> |
properties()
The properties of the metalake.
|
protected MetalakeDTO()
protected MetalakeDTO(java.lang.String name, java.lang.String comment, java.util.Map<java.lang.String,java.lang.String> properties, AuditDTO audit)
name
- The name of the Metalake DTO.comment
- The comment of the Metalake DTO.properties
- The properties of the Metalake DTO.audit
- The audit information of the Metalake DTO.public java.lang.String name()
Metalake
public java.lang.String comment()
Metalake
public java.util.Map<java.lang.String,java.lang.String> properties()
Metalake
properties
in interface Metalake
public Audit auditInfo()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static MetalakeDTO.Builder builder()