Class Result
- java.lang.Object
-
- com.softlayer.api.Type
-
- com.softlayer.api.service.Entity
-
- com.softlayer.api.service.hardware.component.locator.Result
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Result.Mask
-
Field Summary
Fields Modifier and Type Field Description protected List<String>
datacenters
array of datacenter names where generic component model is availableprotected boolean
datacentersSpecified
protected Long
genericComponentModelId
generic component model idprotected boolean
genericComponentModelIdSpecified
protected Long
serverPackageId
Id of SoftLayer_Product_Package_Serverprotected boolean
serverPackageIdSpecified
-
Fields inherited from class com.softlayer.api.Type
unknownProperties
-
-
Constructor Summary
Constructors Constructor Description Result()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getDatacenters()
Long
getGenericComponentModelId()
Long
getServerPackageId()
boolean
isDatacentersSpecified()
boolean
isGenericComponentModelIdSpecified()
boolean
isServerPackageIdSpecified()
void
setGenericComponentModelId(Long genericComponentModelId)
void
setServerPackageId(Long serverPackageId)
void
unsetDatacenters()
void
unsetGenericComponentModelId()
void
unsetServerPackageId()
-
Methods inherited from class com.softlayer.api.Type
getUnknownProperties, setUnknownProperties
-
-
-
-
Field Detail
-
datacenters
@ApiProperty(canBeNullOrNotSet=true) protected List<String> datacenters
array of datacenter names where generic component model is available
-
datacentersSpecified
protected boolean datacentersSpecified
-
genericComponentModelId
@ApiProperty(canBeNullOrNotSet=true) protected Long genericComponentModelId
generic component model id
-
genericComponentModelIdSpecified
protected boolean genericComponentModelIdSpecified
-
serverPackageId
@ApiProperty(canBeNullOrNotSet=true) protected Long serverPackageId
Id of SoftLayer_Product_Package_Server
-
serverPackageIdSpecified
protected boolean serverPackageIdSpecified
-
-
Method Detail
-
isDatacentersSpecified
public boolean isDatacentersSpecified()
-
unsetDatacenters
public void unsetDatacenters()
-
getGenericComponentModelId
public Long getGenericComponentModelId()
-
setGenericComponentModelId
public void setGenericComponentModelId(Long genericComponentModelId)
-
isGenericComponentModelIdSpecified
public boolean isGenericComponentModelIdSpecified()
-
unsetGenericComponentModelId
public void unsetGenericComponentModelId()
-
getServerPackageId
public Long getServerPackageId()
-
setServerPackageId
public void setServerPackageId(Long serverPackageId)
-
isServerPackageIdSpecified
public boolean isServerPackageIdSpecified()
-
unsetServerPackageId
public void unsetServerPackageId()
-
-