Class O365JobSessionLogItemResponse
java.lang.Object
com.iland.core.web.rest.response.vbo.O365JobSessionLogItemResponse
- All Implemented Interfaces:
Serializable,Comparable<O365JobSessionLogItemResponse>
public final class O365JobSessionLogItemResponse
extends Object
implements Serializable, Comparable<O365JobSessionLogItemResponse>
Office 365 VBO Job Session Log Item Response.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionO365JobSessionLogItemResponse(String id, int usn, String title, Instant creationTime, Instant endTime) -
Method Summary
Modifier and TypeMethodDescriptionintcompareTo(O365JobSessionLogItemResponse o365JobSessionLogItemResponse) booleanReturns date and time of the operation start.Returns date and time of the operation end.getId()Returns the ID of the operation performed during the backup job.getTitle()Returns the status and short description of the operation performed during the backup job.intgetUsn()Returns the order number of the operation performed during the backup job.inthashCode()
-
Constructor Details
-
O365JobSessionLogItemResponse
-
-
Method Details
-
getId
Returns the ID of the operation performed during the backup job.- Returns:
- a Veeam native ID
-
getUsn
public int getUsn()Returns the order number of the operation performed during the backup job.- Returns:
- the order number of the operation performed during the backup job
-
getTitle
Returns the status and short description of the operation performed during the backup job.- Returns:
- status and short description of the operation performed during the backup job
-
getCreationTime
Returns date and time of the operation start.- Returns:
- UTC
Instant
-
getEndTime
Returns date and time of the operation end.- Returns:
- UTC
Instant
-
compareTo
- Specified by:
compareToin interfaceComparable<O365JobSessionLogItemResponse>
-
equals
-
hashCode
public int hashCode()
-