Class Request


  • @ApiType("SoftLayer_Account_Media_Data_Transfer_Request")
    public class Request
    extends Entity
    The SoftLayer_Account_Media_Data_Transfer_Request data type contains information on a single Data Transfer Service request. Creation of these requests is limited to SoftLayer customers through the SoftLayer Customer Portal.
    See Also:
    SoftLayer_Account_Media_Data_Transfer_Request
    • Constructor Detail

      • Request

        public Request()
    • Method Detail

      • getAccount

        public Account getAccount()
      • setAccount

        public void setAccount​(Account account)
      • getActiveTickets

        public List<Ticket> getActiveTickets()
      • getBillingItem

        public Item getBillingItem()
      • setBillingItem

        public void setBillingItem​(Item billingItem)
      • getCreateUser

        public Customer getCreateUser()
      • setCreateUser

        public void setCreateUser​(Customer createUser)
      • getMedia

        public Media getMedia()
      • setMedia

        public void setMedia​(Media media)
      • getModifyEmployee

        public Employee getModifyEmployee()
      • setModifyEmployee

        public void setModifyEmployee​(Employee modifyEmployee)
      • getModifyUser

        public Customer getModifyUser()
      • setModifyUser

        public void setModifyUser​(Customer modifyUser)
      • getStatus

        public Status getStatus()
      • setStatus

        public void setStatus​(Status status)
      • getAccountId

        public Long getAccountId()
      • setAccountId

        public void setAccountId​(Long accountId)
      • isAccountIdSpecified

        public boolean isAccountIdSpecified()
      • unsetAccountId

        public void unsetAccountId()
      • getCreateUserId

        public Long getCreateUserId()
      • setCreateUserId

        public void setCreateUserId​(Long createUserId)
      • isCreateUserIdSpecified

        public boolean isCreateUserIdSpecified()
      • unsetCreateUserId

        public void unsetCreateUserId()
      • isEndDateSpecified

        public boolean isEndDateSpecified()
      • unsetEndDate

        public void unsetEndDate()
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getModifyUserId

        public Long getModifyUserId()
      • setModifyUserId

        public void setModifyUserId​(Long modifyUserId)
      • isModifyUserIdSpecified

        public boolean isModifyUserIdSpecified()
      • unsetModifyUserId

        public void unsetModifyUserId()
      • isStartDateSpecified

        public boolean isStartDateSpecified()
      • unsetStartDate

        public void unsetStartDate()
      • getStatusId

        public Long getStatusId()
      • setStatusId

        public void setStatusId​(Long statusId)
      • isStatusIdSpecified

        public boolean isStatusIdSpecified()
      • unsetStatusId

        public void unsetStatusId()
      • getActiveTicketCount

        public Long getActiveTicketCount()
      • setActiveTicketCount

        public void setActiveTicketCount​(Long activeTicketCount)
      • getShipmentCount

        public Long getShipmentCount()
      • setShipmentCount

        public void setShipmentCount​(Long shipmentCount)
      • getTicketCount

        public Long getTicketCount()
      • setTicketCount

        public void setTicketCount​(Long ticketCount)