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