Package com.databricks.sdk.service.ml
Class DeleteCommentRequest
- java.lang.Object
-
- com.databricks.sdk.service.ml.DeleteCommentRequest
-
@Generated public class DeleteCommentRequest extends Object
Delete a comment
-
-
Constructor Summary
Constructors Constructor Description DeleteCommentRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getId()
int
hashCode()
DeleteCommentRequest
setId(String id)
String
toString()
-
-
-
Method Detail
-
setId
public DeleteCommentRequest setId(String id)
-
getId
public String getId()
-
-