Class IssueCommentImpl

java.lang.Object
cdc.issues.impl.IssueCommentImpl
All Implemented Interfaces:
IssueComment

@Deprecated(since="2025-03-29", forRemoval=true) public class IssueCommentImpl extends Object implements IssueComment
Deprecated, for removal: This API element is subject to removal in a future version.
Default implementation of IssueComment.
Author:
Damien Carbonne
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    equals(Object object)
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • IssueCommentImpl

      protected IssueCommentImpl(IssueCommentImpl.Builder builder)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getAuthor

      public String getAuthor()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getAuthor in interface IssueComment
    • getDate

      public Instant getDate()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getDate in interface IssueComment
    • setDate

      public IssueCommentImpl setDate(Instant date)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getText

      public String getText()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getText in interface IssueComment
    • setText

      public IssueCommentImpl setText(String text)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • hashCode

      public int hashCode()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object object)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object
    • builder

      public static IssueCommentImpl.Builder builder()
      Deprecated, for removal: This API element is subject to removal in a future version.