public class ListPartitionDTO extends java.lang.Object implements PartitionDTO, ListPartition
Modifier and Type | Class and Description |
---|---|
static class |
ListPartitionDTO.Builder
The builder for ListPartitionDTO.
|
PartitionDTO.Type
Modifier and Type | Method and Description |
---|---|
static ListPartitionDTO.Builder |
builder() |
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
LiteralDTO[][] |
lists() |
java.lang.String |
name() |
java.util.Map<java.lang.String,java.lang.String> |
properties() |
PartitionDTO.Type |
type() |
public static ListPartitionDTO.Builder builder()
public java.lang.String name()
public LiteralDTO[][] lists()
lists
in interface ListPartition
public java.util.Map<java.lang.String,java.lang.String> properties()
properties
in interface Partition
public PartitionDTO.Type type()
type
in interface PartitionDTO
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object