public final class ScheduleFrequencyMonthlyResponse extends ScheduleResponse
| Constructor and Description |
|---|
ScheduleFrequencyMonthlyResponse() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(java.lang.Object other) |
boolean |
equals(java.lang.Object o) |
java.util.List<java.lang.Integer> |
getByMonthDay() |
int |
hashCode() |
void |
setByMonthDay(java.util.List<java.lang.Integer> byMonthDay) |
java.lang.String |
toString() |
getFrequencypublic java.util.List<java.lang.Integer> getByMonthDay()
public void setByMonthDay(java.util.List<java.lang.Integer> byMonthDay)
public boolean equals(java.lang.Object o)
equals in class ScheduleResponseprotected boolean canEqual(java.lang.Object other)
canEqual in class ScheduleResponsepublic int hashCode()
hashCode in class ScheduleResponsepublic java.lang.String toString()
toString in class ScheduleResponse