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 boolean
equals(Object o)
CommentObject
getComment()
int
hashCode()
UpdateCommentResponse
setComment(CommentObject comment)
String
toString()
-
-
-
Method Detail
-
setComment
public UpdateCommentResponse setComment(CommentObject comment)
-
getComment
public CommentObject getComment()
-
-