Package com.lampa.smi.dtoV1
Class NvidiaSmiLogType
- java.lang.Object
-
- com.lampa.smi.dtoV1.NvidiaSmiLogType
-
public class NvidiaSmiLogType extends java.lang.ObjectJava class for nvidia_smi_logType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="nvidia_smi_logType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="timestamp" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="driver_version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="cuda_version" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="attached_gpus" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="gpu" type="{}gpuType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description NvidiaSmiLogType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAttachedGpus()Gets the value of the attachedGpus property.java.lang.StringgetCudaVersion()Gets the value of the cudaVersion property.java.lang.StringgetDriverVersion()Gets the value of the driverVersion property.java.util.List<GpuType>getGpu()Gets the value of the gpu property.java.lang.StringgetTimestamp()Gets the value of the timestamp property.voidsetAttachedGpus(java.lang.String value)Sets the value of the attachedGpus property.voidsetCudaVersion(java.lang.String value)Sets the value of the cudaVersion property.voidsetDriverVersion(java.lang.String value)Sets the value of the driverVersion property.voidsetGpu(java.util.List<GpuType> value)Sets the value of the gpu property.voidsetTimestamp(java.lang.String value)Sets the value of the timestamp property.
-
-
-
Method Detail
-
getTimestamp
public java.lang.String getTimestamp()
Gets the value of the timestamp property.- Returns:
- possible object is
String
-
setTimestamp
public void setTimestamp(java.lang.String value)
Sets the value of the timestamp property.- Parameters:
value- allowed object isString
-
getDriverVersion
public java.lang.String getDriverVersion()
Gets the value of the driverVersion property.- Returns:
- possible object is
String
-
setDriverVersion
public void setDriverVersion(java.lang.String value)
Sets the value of the driverVersion property.- Parameters:
value- allowed object isString
-
getCudaVersion
public java.lang.String getCudaVersion()
Gets the value of the cudaVersion property.- Returns:
- possible object is
String
-
setCudaVersion
public void setCudaVersion(java.lang.String value)
Sets the value of the cudaVersion property.- Parameters:
value- allowed object isString
-
getAttachedGpus
public java.lang.String getAttachedGpus()
Gets the value of the attachedGpus property.- Returns:
- possible object is
String
-
setAttachedGpus
public void setAttachedGpus(java.lang.String value)
Sets the value of the attachedGpus property.- Parameters:
value- allowed object isString
-
getGpu
public java.util.List<GpuType> getGpu()
Gets the value of the gpu property.- Returns:
- possible object is
GpuType
-
-