@Generated public class RegistryWebhook extends Object
Constructor and Description |
---|
RegistryWebhook() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Long |
getCreationTimestamp() |
String |
getDescription() |
Collection<RegistryWebhookEvent> |
getEvents() |
HttpUrlSpecWithoutSecret |
getHttpUrlSpec() |
String |
getId() |
JobSpecWithoutSecret |
getJobSpec() |
Long |
getLastUpdatedTimestamp() |
String |
getModelName() |
RegistryWebhookStatus |
getStatus() |
int |
hashCode() |
RegistryWebhook |
setCreationTimestamp(Long creationTimestamp) |
RegistryWebhook |
setDescription(String description) |
RegistryWebhook |
setEvents(Collection<RegistryWebhookEvent> events) |
RegistryWebhook |
setHttpUrlSpec(HttpUrlSpecWithoutSecret httpUrlSpec) |
RegistryWebhook |
setId(String id) |
RegistryWebhook |
setJobSpec(JobSpecWithoutSecret jobSpec) |
RegistryWebhook |
setLastUpdatedTimestamp(Long lastUpdatedTimestamp) |
RegistryWebhook |
setModelName(String modelName) |
RegistryWebhook |
setStatus(RegistryWebhookStatus status) |
String |
toString() |
public RegistryWebhook setCreationTimestamp(Long creationTimestamp)
public Long getCreationTimestamp()
public RegistryWebhook setDescription(String description)
public String getDescription()
public RegistryWebhook setEvents(Collection<RegistryWebhookEvent> events)
public Collection<RegistryWebhookEvent> getEvents()
public RegistryWebhook setHttpUrlSpec(HttpUrlSpecWithoutSecret httpUrlSpec)
public HttpUrlSpecWithoutSecret getHttpUrlSpec()
public RegistryWebhook setId(String id)
public String getId()
public RegistryWebhook setJobSpec(JobSpecWithoutSecret jobSpec)
public JobSpecWithoutSecret getJobSpec()
public RegistryWebhook setLastUpdatedTimestamp(Long lastUpdatedTimestamp)
public Long getLastUpdatedTimestamp()
public RegistryWebhook setModelName(String modelName)
public String getModelName()
public RegistryWebhook setStatus(RegistryWebhookStatus status)
public RegistryWebhookStatus getStatus()
Copyright © 2023. All rights reserved.