public final class O365JobSessionResponse extends Object implements Serializable, Comparable<O365JobSessionResponse>
| Constructor and Description | 
|---|
| O365JobSessionResponse(String uuid,
                      String locationId,
                      String companyId,
                      String o365OrganizationUuid,
                      String o365JobUuid,
                      Instant creationTime,
                      Instant endTime,
                      int progress,
                      O365JobSessionStatus status,
                      O365JobSessionStatsResponse statistics) | 
| Modifier and Type | Method and Description | 
|---|---|
| int | compareTo(O365JobSessionResponse o365JobSessionResponse) | 
| boolean | equals(Object o) | 
| String | getCompanyId()Returns the iland company id. | 
| Instant | getCreationTime()Returns the date and time when the job session was created. | 
| Instant | getEndTime()Returns the date and time when the latest job session ended. | 
| String | getLocationId()Returns the iland location id. | 
| String | getO365JobUuid()Returns the parent O365 Job UUID. | 
| String | getO365OrganizationUuid()Returns the parent O365 Organization UUID. | 
| int | getProgress()Returns the number of processed mailboxes during the job session. | 
| O365JobSessionStatsResponse | getStatistics()Returns the job session statistics. | 
| O365JobSessionStatus | getStatus()Returns the status of the backup job. | 
| String | getUuid()Returns the O365 Job Session UUID. | 
| int | hashCode() | 
public O365JobSessionResponse(String uuid, String locationId, String companyId, String o365OrganizationUuid, String o365JobUuid, Instant creationTime, Instant endTime, int progress, O365JobSessionStatus status, O365JobSessionStatsResponse statistics)
public String getUuid()
public String getLocationId()
public String getCompanyId()
public String getO365OrganizationUuid()
public String getO365JobUuid()
public Instant getCreationTime()
Instantpublic Instant getEndTime()
Instantpublic int getProgress()
public O365JobSessionStatus getStatus()
O365JobSessionStatuspublic O365JobSessionStatsResponse getStatistics()
O365JobSessionStatsResponsepublic int compareTo(O365JobSessionResponse o365JobSessionResponse)
compareTo in interface Comparable<O365JobSessionResponse>Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.