Package com.lampa.smi.dtoV1
Class UtilizationType
- java.lang.Object
-
- com.lampa.smi.dtoV1.UtilizationType
-
public class UtilizationType extends java.lang.ObjectJava class for utilizationType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="utilizationType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="gpu_util" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="memory_util" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="encoder_util" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="decoder_util" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description UtilizationType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.IntegergetDecoderUtil()Gets the value of the decoderUtil property.java.lang.IntegergetEncoderUtil()Gets the value of the encoderUtil property.java.lang.IntegergetGpuUtil()Gets the value of the gpuUtil property.java.lang.IntegergetMemoryUtil()Gets the value of the memoryUtil property.voidsetDecoderUtil(java.lang.String value)Sets the value of the decoderUtil property.voidsetEncoderUtil(java.lang.String value)Sets the value of the encoderUtil property.voidsetGpuUtil(java.lang.String value)Sets the value of the gpuUtil property.voidsetMemoryUtil(java.lang.String value)Sets the value of the memoryUtil property.
-
-
-
Method Detail
-
getGpuUtil
public java.lang.Integer getGpuUtil()
Gets the value of the gpuUtil property.- Returns:
- possible object is
String
-
setGpuUtil
public void setGpuUtil(java.lang.String value)
Sets the value of the gpuUtil property.- Parameters:
value- allowed object isString
-
getMemoryUtil
public java.lang.Integer getMemoryUtil()
Gets the value of the memoryUtil property.- Returns:
- possible object is
String
-
setMemoryUtil
public void setMemoryUtil(java.lang.String value)
Sets the value of the memoryUtil property.- Parameters:
value- allowed object isString
-
getEncoderUtil
public java.lang.Integer getEncoderUtil()
Gets the value of the encoderUtil property.- Returns:
- possible object is
String
-
setEncoderUtil
public void setEncoderUtil(java.lang.String value)
Sets the value of the encoderUtil property.- Parameters:
value- allowed object isString
-
getDecoderUtil
public java.lang.Integer getDecoderUtil()
Gets the value of the decoderUtil property.- Returns:
- possible object is
String
-
setDecoderUtil
public void setDecoderUtil(java.lang.String value)
Sets the value of the decoderUtil property.- Parameters:
value- allowed object isString
-
-