public abstract class Aggregation extends GenericModel
AggregationTypes.| Modifier and Type | Class and Description |
|---|---|
static class |
Aggregation.Logic |
| Constructor and Description |
|---|
Aggregation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getField() |
String |
getId() |
Aggregation.Logic |
getLogic() |
String |
getType() |
void |
setId(String id) |
void |
setLogic(Aggregation.Logic logic) |
equals, hashCode, toStringpublic void setId(String id)
public String getId()
public String getType()
public String getField()
public Aggregation.Logic getLogic()
public void setLogic(Aggregation.Logic logic)
Copyright © 2015–2016 IBM Watson. All rights reserved.