java.lang.Object
com.liferay.headless.dsr.client.dto.v1_0.Room
All Implemented Interfaces:
Serializable, Cloneable

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

    • fileEntryIds

      protected Long[] fileEntryIds
    • friendlyURL

      protected String friendlyURL
    • groupId

      protected Long groupId
    • id

      protected Long id
    • name

      protected String name
  • Constructor Details

    • Room

      public Room()
  • Method Details

    • toDTO

      public static Room toDTO(String json)
    • getFileEntryIds

      public Long[] getFileEntryIds()
    • setFileEntryIds

      public void setFileEntryIds(Long[] fileEntryIds)
    • setFileEntryIds

      public void setFileEntryIds(com.liferay.headless.dsr.client.function.UnsafeSupplier<Long[],Exception> fileEntryIdsUnsafeSupplier)
    • getFriendlyURL

      public String getFriendlyURL()
    • setFriendlyURL

      public void setFriendlyURL(String friendlyURL)
    • setFriendlyURL

      public void setFriendlyURL(com.liferay.headless.dsr.client.function.UnsafeSupplier<String,Exception> friendlyURLUnsafeSupplier)
    • getGroupId

      public Long getGroupId()
    • setGroupId

      public void setGroupId(Long groupId)
    • setGroupId

      public void setGroupId(com.liferay.headless.dsr.client.function.UnsafeSupplier<Long,Exception> groupIdUnsafeSupplier)
    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • setId

      public void setId(com.liferay.headless.dsr.client.function.UnsafeSupplier<Long,Exception> idUnsafeSupplier)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • setName

      public void setName(com.liferay.headless.dsr.client.function.UnsafeSupplier<String,Exception> nameUnsafeSupplier)
    • clone

      public Room clone() throws CloneNotSupportedException
      Overrides:
      clone in class Object
      Throws:
      CloneNotSupportedException
    • 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