@ThriftStruct public final class PrestoThriftEquatableValueSet extends Object
| Constructor and Description |
|---|
PrestoThriftEquatableValueSet(boolean whiteList,
List<PrestoThriftBlock> values) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static PrestoThriftEquatableValueSet |
fromEquatableValueSet(EquatableValueSet valueSet) |
List<PrestoThriftBlock> |
getValues() |
int |
hashCode() |
boolean |
isWhiteList() |
String |
toString() |
@ThriftConstructor
public PrestoThriftEquatableValueSet(boolean whiteList,
List<PrestoThriftBlock> values)
@ThriftField(value=1) public boolean isWhiteList()
@ThriftField(value=2) public List<PrestoThriftBlock> getValues()
public static PrestoThriftEquatableValueSet fromEquatableValueSet(EquatableValueSet valueSet)
Copyright © 2012–2022. All rights reserved.