public class OMAGServerInstanceHistory extends Object
| Constructor and Description |
|---|
OMAGServerInstanceHistory()
Default constructor for Jackson
|
OMAGServerInstanceHistory(Date startTime,
Date endTime)
Constructor used to create the history.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getEndTime()
Return the time when this instance of the server ended.
|
Date |
getStartTime()
Return the time that this instance of the server started.
|
void |
setEndTime(Date endTime)
Set up the time when this instance of the server ended.
|
void |
setStartTime(Date startTime)
Set up the time that this instance of the server started.
|
String |
toString()
JSON like toString method
|
public OMAGServerInstanceHistory()
public Date getStartTime()
public void setStartTime(Date startTime)
startTime - date/time objectpublic Date getEndTime()
public void setEndTime(Date endTime)
endTime - date/time objectCopyright © 2018–2019 ODPi. All rights reserved.