Class TaskCommentApiModel


  • public class TaskCommentApiModel
    extends java.lang.Object
    • Constructor Detail

      • TaskCommentApiModel

        public TaskCommentApiModel​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId,
                                   org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment,
                                   org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
      • TaskCommentApiModel

        public TaskCommentApiModel()
    • Method Detail

      • authorEmployeeId

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId()
        The Employee ID of the author of the comment
      • comment

        public org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment()
        The text of the comment
      • createdAt

        public org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt()
        The creation date of this comment
      • withAuthorEmployeeId

        public TaskCommentApiModel withAuthorEmployeeId​(java.lang.String authorEmployeeId)
        The Employee ID of the author of the comment
      • withAuthorEmployeeId

        public TaskCommentApiModel withAuthorEmployeeId​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> authorEmployeeId)
        The Employee ID of the author of the comment
      • withComment

        public TaskCommentApiModel withComment​(java.lang.String comment)
        The text of the comment
      • withComment

        public TaskCommentApiModel withComment​(org.openapitools.jackson.nullable.JsonNullable<java.lang.String> comment)
        The text of the comment
      • withCreatedAt

        public TaskCommentApiModel withCreatedAt​(java.time.OffsetDateTime createdAt)
        The creation date of this comment
      • withCreatedAt

        public TaskCommentApiModel withCreatedAt​(org.openapitools.jackson.nullable.JsonNullable<java.time.OffsetDateTime> createdAt)
        The creation date of this comment
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object