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. 
 | 
PROPERTY_IN_USE| 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. 
 | 
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitsupportsRolesprotected 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()
Metalakepublic java.lang.String comment()
Metalakepublic java.util.Map<java.lang.String,java.lang.String> properties()
Metalakeproperties in interface Metalakepublic Audit auditInfo()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static MetalakeDTO.Builder builder()