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