Class ScheduleFrequencyMonthlyResponse
- java.lang.Object
-
- com.checkout.accounts.payout.schedule.response.ScheduleResponse
-
- com.checkout.accounts.payout.schedule.response.ScheduleFrequencyMonthlyResponse
-
public final class ScheduleFrequencyMonthlyResponse extends ScheduleResponse
-
-
Constructor Summary
Constructors Constructor Description ScheduleFrequencyMonthlyResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.util.List<java.lang.Integer>getByMonthDay()inthashCode()voidsetByMonthDay(java.util.List<java.lang.Integer> byMonthDay)java.lang.StringtoString()-
Methods inherited from class com.checkout.accounts.payout.schedule.response.ScheduleResponse
getFrequency
-
-
-
-
Method Detail
-
getByMonthDay
public java.util.List<java.lang.Integer> getByMonthDay()
-
setByMonthDay
public void setByMonthDay(java.util.List<java.lang.Integer> byMonthDay)
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classScheduleResponse
-
canEqual
protected boolean canEqual(java.lang.Object other)
- Overrides:
canEqualin classScheduleResponse
-
hashCode
public int hashCode()
- Overrides:
hashCodein classScheduleResponse
-
toString
public java.lang.String toString()
- Overrides:
toStringin classScheduleResponse
-
-