Class GpuType


  • public class GpuType
    extends java.lang.Object

    Java class for gpuType complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="gpuType">
       <complexContent>
         <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
           <sequence>
             <element name="product_name" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="product_brand" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="display_mode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="display_active" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="persistence_mode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="accounting_mode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="accounting_mode_buffer_size" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="driver_model" type="{}driver_modelType"/>
             <element name="serial" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="uuid" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="minor_number" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="vbios_version" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="multigpu_board" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="board_id" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="gpu_part_number" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="inforom_version" type="{}inforom_versionType"/>
             <element name="gpu_operation_mode" type="{}gpu_operation_modeType"/>
             <element name="gpu_virtualization_mode" type="{}gpu_virtualization_modeType"/>
             <element name="ibmnpu" type="{}ibmnpuType"/>
             <element name="pci" type="{}pciType"/>
             <element name="fan_speed" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="performance_state" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="clocks_throttle_reasons" type="{}clocks_throttle_reasonsType"/>
             <element name="fb_memory_usage" type="{}fb_memory_usageType"/>
             <element name="bar1_memory_usage" type="{}bar1_memory_usageType"/>
             <element name="compute_mode" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="utilization" type="{}utilizationType"/>
             <element name="encoder_stats" type="{}encoder_statsType"/>
             <element name="fbc_stats" type="{}fbc_statsType"/>
             <element name="ecc_mode" type="{}ecc_modeType"/>
             <element name="ecc_errors" type="{}ecc_errorsType"/>
             <element name="retired_pages" type="{}retired_pagesType"/>
             <element name="temperature" type="{}temperatureType"/>
             <element name="power_readings" type="{}power_readingsType"/>
             <element name="clocks" type="{}clocksType"/>
             <element name="applications_clocks" type="{}applications_clocksType"/>
             <element name="default_applications_clocks" type="{}default_applications_clocksType"/>
             <element name="max_clocks" type="{}max_clocksType"/>
             <element name="max_customer_boost_clocks" type="{}max_customer_boost_clocksType"/>
             <element name="clock_policy" type="{}clock_policyType"/>
             <element name="supported_clocks" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="processes" type="{http://www.w3.org/2001/XMLSchema}string"/>
             <element name="accounted_processes" type="{http://www.w3.org/2001/XMLSchema}string"/>
           </sequence>
           <attribute name="id" type="{http://www.w3.org/2001/XMLSchema}string" />
         </restriction>
       </complexContent>
     </complexType>
     
    • Constructor Detail

      • GpuType

        public GpuType()
    • Method Detail

      • getProductName

        public java.lang.String getProductName()
        Gets the value of the productName property.
        Returns:
        possible object is String
      • setProductName

        public void setProductName​(java.lang.String value)
        Sets the value of the productName property.
        Parameters:
        value - allowed object is String
      • getProductBrand

        public java.lang.String getProductBrand()
        Gets the value of the productBrand property.
        Returns:
        possible object is String
      • setProductBrand

        public void setProductBrand​(java.lang.String value)
        Sets the value of the productBrand property.
        Parameters:
        value - allowed object is String
      • getDisplayMode

        public java.lang.String getDisplayMode()
        Gets the value of the displayMode property.
        Returns:
        possible object is String
      • setDisplayMode

        public void setDisplayMode​(java.lang.String value)
        Sets the value of the displayMode property.
        Parameters:
        value - allowed object is String
      • getDisplayActive

        public java.lang.String getDisplayActive()
        Gets the value of the displayActive property.
        Returns:
        possible object is String
      • setDisplayActive

        public void setDisplayActive​(java.lang.String value)
        Sets the value of the displayActive property.
        Parameters:
        value - allowed object is String
      • getPersistenceMode

        public java.lang.String getPersistenceMode()
        Gets the value of the persistenceMode property.
        Returns:
        possible object is String
      • setPersistenceMode

        public void setPersistenceMode​(java.lang.String value)
        Sets the value of the persistenceMode property.
        Parameters:
        value - allowed object is String
      • getAccountingMode

        public java.lang.String getAccountingMode()
        Gets the value of the accountingMode property.
        Returns:
        possible object is String
      • setAccountingMode

        public void setAccountingMode​(java.lang.String value)
        Sets the value of the accountingMode property.
        Parameters:
        value - allowed object is String
      • getAccountingModeBufferSize

        public java.lang.String getAccountingModeBufferSize()
        Gets the value of the accountingModeBufferSize property.
        Returns:
        possible object is String
      • setAccountingModeBufferSize

        public void setAccountingModeBufferSize​(java.lang.String value)
        Sets the value of the accountingModeBufferSize property.
        Parameters:
        value - allowed object is String
      • setDriverModel

        public void setDriverModel​(DriverModelType value)
        Sets the value of the driverModel property.
        Parameters:
        value - allowed object is DriverModelType
      • getSerial

        public java.lang.String getSerial()
        Gets the value of the serial property.
        Returns:
        possible object is String
      • setSerial

        public void setSerial​(java.lang.String value)
        Sets the value of the serial property.
        Parameters:
        value - allowed object is String
      • getUuid

        public java.lang.String getUuid()
        Gets the value of the uuid property.
        Returns:
        possible object is String
      • setUuid

        public void setUuid​(java.lang.String value)
        Sets the value of the uuid property.
        Parameters:
        value - allowed object is String
      • getMinorNumber

        public java.lang.String getMinorNumber()
        Gets the value of the minorNumber property.
        Returns:
        possible object is String
      • setMinorNumber

        public void setMinorNumber​(java.lang.String value)
        Sets the value of the minorNumber property.
        Parameters:
        value - allowed object is String
      • getVbiosVersion

        public java.lang.String getVbiosVersion()
        Gets the value of the vbiosVersion property.
        Returns:
        possible object is String
      • setVbiosVersion

        public void setVbiosVersion​(java.lang.String value)
        Sets the value of the vbiosVersion property.
        Parameters:
        value - allowed object is String
      • getMultigpuBoard

        public java.lang.String getMultigpuBoard()
        Gets the value of the multigpuBoard property.
        Returns:
        possible object is String
      • setMultigpuBoard

        public void setMultigpuBoard​(java.lang.String value)
        Sets the value of the multigpuBoard property.
        Parameters:
        value - allowed object is String
      • getBoardId

        public java.lang.String getBoardId()
        Gets the value of the boardId property.
        Returns:
        possible object is String
      • setBoardId

        public void setBoardId​(java.lang.String value)
        Sets the value of the boardId property.
        Parameters:
        value - allowed object is String
      • getGpuPartNumber

        public java.lang.String getGpuPartNumber()
        Gets the value of the gpuPartNumber property.
        Returns:
        possible object is String
      • setGpuPartNumber

        public void setGpuPartNumber​(java.lang.String value)
        Sets the value of the gpuPartNumber property.
        Parameters:
        value - allowed object is String
      • setInforomVersion

        public void setInforomVersion​(InforomVersionType value)
        Sets the value of the inforomVersion property.
        Parameters:
        value - allowed object is InforomVersionType
      • getIbmnpu

        public IbmnpuType getIbmnpu()
        Gets the value of the ibmnpu property.
        Returns:
        possible object is IbmnpuType
      • setIbmnpu

        public void setIbmnpu​(IbmnpuType value)
        Sets the value of the ibmnpu property.
        Parameters:
        value - allowed object is IbmnpuType
      • getPci

        public PciType getPci()
        Gets the value of the pci property.
        Returns:
        possible object is PciType
      • setPci

        public void setPci​(PciType value)
        Sets the value of the pci property.
        Parameters:
        value - allowed object is PciType
      • getFanSpeed

        public java.lang.Integer getFanSpeed()
        Gets the value of the fanSpeed property.
        Returns:
        possible object is String
      • setFanSpeed

        public void setFanSpeed​(java.lang.String value)
        Sets the value of the fanSpeed property.
        Parameters:
        value - allowed object is String
      • getPerformanceState

        public java.lang.String getPerformanceState()
        Gets the value of the performanceState property.
        Returns:
        possible object is String
      • setPerformanceState

        public void setPerformanceState​(java.lang.String value)
        Sets the value of the performanceState property.
        Parameters:
        value - allowed object is String
      • setFbMemoryUsage

        public void setFbMemoryUsage​(FbMemoryUsageType value)
        Sets the value of the fbMemoryUsage property.
        Parameters:
        value - allowed object is FbMemoryUsageType
      • setBar1MemoryUsage

        public void setBar1MemoryUsage​(Bar1MemoryUsageType value)
        Sets the value of the bar1MemoryUsage property.
        Parameters:
        value - allowed object is Bar1MemoryUsageType
      • getComputeMode

        public java.lang.String getComputeMode()
        Gets the value of the computeMode property.
        Returns:
        possible object is String
      • setComputeMode

        public void setComputeMode​(java.lang.String value)
        Sets the value of the computeMode property.
        Parameters:
        value - allowed object is String
      • setUtilization

        public void setUtilization​(UtilizationType value)
        Sets the value of the utilization property.
        Parameters:
        value - allowed object is UtilizationType
      • setEncoderStats

        public void setEncoderStats​(EncoderStatsType value)
        Sets the value of the encoderStats property.
        Parameters:
        value - allowed object is EncoderStatsType
      • getFbcStats

        public FbcStatsType getFbcStats()
        Gets the value of the fbcStats property.
        Returns:
        possible object is FbcStatsType
      • setFbcStats

        public void setFbcStats​(FbcStatsType value)
        Sets the value of the fbcStats property.
        Parameters:
        value - allowed object is FbcStatsType
      • getEccMode

        public EccModeType getEccMode()
        Gets the value of the eccMode property.
        Returns:
        possible object is EccModeType
      • setEccMode

        public void setEccMode​(EccModeType value)
        Sets the value of the eccMode property.
        Parameters:
        value - allowed object is EccModeType
      • getEccErrors

        public EccErrorsType getEccErrors()
        Gets the value of the eccErrors property.
        Returns:
        possible object is EccErrorsType
      • setEccErrors

        public void setEccErrors​(EccErrorsType value)
        Sets the value of the eccErrors property.
        Parameters:
        value - allowed object is EccErrorsType
      • setRetiredPages

        public void setRetiredPages​(RetiredPagesType value)
        Sets the value of the retiredPages property.
        Parameters:
        value - allowed object is RetiredPagesType
      • setTemperature

        public void setTemperature​(TemperatureType value)
        Sets the value of the temperature property.
        Parameters:
        value - allowed object is TemperatureType
      • setPowerReadings

        public void setPowerReadings​(PowerReadingsType value)
        Sets the value of the powerReadings property.
        Parameters:
        value - allowed object is PowerReadingsType
      • getClocks

        public ClocksType getClocks()
        Gets the value of the clocks property.
        Returns:
        possible object is ClocksType
      • setClocks

        public void setClocks​(ClocksType value)
        Sets the value of the clocks property.
        Parameters:
        value - allowed object is ClocksType
      • getMaxClocks

        public MaxClocksType getMaxClocks()
        Gets the value of the maxClocks property.
        Returns:
        possible object is MaxClocksType
      • setMaxClocks

        public void setMaxClocks​(MaxClocksType value)
        Sets the value of the maxClocks property.
        Parameters:
        value - allowed object is MaxClocksType
      • setClockPolicy

        public void setClockPolicy​(ClockPolicyType value)
        Sets the value of the clockPolicy property.
        Parameters:
        value - allowed object is ClockPolicyType
      • getSupportedClocks

        public java.lang.String getSupportedClocks()
        Gets the value of the supportedClocks property.
        Returns:
        possible object is String
      • setSupportedClocks

        public void setSupportedClocks​(java.lang.String value)
        Sets the value of the supportedClocks property.
        Parameters:
        value - allowed object is String
      • getProcesses

        public java.lang.String getProcesses()
        Gets the value of the processes property.
        Returns:
        possible object is String
      • setProcesses

        public void setProcesses​(java.lang.String value)
        Sets the value of the processes property.
        Parameters:
        value - allowed object is String
      • getAccountedProcesses

        public java.lang.String getAccountedProcesses()
        Gets the value of the accountedProcesses property.
        Returns:
        possible object is String
      • setAccountedProcesses

        public void setAccountedProcesses​(java.lang.String value)
        Sets the value of the accountedProcesses property.
        Parameters:
        value - allowed object is String
      • getId

        public java.lang.String getId()
        Gets the value of the id property.
        Returns:
        possible object is String
      • setId

        public void setId​(java.lang.String value)
        Sets the value of the id property.
        Parameters:
        value - allowed object is String