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 boolean
equals(Object o)
Collection<CommentActivityAction>
getAvailableActions()
String
getComment()
Long
getCreationTimestamp()
String
getId()
Long
getLastUpdatedTimestamp()
String
getUserId()
int
hashCode()
CommentObject
setAvailableActions(Collection<CommentActivityAction> availableActions)
CommentObject
setComment(String comment)
CommentObject
setCreationTimestamp(Long creationTimestamp)
CommentObject
setId(String id)
CommentObject
setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
CommentObject
setUserId(String userId)
String
toString()
-
-
-
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()
-
-