Class UtilizationType


  • public class UtilizationType
    extends java.lang.Object

    Java 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.Integer getDecoderUtil()
      Gets the value of the decoderUtil property.
      java.lang.Integer getEncoderUtil()
      Gets the value of the encoderUtil property.
      java.lang.Integer getGpuUtil()
      Gets the value of the gpuUtil property.
      java.lang.Integer getMemoryUtil()
      Gets the value of the memoryUtil property.
      void setDecoderUtil​(java.lang.String value)
      Sets the value of the decoderUtil property.
      void setEncoderUtil​(java.lang.String value)
      Sets the value of the encoderUtil property.
      void setGpuUtil​(java.lang.String value)
      Sets the value of the gpuUtil property.
      void setMemoryUtil​(java.lang.String value)
      Sets the value of the memoryUtil property.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • UtilizationType

        public UtilizationType()
    • 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 is String
      • 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 is String
      • 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 is String
      • 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 is String