Class SessionLastEvent

java.lang.Object
com.mypurecloud.sdk.v2.model.SessionLastEvent
All Implemented Interfaces:
Serializable

public class SessionLastEvent extends Object implements Serializable
SessionLastEvent
See Also:
  • Constructor Details

    • SessionLastEvent

      public SessionLastEvent()
    • SessionLastEvent

      public SessionLastEvent(Boolean initWithEmptyList)
  • Method Details

    • id

      public SessionLastEvent id(String id)
      The ID of the last event.
    • getId

      public String getId()
    • setId

      public void setId(String id)
    • eventName

      public SessionLastEvent eventName(String eventName)
      The name of the event.
    • getEventName

      public String getEventName()
    • setEventName

      public void setEventName(String eventName)
    • createdDate

      public SessionLastEvent createdDate(Date createdDate)
      Timestamp indicating when the event was published. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getCreatedDate

      public Date getCreatedDate()
    • setCreatedDate

      public void setCreatedDate(Date createdDate)
    • equals

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

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object