Package com.databricks.sdk.service.ml
Class CreateWebhookResponse
- java.lang.Object
-
- com.databricks.sdk.service.ml.CreateWebhookResponse
-
@Generated public class CreateWebhookResponse extends Object
-
-
Constructor Summary
Constructors Constructor Description CreateWebhookResponse()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
RegistryWebhook
getWebhook()
int
hashCode()
CreateWebhookResponse
setWebhook(RegistryWebhook webhook)
String
toString()
-
-
-
Method Detail
-
setWebhook
public CreateWebhookResponse setWebhook(RegistryWebhook webhook)
-
getWebhook
public RegistryWebhook getWebhook()
-
-