Package com.databricks.sdk.service.ml
Class CommentObject
- java.lang.Object
-
- com.databricks.sdk.service.ml.CommentObject
-
@Generated public class CommentObject extends Object
Comment details.
-
-
Constructor Summary
Constructors Constructor Description CommentObject()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)Collection<CommentActivityAction>getAvailableActions()StringgetComment()LonggetCreationTimestamp()StringgetId()LonggetLastUpdatedTimestamp()StringgetUserId()inthashCode()CommentObjectsetAvailableActions(Collection<CommentActivityAction> availableActions)CommentObjectsetComment(String comment)CommentObjectsetCreationTimestamp(Long creationTimestamp)CommentObjectsetId(String id)CommentObjectsetLastUpdatedTimestamp(Long lastUpdatedTimestamp)CommentObjectsetUserId(String userId)StringtoString()
-
-
-
Method Detail
-
setAvailableActions
public CommentObject setAvailableActions(Collection<CommentActivityAction> availableActions)
-
getAvailableActions
public Collection<CommentActivityAction> getAvailableActions()
-
setComment
public CommentObject setComment(String comment)
-
getComment
public String getComment()
-
setCreationTimestamp
public CommentObject setCreationTimestamp(Long creationTimestamp)
-
getCreationTimestamp
public Long getCreationTimestamp()
-
setId
public CommentObject setId(String id)
-
getId
public String getId()
-
setLastUpdatedTimestamp
public CommentObject setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
-
getLastUpdatedTimestamp
public Long getLastUpdatedTimestamp()
-
setUserId
public CommentObject setUserId(String userId)
-
getUserId
public String getUserId()
-
-