Package com.databricks.sdk.service.ml
Class UpdateRegistryWebhook
- java.lang.Object
-
- com.databricks.sdk.service.ml.UpdateRegistryWebhook
-
@Generated public class UpdateRegistryWebhook extends Object
-
-
Constructor Summary
Constructors Constructor Description UpdateRegistryWebhook()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetDescription()Collection<RegistryWebhookEvent>getEvents()HttpUrlSpecgetHttpUrlSpec()StringgetId()JobSpecgetJobSpec()RegistryWebhookStatusgetStatus()inthashCode()UpdateRegistryWebhooksetDescription(String description)UpdateRegistryWebhooksetEvents(Collection<RegistryWebhookEvent> events)UpdateRegistryWebhooksetHttpUrlSpec(HttpUrlSpec httpUrlSpec)UpdateRegistryWebhooksetId(String id)UpdateRegistryWebhooksetJobSpec(JobSpec jobSpec)UpdateRegistryWebhooksetStatus(RegistryWebhookStatus status)StringtoString()
-
-
-
Method Detail
-
setDescription
public UpdateRegistryWebhook setDescription(String description)
-
getDescription
public String getDescription()
-
setEvents
public UpdateRegistryWebhook setEvents(Collection<RegistryWebhookEvent> events)
-
getEvents
public Collection<RegistryWebhookEvent> getEvents()
-
setHttpUrlSpec
public UpdateRegistryWebhook setHttpUrlSpec(HttpUrlSpec httpUrlSpec)
-
getHttpUrlSpec
public HttpUrlSpec getHttpUrlSpec()
-
setId
public UpdateRegistryWebhook setId(String id)
-
getId
public String getId()
-
setJobSpec
public UpdateRegistryWebhook setJobSpec(JobSpec jobSpec)
-
getJobSpec
public JobSpec getJobSpec()
-
setStatus
public UpdateRegistryWebhook setStatus(RegistryWebhookStatus status)
-
getStatus
public RegistryWebhookStatus getStatus()
-
-