Package com.databricks.sdk.service.ml
Class UpdateComment
- java.lang.Object
-
- com.databricks.sdk.service.ml.UpdateComment
-
@Generated public class UpdateComment extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateComment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetComment()StringgetId()inthashCode()UpdateCommentsetComment(String comment)UpdateCommentsetId(String id)StringtoString()
-
-
-
Method Detail
-
setComment
public UpdateComment setComment(String comment)
-
getComment
public String getComment()
-
setId
public UpdateComment setId(String id)
-
getId
public String getId()
-
-