Class StorageUsageDTO
java.lang.Object
org.apache.nifi.api.toolkit.model.StorageUsageDTO
@Generated(value="io.swagger.codegen.v3.generators.java.JavaClientCodegen",
date="2023-11-22T19:25:26.907436939-06:00[America/Chicago]")
public class StorageUsageDTO
extends Object
StorageUsageDTO
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
freeSpaceBytes
(Long freeSpaceBytes) Amount of free space.The number of bytes of free space.The identifier of this storage location.Amount of total space.The number of bytes of total space.Amount of used space.The number of bytes of used space.Utilization of this storage location.int
hashCode()
identifier
(String identifier) void
setFreeSpace
(String freeSpace) void
setFreeSpaceBytes
(Long freeSpaceBytes) void
setIdentifier
(String identifier) void
setTotalSpace
(String totalSpace) void
setTotalSpaceBytes
(Long totalSpaceBytes) void
setUsedSpace
(String usedSpace) void
setUsedSpaceBytes
(Long usedSpaceBytes) void
setUtilization
(String utilization) private String
Convert the given object to string with each line indented by 4 spaces (except the first line).toString()
totalSpace
(String totalSpace) totalSpaceBytes
(Long totalSpaceBytes) usedSpaceBytes
(Long usedSpaceBytes) utilization
(String utilization)
-
Field Details
-
identifier
-
freeSpace
-
totalSpace
-
usedSpace
-
freeSpaceBytes
-
totalSpaceBytes
-
usedSpaceBytes
-
utilization
-
-
Constructor Details
-
StorageUsageDTO
public StorageUsageDTO()
-
-
Method Details
-
identifier
-
getIdentifier
The identifier of this storage location. The identifier will correspond to the identifier keyed in the storage configuration.- Returns:
- identifier
-
setIdentifier
-
freeSpace
-
getFreeSpace
Amount of free space.- Returns:
- freeSpace
-
setFreeSpace
-
totalSpace
-
getTotalSpace
Amount of total space.- Returns:
- totalSpace
-
setTotalSpace
-
usedSpace
-
getUsedSpace
Amount of used space.- Returns:
- usedSpace
-
setUsedSpace
-
freeSpaceBytes
-
getFreeSpaceBytes
The number of bytes of free space.- Returns:
- freeSpaceBytes
-
setFreeSpaceBytes
-
totalSpaceBytes
-
getTotalSpaceBytes
The number of bytes of total space.- Returns:
- totalSpaceBytes
-
setTotalSpaceBytes
-
usedSpaceBytes
-
getUsedSpaceBytes
The number of bytes of used space.- Returns:
- usedSpaceBytes
-
setUsedSpaceBytes
-
utilization
-
getUtilization
Utilization of this storage location.- Returns:
- utilization
-
setUtilization
-
equals
-
hashCode
public int hashCode() -
toString
-
toIndentedString
Convert the given object to string with each line indented by 4 spaces (except the first line).
-