Package com.lampa.smi.dtoV1
Class FbMemoryUsageType
- java.lang.Object
-
- com.lampa.smi.dtoV1.FbMemoryUsageType
-
public class FbMemoryUsageType extends java.lang.ObjectJava class for fb_memory_usageType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="fb_memory_usageType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="total" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="used" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="free" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description FbMemoryUsageType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetFree()Gets the value of the free property.java.lang.IntegergetTotal()Gets the value of the total property.java.lang.IntegergetUsed()Gets the value of the used property.voidsetFree(java.lang.String value)Sets the value of the free property.voidsetTotal(java.lang.String value)Sets the value of the total property.voidsetUsed(java.lang.String value)Sets the value of the used property.
-
-
-
Method Detail
-
getTotal
public java.lang.Integer getTotal()
Gets the value of the total property.- Returns:
- possible object is
String
-
setTotal
public void setTotal(java.lang.String value)
Sets the value of the total property.- Parameters:
value- allowed object isString
-
getUsed
public java.lang.Integer getUsed()
Gets the value of the used property.- Returns:
- possible object is
String
-
setUsed
public void setUsed(java.lang.String value)
Sets the value of the used property.- Parameters:
value- allowed object isString
-
getFree
public java.lang.Integer getFree()
Gets the value of the free property.- Returns:
- possible object is
String
-
setFree
public void setFree(java.lang.String value)
Sets the value of the free property.- Parameters:
value- allowed object isString
-
-