Class UserCommentView
- java.lang.Object
-
- com.synopsys.integration.util.Stringable
-
- com.synopsys.integration.blackduck.api.core.BlackDuckComponent
-
- com.synopsys.integration.blackduck.api.core.BlackDuckResponse
-
- com.synopsys.integration.blackduck.api.generated.deprecated.response.UserCommentView
-
@Deprecated public class UserCommentView extends BlackDuckResponse
Deprecated.
-
-
Constructor Summary
Constructors Constructor Description UserCommentView()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description java.lang.StringgetComment()Deprecated.java.lang.StringgetCommentType()Deprecated.java.util.DategetCreatedAt()Deprecated.java.util.DategetUpdatedAt()Deprecated.CommentUserViewgetUser()Deprecated.voidsetComment(java.lang.String comment)Deprecated.voidsetCommentType(java.lang.String commentType)Deprecated.voidsetCreatedAt(java.util.Date createdAt)Deprecated.voidsetUpdatedAt(java.util.Date updatedAt)Deprecated.voidsetUser(CommentUserView user)Deprecated.-
Methods inherited from class com.synopsys.integration.blackduck.api.core.BlackDuckResponse
getGson, getJson, getJsonElement, getPatch, getSubclass, hasSubclasses, setGson, setJson, setJsonElement, setPatch
-
-
-
-
Method Detail
-
getComment
public java.lang.String getComment()
Deprecated.
-
setComment
public void setComment(java.lang.String comment)
Deprecated.
-
getCommentType
public java.lang.String getCommentType()
Deprecated.
-
setCommentType
public void setCommentType(java.lang.String commentType)
Deprecated.
-
getCreatedAt
public java.util.Date getCreatedAt()
Deprecated.
-
setCreatedAt
public void setCreatedAt(java.util.Date createdAt)
Deprecated.
-
getUpdatedAt
public java.util.Date getUpdatedAt()
Deprecated.
-
setUpdatedAt
public void setUpdatedAt(java.util.Date updatedAt)
Deprecated.
-
getUser
public CommentUserView getUser()
Deprecated.
-
setUser
public void setUser(CommentUserView user)
Deprecated.
-
-