public class StatScheduleDTO extends Object
| Constructor and Description |
|---|
StatScheduleDTO() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
Long |
getStatInterval()
统计间隔
|
Date |
getStatStartTime()
统计开始时间
|
String |
getStatTableName()
统计结果表名
|
Integer |
getStatTimeUnit()
统计频率单位
|
int |
hashCode() |
static boolean |
isStatSchedule(Integer statTimeUnit)
是否为定时统计计划
|
static boolean |
isStatSchedule(StatScheduleDTO statScheduleDTO)
是否为定时统计计划
|
void |
setStatInterval(Long statInterval)
统计间隔
|
void |
setStatStartTime(Date statStartTime)
统计开始时间
|
void |
setStatTableName(String statTableName)
统计结果表名
|
void |
setStatTimeUnit(Integer statTimeUnit)
统计频率单位
|
String |
toString() |
public static boolean isStatSchedule(StatScheduleDTO statScheduleDTO)
public static boolean isStatSchedule(Integer statTimeUnit)
public Integer getStatTimeUnit()
public Date getStatStartTime()
public Long getStatInterval()
public String getStatTableName()
public void setStatTimeUnit(Integer statTimeUnit)
public void setStatStartTime(Date statStartTime)
public void setStatInterval(Long statInterval)
public void setStatTableName(String statTableName)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.