java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.hardware.component.locator.Result

@ApiType("SoftLayer_Hardware_Component_Locator_Result")
public class Result
extends Entity
This object holds a generic component model id and the list of datacenter names where it is available.
See Also:
SoftLayer_Hardware_Component_Locator_Result
  • Field Details

    • 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
  • Constructor Details

    • Result

      public Result()
  • Method Details

    • getDatacenters

      public List<String> getDatacenters()
    • 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()