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