Class Group


  • @ApiType("SoftLayer_Ticket_Group")
    public class Group
    extends Entity
    SoftLayer tickets have the ability to be assigned to one of SoftLayer's internal departments. The department that a ticket is assigned to is modeled by the SoftLayer_Ticket_Group data type. Ticket groups help to ensure that the proper department is handling a ticket. Standard support tickets are created from a number of pre-determined subjects. These subjects help determine which group a standard ticket is assigned to.
    See Also:
    SoftLayer_Ticket_Group
    • Constructor Detail

      • Group

        public Group()
    • Method Detail

      • getCategory

        public Category getCategory()
      • setCategory

        public void setCategory​(Category category)
      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • isIdSpecified

        public boolean isIdSpecified()
      • unsetId

        public void unsetId()
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • isNameSpecified

        public boolean isNameSpecified()
      • unsetName

        public void unsetName()
      • getTicketGroupCategoryId

        public Long getTicketGroupCategoryId()
      • setTicketGroupCategoryId

        public void setTicketGroupCategoryId​(Long ticketGroupCategoryId)
      • isTicketGroupCategoryIdSpecified

        public boolean isTicketGroupCategoryIdSpecified()
      • unsetTicketGroupCategoryId

        public void unsetTicketGroupCategoryId()