Package com.mypurecloud.sdk.v2.model
Class EdgeMetricsMemory
java.lang.Object
com.mypurecloud.sdk.v2.model.EdgeMetricsMemory
- All Implemented Interfaces:
Serializable
EdgeMetricsMemory
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionavailableBytes(Double availableBytes) Available memory in bytes.booleangetType()inthashCode()voidsetAvailableBytes(Double availableBytes) voidsetTotalBytes(Double totalBytes) voidtoString()totalBytes(Double totalBytes) Total memory in bytes.Type of memory.
-
Constructor Details
-
EdgeMetricsMemory
public EdgeMetricsMemory() -
EdgeMetricsMemory
-
-
Method Details
-
availableBytes
Available memory in bytes. -
getAvailableBytes
-
setAvailableBytes
-
type
Type of memory. Virtual or physical. -
getType
-
setType
-
totalBytes
Total memory in bytes. -
getTotalBytes
-
setTotalBytes
-
equals
-
hashCode
public int hashCode() -
toString
-