Package com.lampa.smi.dtoV1
Class GpuOperationModeType
- java.lang.Object
-
- com.lampa.smi.dtoV1.GpuOperationModeType
-
public class GpuOperationModeType extends java.lang.Object
Java class for gpu_operation_modeType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="gpu_operation_modeType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="current_gom" type="{http://www.w3.org/2001/XMLSchema}string"/> <element name="pending_gom" type="{http://www.w3.org/2001/XMLSchema}string"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description GpuOperationModeType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getCurrentGom()
Gets the value of the currentGom property.java.lang.String
getPendingGom()
Gets the value of the pendingGom property.void
setCurrentGom(java.lang.String value)
Sets the value of the currentGom property.void
setPendingGom(java.lang.String value)
Sets the value of the pendingGom property.
-
-
-
Method Detail
-
getCurrentGom
public java.lang.String getCurrentGom()
Gets the value of the currentGom property.- Returns:
- possible object is
String
-
setCurrentGom
public void setCurrentGom(java.lang.String value)
Sets the value of the currentGom property.- Parameters:
value
- allowed object isString
-
getPendingGom
public java.lang.String getPendingGom()
Gets the value of the pendingGom property.- Returns:
- possible object is
String
-
setPendingGom
public void setPendingGom(java.lang.String value)
Sets the value of the pendingGom property.- Parameters:
value
- allowed object isString
-
-