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