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 booleanequals(Object o)StringgetId()inthashCode()DeleteCommentRequestsetId(String id)StringtoString()
-
-
-
Method Detail
-
setId
public DeleteCommentRequest setId(String id)
-
getId
public String getId()
-
-