public class ContactStatus extends Object
| Constructor and Description |
|---|
ContactStatus() |
| Modifier and Type | Method and Description |
|---|---|
ContactStatus |
end(OffsetDateTime end) |
boolean |
equals(Object o) |
OffsetDateTime |
getEnd() |
OffsetDateTime |
getStart() |
String |
getText() |
int |
hashCode() |
void |
setEnd(OffsetDateTime end) |
void |
setStart(OffsetDateTime start) |
void |
setText(String text) |
ContactStatus |
start(OffsetDateTime start) |
ContactStatus |
text(String text) |
String |
toString() |
public ContactStatus text(String text)
public String getText()
public void setText(String text)
public ContactStatus start(OffsetDateTime start)
public OffsetDateTime getStart()
public void setStart(OffsetDateTime start)
public ContactStatus end(OffsetDateTime end)
public OffsetDateTime getEnd()
public void setEnd(OffsetDateTime end)
Copyright © 2017 Metatavu Oy. All rights reserved.