Class Xref
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.hardware.component.psid.Xref
@ApiType("SoftLayer_Hardware_Component_PSID_Xref") public class Xref extends Entity
The SoftLayer_Hardware_Component_PSID_Xref data type holds physical security ID information for hard drives
- See Also:
- SoftLayer_Hardware_Component_PSID_Xref
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Xref.Mask
-
Field Summary
Fields Modifier and Type Field Description protected Component
component
The hardware component the PSID belongs to.protected Long
componentId
protected boolean
componentIdSpecified
protected String
psid
protected boolean
psidSpecified
-
Constructor Summary
Constructors Constructor Description Xref()
-
Method Summary
Modifier and Type Method Description Component
getComponent()
Long
getComponentId()
String
getPsid()
boolean
isComponentIdSpecified()
boolean
isPsidSpecified()
void
setComponent(Component component)
void
setComponentId(Long componentId)
void
setPsid(String psid)
void
unsetComponentId()
void
unsetPsid()
-
Field Details
-
component
The hardware component the PSID belongs to. -
componentId
-
componentIdSpecified
protected boolean componentIdSpecified -
psid
-
psidSpecified
protected boolean psidSpecified
-
-
Constructor Details
-
Xref
public Xref()
-
-
Method Details
-
getComponent
-
setComponent
-
getComponentId
-
setComponentId
-
isComponentIdSpecified
public boolean isComponentIdSpecified() -
unsetComponentId
public void unsetComponentId() -
getPsid
-
setPsid
-
isPsidSpecified
public boolean isPsidSpecified() -
unsetPsid
public void unsetPsid()
-