Class Employee


  • @ApiType("SoftLayer_Ticket_Update_Employee")
    public class Employee
    extends Update
    The SoftLayer_Ticket_Update_Employee data type models an update to a ticket made by a SoftLayer employee.
    See Also:
    SoftLayer_Ticket_Update_Employee
    • Field Detail

      • responseRating

        @ApiProperty(canBeNullOrNotSet=true)
        protected Long responseRating
        A ticket update's response rating. Ticket updates posted by SoftLayer employees have the option of earning a rating from SoftLayer's customers. Ratings are based on a 1 - 5 scale, with one being a poor rating while 5 is a very high rating. This is only used if a ticket update's ''editorType'' property is "EMPLOYEE".
      • responseRatingSpecified

        protected boolean responseRatingSpecified
    • Constructor Detail

      • Employee

        public Employee()
    • Method Detail

      • getResponseRating

        public Long getResponseRating()
      • setResponseRating

        public void setResponseRating​(Long responseRating)
      • isResponseRatingSpecified

        public boolean isResponseRatingSpecified()
      • unsetResponseRating

        public void unsetResponseRating()