Package com.avoka.tm.vo
Class SpaceResource
java.lang.Object
com.avoka.tm.vo.SpaceResource
Provide a SpaceResource value object class.
- Since:
- 24.10.0
-
Constructor Summary
ConstructorDescriptionSpaceResource
(String space, String resourcePath, String fileSize, String lastModified, String modifiedBy) Create a SpaceResource value object with the given parameters.SpaceResource
(Map fields) Create a unit testing SpaceResource value object with the given fields. -
Method Summary
-
Constructor Details
-
SpaceResource
public SpaceResource() -
SpaceResource
public SpaceResource(String space, String resourcePath, String fileSize, String lastModified, String modifiedBy) Create a SpaceResource value object with the given parameters.- Parameters:
space
- the space parameter (required)resourcePath
- the resource parameter (required)fileSize
- the resource file size parameterlastModified
- the resource last modified time parametermodifiedBy
- the resource modified by parameter
-
SpaceResource
Create a unit testing SpaceResource value object with the given fields.- Parameters:
fields
- the space resource vo fields(required)
-
-
Method Details
-
toString
-
getSpace
The space resource space. -
getResourcePath
The space resource path. -
getFileSize
The space resource file size. -
getLastModified
The space resource last modified time. -
getModifiedBy
The space resource modified by attribute.
-