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 Details

    • O365JobSessionLogItemResponse

      public O365JobSessionLogItemResponse(String id, int usn, String title, Instant creationTime, Instant endTime)
  • Method Details

    • getId

      public String 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

      public String 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

      public Instant getCreationTime()
      Returns date and time of the operation start.
      Returns:
      UTC Instant
    • getEndTime

      public Instant getEndTime()
      Returns date and time of the operation end.
      Returns:
      UTC Instant
    • compareTo

      public int compareTo(O365JobSessionLogItemResponse o365JobSessionLogItemResponse)
      Specified by:
      compareTo in interface Comparable<O365JobSessionLogItemResponse>
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object