@Generated(value="code.byted.cdp.client.JavaClientCodegen", date="2023-07-04T11:23:30.393+08:00[Asia/Shanghai]") public class Current extends Object
| Constructor and Description |
|---|
Current() |
| Modifier and Type | Method and Description |
|---|---|
Current |
columnId(Integer columnId) |
Current |
dateWithTime(Boolean dateWithTime) |
boolean |
equals(Object o) |
Integer |
getColumnId()
Get columnId
|
String |
getIntervalType()
Get intervalType
|
int |
hashCode() |
Current |
intervalType(String intervalType) |
Boolean |
isDateWithTime()
Get dateWithTime
|
Boolean |
isTodayIncluded()
Get todayIncluded
|
void |
setColumnId(Integer columnId) |
void |
setDateWithTime(Boolean dateWithTime) |
void |
setIntervalType(String intervalType) |
void |
setTodayIncluded(Boolean todayIncluded) |
Current |
todayIncluded(Boolean todayIncluded) |
String |
toString() |
public Integer getColumnId()
public void setColumnId(Integer columnId)
public Boolean isDateWithTime()
public void setDateWithTime(Boolean dateWithTime)
public String getIntervalType()
public void setIntervalType(String intervalType)
public Boolean isTodayIncluded()
public void setTodayIncluded(Boolean todayIncluded)
Copyright © 2023. All rights reserved.