@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:56:03.264844-05:00[America/New_York]") public class EventRequest extends Object
Modifier and Type | Class and Description |
---|---|
static class |
EventRequest.EventSeverityEnum
Gets or Sets eventSeverity
|
static class |
EventRequest.EventTypeEnum
Gets or Sets eventType
|
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_BUCKET_NAME |
static String |
JSON_PROPERTY_CHANNELS_TO_NOTIFY |
static String |
JSON_PROPERTY_EVENT_SEVERITY |
static String |
JSON_PROPERTY_EVENT_TYPE |
static String |
JSON_PROPERTY_JOB_ID |
static String |
JSON_PROPERTY_MESSAGE |
static String |
JSON_PROPERTY_PROJECT_NAME |
static String |
JSON_PROPERTY_WORKFLOW_NAME |
Constructor and Description |
---|
EventRequest() |
public static final String JSON_PROPERTY_EVENT_TYPE
public static final String JSON_PROPERTY_CHANNELS_TO_NOTIFY
public static final String JSON_PROPERTY_EVENT_SEVERITY
public static final String JSON_PROPERTY_JOB_ID
public static final String JSON_PROPERTY_MESSAGE
public static final String JSON_PROPERTY_BUCKET_NAME
public static final String JSON_PROPERTY_PROJECT_NAME
public static final String JSON_PROPERTY_WORKFLOW_NAME
public EventRequest eventType(EventRequest.EventTypeEnum eventType)
@Nonnull public EventRequest.EventTypeEnum getEventType()
public void setEventType(EventRequest.EventTypeEnum eventType)
public EventRequest channelsToNotify(Set<String> channelsToNotify)
public EventRequest addChannelsToNotifyItem(String channelsToNotifyItem)
@Nullable public Set<String> getChannelsToNotify()
public EventRequest eventSeverity(EventRequest.EventSeverityEnum eventSeverity)
@Nullable public EventRequest.EventSeverityEnum getEventSeverity()
public void setEventSeverity(EventRequest.EventSeverityEnum eventSeverity)
public EventRequest jobId(Long jobId)
public void setJobId(Long jobId)
public EventRequest message(String message)
public void setMessage(String message)
public EventRequest bucketName(String bucketName)
public void setBucketName(String bucketName)
public EventRequest projectName(String projectName)
public void setProjectName(String projectName)
public EventRequest workflowName(String workflowName)
public void setWorkflowName(String workflowName)
public boolean equals(Object o)