Class VappTemplateDownloadDetailsResponse
java.lang.Object
com.iland.core.web.rest.response.vapptemplate.VappTemplateDownloadDetailsResponse
- All Implemented Interfaces:
Serializable
Download Details.
- Author:
- Brett Snyder
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionVappTemplateDownloadDetailsResponse(boolean enabled, String downloadName, Long downloadSizeBytes) Instantiates a new Download details. -
Method Summary
Modifier and TypeMethodDescriptiongetName()Gets download name.Gets download size bytes.booleanIs enabled boolean.
-
Constructor Details
-
Method Details
-
isEnabled
public boolean isEnabled()Is enabled boolean.- Returns:
- the boolean
-
getName
Gets download name.- Returns:
- the download name
-
getSizeInBytes
Gets download size bytes.- Returns:
- the download size bytes
-