Class Room
java.lang.Object
com.liferay.headless.dsr.client.dto.v1_0.Room
- All Implemented Interfaces:
Serializable,Cloneable
- See Also:
- Generated:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanLong[]getId()getName()inthashCode()voidsetFileEntryIds(com.liferay.headless.dsr.client.function.UnsafeSupplier<Long[], Exception> fileEntryIdsUnsafeSupplier) voidsetFileEntryIds(Long[] fileEntryIds) voidsetFriendlyURL(com.liferay.headless.dsr.client.function.UnsafeSupplier<String, Exception> friendlyURLUnsafeSupplier) voidsetFriendlyURL(String friendlyURL) voidsetGroupId(com.liferay.headless.dsr.client.function.UnsafeSupplier<Long, Exception> groupIdUnsafeSupplier) voidsetGroupId(Long groupId) voidvoidvoidsetName(com.liferay.headless.dsr.client.function.UnsafeSupplier<String, Exception> nameUnsafeSupplier) voidstatic RoomtoString()
-
Field Details
-
fileEntryIds
-
friendlyURL
-
groupId
-
id
-
name
-
-
Constructor Details
-
Room
public Room()
-
-
Method Details
-
toDTO
-
getFileEntryIds
-
setFileEntryIds
-
setFileEntryIds
-
getFriendlyURL
-
setFriendlyURL
-
setFriendlyURL
-
getGroupId
-
setGroupId
-
setGroupId
-
getId
-
setId
-
setId
-
getName
-
setName
-
setName
-
clone
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
equals
-
hashCode
public int hashCode() -
toString
-