Class Subject


  • @ApiType("SoftLayer_Ticket_Subject")
    public class Subject
    extends Entity
    The SoftLayer_Ticket_Subject data type models one of the possible subjects that a standard support ticket may belong to. A basic support ticket's title matches it's corresponding subject's name.
    See Also:
    SoftLayer_Ticket_Subject
    • Constructor Detail

      • Subject

        public Subject()
    • Method Detail

      • getCategory

        public Category getCategory()
      • setCategory

        public void setCategory​(Category category)
      • getGroup

        public Group getGroup()
      • setGroup

        public void setGroup​(Group group)
      • getParent

        public Subject getParent()
      • setParent

        public void setParent​(Subject parent)
      • getCategoryId

        public Long getCategoryId()
      • setCategoryId

        public void setCategoryId​(Long categoryId)
      • isCategoryIdSpecified

        public boolean isCategoryIdSpecified()
      • unsetCategoryId

        public void unsetCategoryId()
      • 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()
      • getParentId

        public Long getParentId()
      • setParentId

        public void setParentId​(Long parentId)
      • isParentIdSpecified

        public boolean isParentIdSpecified()
      • unsetParentId

        public void unsetParentId()
      • getChildrenCount

        public Long getChildrenCount()
      • setChildrenCount

        public void setChildrenCount​(Long childrenCount)