public class ParametersSpecification extends Object
Modifier and Type | Field and Description |
---|---|
static ParametersSpecification |
EMPTY_SPECIFICATION |
Constructor and Description |
---|
ParametersSpecification(Map<String,FieldSchema> fields,
Set<Set<String>> required) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,FieldSchema> |
getFields()
Get the immutable mapping of field name to the
FieldSchema to use for the field. |
Set<Set<String>> |
getRequiredFields()
Get the immutable set of required field combinations, one of which must be satisfied.
|
int |
hashCode() |
String |
toString() |
public static final ParametersSpecification EMPTY_SPECIFICATION
public Map<String,FieldSchema> getFields()
FieldSchema
to use for the field.FieldSchema
to use for the field.public Set<Set<String>> getRequiredFields()
Copyright © 2013-2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.