Package com.lampa.smi.dtoV1
Class PciGpuLinkInfoType
- java.lang.Object
-
- com.lampa.smi.dtoV1.PciGpuLinkInfoType
-
public class PciGpuLinkInfoType extends java.lang.Object
Java class for pci_gpu_link_infoType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="pci_gpu_link_infoType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="pcie_gen" type="{}pcie_genType"/> <element name="link_widths" type="{}link_widthsType"/> </sequence> </restriction> </complexContent> </complexType>
-
-
Constructor Summary
Constructors Constructor Description PciGpuLinkInfoType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LinkWidthsType
getLinkWidths()
Gets the value of the linkWidths property.PcieGenType
getPcieGen()
Gets the value of the pcieGen property.void
setLinkWidths(LinkWidthsType value)
Sets the value of the linkWidths property.void
setPcieGen(PcieGenType value)
Sets the value of the pcieGen property.
-
-
-
Method Detail
-
getPcieGen
public PcieGenType getPcieGen()
Gets the value of the pcieGen property.- Returns:
- possible object is
PcieGenType
-
setPcieGen
public void setPcieGen(PcieGenType value)
Sets the value of the pcieGen property.- Parameters:
value
- allowed object isPcieGenType
-
getLinkWidths
public LinkWidthsType getLinkWidths()
Gets the value of the linkWidths property.- Returns:
- possible object is
LinkWidthsType
-
setLinkWidths
public void setLinkWidths(LinkWidthsType value)
Sets the value of the linkWidths property.- Parameters:
value
- allowed object isLinkWidthsType
-
-