public class HivePartitionDto extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
HivePartitionDto.Builder
A builder that makes it easier to construct this DTO.
|
| Constructor and Description |
|---|
HivePartitionDto() |
| Modifier and Type | Method and Description |
|---|---|
static HivePartitionDto.Builder |
builder()
Returns a builder that can easily build this DTO.
|
boolean |
equals(Object object) |
List<String> |
getPartitionValues()
Gets the partition values.
|
String |
getPath() |
int |
hashCode() |
void |
setPartitionValues(List<String> partitionValues) |
void |
setPath(String path) |
public String getPath()
public void setPath(String path)
public List<String> getPartitionValues()
public static HivePartitionDto.Builder builder()
Copyright © 2017. All rights reserved.