Class TemplateDiskConfigurationResponse
java.lang.Object
com.iland.core.web.rest.response.vapptemplate.TemplateDiskConfigurationResponse
- All Implemented Interfaces:
Serializable
Template Disk Configuration.
- Author:
- Cory Snyder
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTemplateDiskConfigurationResponse(String name, long sizeInBytes, TemplateDiskConfigurationResponse.DiskType diskType) Instantiates a new Template disk configuration. -
Method Summary
Modifier and TypeMethodDescriptionGets disk type.getName()Gets name.static longGets serial version uid.longGets size in bytes.
-
Constructor Details
-
TemplateDiskConfigurationResponse
public TemplateDiskConfigurationResponse(String name, long sizeInBytes, TemplateDiskConfigurationResponse.DiskType diskType) Instantiates a new Template disk configuration.- Parameters:
name- the namesizeInBytes- the size in bytesdiskType- the disk type
-
-
Method Details
-
getSerialVersionUID
public static long getSerialVersionUID()Gets serial version uid.- Returns:
- the serial version uid
-
getName
Gets name.- Returns:
- the name
-
getSizeInBytes
public long getSizeInBytes()Gets size in bytes.- Returns:
- the size in bytes
-
getDiskType
Gets disk type.- Returns:
- the disk type
-