public class ListPartitionDTO extends java.lang.Object implements PartitionDTO, ListPartition
| Modifier and Type | Class and Description | 
|---|---|
| static class  | ListPartitionDTO.BuilderThe 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 ListPartitionpublic java.util.Map<java.lang.String,java.lang.String> properties()
properties in interface Partitionpublic PartitionDTO.Type type()
type in interface PartitionDTOpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object