Package cdc.issues.impl
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 ClassesModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIssueCommentImpl(IssueCommentImpl.Builder builder) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionstatic IssueCommentImpl.Builderbuilder()Deprecated, for removal: This API element is subject to removal in a future version.booleanDeprecated, 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.getDate()Deprecated, for removal: This API element is subject to removal in a future version.getText()Deprecated, for removal: This API element is subject to removal in a future version.inthashCode()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.toString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
IssueCommentImpl
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getAuthor
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getAuthorin interfaceIssueComment
-
getDate
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getDatein interfaceIssueComment
-
setDate
Deprecated, for removal: This API element is subject to removal in a future version. -
getText
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getTextin interfaceIssueComment
-
setText
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. -
equals
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
builder
Deprecated, for removal: This API element is subject to removal in a future version.
-
IssueComment.builder()