java.lang.Object
com.liferay.headless.admin.user.dto.v1_0.Ticket
All Implemented Interfaces:
Serializable

@Generated("") public class Ticket extends Object implements Serializable
See Also:
Generated:
  • Field Details

    • expirationDate

      protected Date expirationDate
    • extraInfo

      protected String extraInfo
    • id

      protected Long id
    • key

      protected String key
    • xClassName

      public String xClassName
  • Constructor Details

    • Ticket

      public Ticket()
  • Method Details

    • toDTO

      public static Ticket toDTO(String json)
    • unsafeToDTO

      public static Ticket unsafeToDTO(String json)
    • getExpirationDate

      public Date getExpirationDate()
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
    • setExpirationDate

      public void setExpirationDate(com.liferay.petra.function.UnsafeSupplier<Date,Exception> expirationDateUnsafeSupplier)
    • getExtraInfo

      public String getExtraInfo()
    • setExtraInfo

      public void setExtraInfo(String extraInfo)
    • setExtraInfo

      public void setExtraInfo(com.liferay.petra.function.UnsafeSupplier<String,Exception> extraInfoUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.petra.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getKey

      public String getKey()
    • setKey

      public void setKey(String key)
    • setKey

      public void setKey(com.liferay.petra.function.UnsafeSupplier<String,Exception> keyUnsafeSupplier)
    • equals

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

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

      public String toString()
      Overrides:
      toString in class Object