@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-08-11T11:20:29.425+08:00[Asia/Shanghai]") public class AggregateFilter extends Object
| 构造器和说明 |
|---|
AggregateFilter() |
| 限定符和类型 | 方法和说明 |
|---|---|
AggregateFilter |
columnId(Integer columnId) |
AggregateFilter |
condition(AggregateCondition condition) |
boolean |
equals(Object o) |
Integer |
getColumnId()
Get columnId
|
AggregateCondition |
getCondition()
Get condition
|
String |
getMethod()
Get method
|
String |
getParamName()
Get paramName
|
String |
getValueType()
Get valueType
|
int |
hashCode() |
AggregateFilter |
method(String method) |
AggregateFilter |
paramName(String paramName) |
void |
setColumnId(Integer columnId) |
void |
setCondition(AggregateCondition condition) |
void |
setMethod(String method) |
void |
setParamName(String paramName) |
void |
setValueType(String valueType) |
String |
toString() |
AggregateFilter |
valueType(String valueType) |
public AggregateFilter columnId(Integer columnId)
public Integer getColumnId()
public void setColumnId(Integer columnId)
public AggregateFilter condition(AggregateCondition condition)
public AggregateCondition getCondition()
public void setCondition(AggregateCondition condition)
public AggregateFilter method(String method)
public String getMethod()
public void setMethod(String method)
public AggregateFilter paramName(String paramName)
public String getParamName()
public void setParamName(String paramName)
public AggregateFilter valueType(String valueType)
public String getValueType()
public void setValueType(String valueType)
Copyright © 2024. All rights reserved.