public class KudosPeriod extends Object
| Constructor and Description |
|---|
KudosPeriod() |
KudosPeriod(long startDateInSeconds,
long endDateInSeconds) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
long |
getEndDateInSeconds() |
long |
getStartDateInSeconds() |
int |
hashCode() |
void |
setEndDateInSeconds(long endDateInSeconds) |
void |
setStartDateInSeconds(long startDateInSeconds) |
org.json.JSONObject |
toJSONObject() |
String |
toString() |
public KudosPeriod()
public KudosPeriod(long startDateInSeconds,
long endDateInSeconds)
public org.json.JSONObject toJSONObject()
public long getStartDateInSeconds()
public long getEndDateInSeconds()
public void setStartDateInSeconds(long startDateInSeconds)
public void setEndDateInSeconds(long endDateInSeconds)
protected boolean canEqual(Object other)
Copyright © 2003–2019 eXo Platform SAS. All rights reserved.