public final class CustomHoliday extends Object
| Constructor and Description |
|---|
CustomHoliday(Integer day,
Integer month) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Integer |
getDay() |
Integer |
getMonth() |
int |
hashCode() |
static CustomHoliday |
of(Integer day,
Integer month) |
String |
toString() |
public Integer getDay()
public Integer getMonth()
public static CustomHoliday of(Integer day, Integer month)
Copyright © 2020. All rights reserved.