Package com.databricks.sdk.service.ml
Class UpdateCommentResponse
- java.lang.Object
-
- com.databricks.sdk.service.ml.UpdateCommentResponse
-
@Generated public class UpdateCommentResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateCommentResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)CommentObjectgetComment()inthashCode()UpdateCommentResponsesetComment(CommentObject comment)StringtoString()
-
-
-
Method Detail
-
setComment
public UpdateCommentResponse setComment(CommentObject comment)
-
getComment
public CommentObject getComment()
-
-