Class DownloadDetailsResponse
java.lang.Object
com.iland.core.web.rest.response.vapp.DownloadDetailsResponse
- All Implemented Interfaces:
Serializable
Download Details Response.
- Author:
- Nick Kasprzak
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDownloadDetailsResponse(boolean enabled, String downloadName, Long downloadSizeBytes) -
Method Summary
Modifier and TypeMethodDescriptionbooleanGets download name.Gets download size bytes.booleanIs enabled boolean.toString()
-
Constructor Details
-
DownloadDetailsResponse
-
-
Method Details
-
isEnabled
public boolean isEnabled()Is enabled boolean.- Returns:
- the boolean
-
getDownloadName
Gets download name.- Returns:
- the download name
-
getDownloadSizeBytes
Gets download size bytes.- Returns:
- the download size bytes
-
equals
-
toString
-