public final class O365JobSessionLogItemResponse extends Object implements Serializable, Comparable<O365JobSessionLogItemResponse>
Constructor and Description |
---|
O365JobSessionLogItemResponse(String id,
int usn,
String title,
Instant creationTime,
Instant endTime) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(O365JobSessionLogItemResponse o365JobSessionLogItemResponse) |
boolean |
equals(Object o) |
Instant |
getCreationTime()
Returns date and time of the operation start.
|
Instant |
getEndTime()
Returns date and time of the operation end.
|
String |
getId()
Returns the ID of the operation performed during the backup job.
|
String |
getTitle()
Returns the status and short description of the operation performed during the backup job.
|
int |
getUsn()
Returns the order number of the operation performed during the backup job.
|
int |
hashCode() |
public String getId()
public int getUsn()
public String getTitle()
public Instant getCreationTime()
Instant
public Instant getEndTime()
Instant
public int compareTo(O365JobSessionLogItemResponse o365JobSessionLogItemResponse)
compareTo
in interface Comparable<O365JobSessionLogItemResponse>
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.