@ApiType("SoftLayer_Ticket_Attachment_Hardware")
public class Hardware
extends Attachment
SoftLayer tickets have the ability to be associated with specific pieces of hardware in a customer's inventory. Attaching hardware to a ticket can greatly increase response time from SoftLayer for issues that are related to one or more specific servers on a customer's account. The SoftLayer_Ticket_Attachment_Hardware data type models the relationship between a piece of hardware and a ticket. Only one attachment record may exist per hardware item per ticket.
See Also:
SoftLayer_Ticket_Attachment_Hardware
  • Field Details

    • hardware

      @ApiProperty protected Hardware hardware
      The hardware that is attached to a ticket.
    • resource

      @ApiProperty protected Hardware resource
      The hardware that is attached to a ticket.
    • hardwareId

      @ApiProperty(canBeNullOrNotSet=true) protected Long hardwareId
      The internal identifier of a piece of hardware that is attached to a ticket.
    • hardwareIdSpecified

      protected boolean hardwareIdSpecified
  • Constructor Details

    • Hardware

      public Hardware()
  • Method Details

    • getHardware

      public Hardware getHardware()
    • setHardware

      public void setHardware​(Hardware hardware)
    • getResource

      public Hardware getResource()
    • setResource

      public void setResource​(Hardware resource)
    • getHardwareId

      public Long getHardwareId()
    • setHardwareId

      public void setHardwareId​(Long hardwareId)
    • isHardwareIdSpecified

      public boolean isHardwareIdSpecified()
    • unsetHardwareId

      public void unsetHardwareId()