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 boolean
equals(Object o)
String
getDescription()
Collection<RegistryWebhookEvent>
getEvents()
HttpUrlSpec
getHttpUrlSpec()
String
getId()
JobSpec
getJobSpec()
RegistryWebhookStatus
getStatus()
int
hashCode()
UpdateRegistryWebhook
setDescription(String description)
UpdateRegistryWebhook
setEvents(Collection<RegistryWebhookEvent> events)
UpdateRegistryWebhook
setHttpUrlSpec(HttpUrlSpec httpUrlSpec)
UpdateRegistryWebhook
setId(String id)
UpdateRegistryWebhook
setJobSpec(JobSpec jobSpec)
UpdateRegistryWebhook
setStatus(RegistryWebhookStatus status)
String
toString()
-
-
-
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()
-
-