Class ItemUserAttributesInputV1

java.lang.Object
com.seeq.model.ItemUserAttributesInputV1

public class ItemUserAttributesInputV1 extends Object
ItemUserAttributesInputV1
  • Constructor Details

    • ItemUserAttributesInputV1

      public ItemUserAttributesInputV1()
  • Method Details

    • openedAt

      public ItemUserAttributesInputV1 openedAt(String openedAt)
    • getOpenedAt

      public String getOpenedAt()
      The opened date of the item. Must be an ISO-8601 timestamp. If the value is 'null' the date will be cleared
      Returns:
      openedAt
    • setOpenedAt

      public void setOpenedAt(String openedAt)
    • openedAtInstant

      public ItemUserAttributesInputV1 openedAtInstant(Long openedAtInstant)
    • getOpenedAtInstant

      public Long getOpenedAtInstant()
      Get openedAtInstant
      Returns:
      openedAtInstant
    • setOpenedAtInstant

      public void setOpenedAtInstant(Long openedAtInstant)
    • 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