Package com.softlayer.api.service.ticket
Class Group
java.lang.Object
com.softlayer.api.Type
com.softlayer.api.service.Entity
com.softlayer.api.service.ticket.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
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGroup.Mask -
Field Summary
Fields Modifier and Type Field Description protected CategorycategoryThe category that a ticket group belongs to.protected LongidA ticket group's internal identifier.protected booleanidSpecifiedprotected StringnameA ticket group's name.protected booleannameSpecifiedprotected LongticketGroupCategoryIdThe internal identifier for the category that a ticket group belongs to..protected booleanticketGroupCategoryIdSpecified -
Constructor Summary
Constructors Constructor Description Group() -
Method Summary
Modifier and Type Method Description CategorygetCategory()LonggetId()StringgetName()LonggetTicketGroupCategoryId()booleanisIdSpecified()booleanisNameSpecified()booleanisTicketGroupCategoryIdSpecified()voidsetCategory(Category category)voidsetId(Long id)voidsetName(String name)voidsetTicketGroupCategoryId(Long ticketGroupCategoryId)voidunsetId()voidunsetName()voidunsetTicketGroupCategoryId()
-
Field Details
-
category
The category that a ticket group belongs to. -
id
A ticket group's internal identifier. -
idSpecified
protected boolean idSpecified -
name
A ticket group's name. -
nameSpecified
protected boolean nameSpecified -
ticketGroupCategoryId
The internal identifier for the category that a ticket group belongs to.. -
ticketGroupCategoryIdSpecified
protected boolean ticketGroupCategoryIdSpecified
-
-
Constructor Details
-
Group
public Group()
-
-
Method Details
-
getCategory
-
setCategory
-
getId
-
setId
-
isIdSpecified
public boolean isIdSpecified() -
unsetId
public void unsetId() -
getName
-
setName
-
isNameSpecified
public boolean isNameSpecified() -
unsetName
public void unsetName() -
getTicketGroupCategoryId
-
setTicketGroupCategoryId
-
isTicketGroupCategoryIdSpecified
public boolean isTicketGroupCategoryIdSpecified() -
unsetTicketGroupCategoryId
public void unsetTicketGroupCategoryId()
-