public class ScheduleException extends Object implements Serializable
| Constructor and Description |
|---|
ScheduleException() |
| Modifier and Type | Method and Description |
|---|---|
ScheduleException |
date(OffsetDateTime date) |
boolean |
equals(Object o) |
OffsetDateTime |
getDate() |
String |
getType() |
int |
hashCode() |
void |
setDate(OffsetDateTime date) |
void |
setType(String type) |
String |
toString() |
ScheduleException |
type(String type) |
public ScheduleException type(String type)
public String getType()
public void setType(String type)
public ScheduleException date(OffsetDateTime date)
public OffsetDateTime getDate()
public void setDate(OffsetDateTime date)
Copyright © 2019 Metatavu Oy. All rights reserved.