public class CronConfForCreateCCRuleInput extends Object
| Constructor and Description |
|---|
CronConfForCreateCCRuleInput() |
| Modifier and Type | Method and Description |
|---|---|
CronConfForCreateCCRuleInput |
crontab(String crontab) |
boolean |
equals(Object o) |
String |
getCrontab()
Get crontab
|
Integer |
getPathThreshold()
Get pathThreshold
|
Integer |
getSingleThreshold()
Get singleThreshold
|
int |
hashCode() |
CronConfForCreateCCRuleInput |
pathThreshold(Integer pathThreshold) |
void |
setCrontab(String crontab) |
void |
setPathThreshold(Integer pathThreshold) |
void |
setSingleThreshold(Integer singleThreshold) |
CronConfForCreateCCRuleInput |
singleThreshold(Integer singleThreshold) |
String |
toString() |
public CronConfForCreateCCRuleInput crontab(String crontab)
public String getCrontab()
public void setCrontab(String crontab)
public CronConfForCreateCCRuleInput pathThreshold(Integer pathThreshold)
public Integer getPathThreshold()
public void setPathThreshold(Integer pathThreshold)
public CronConfForCreateCCRuleInput singleThreshold(Integer singleThreshold)
public Integer getSingleThreshold()
public void setSingleThreshold(Integer singleThreshold)
Copyright © 2025. All rights reserved.