Class PagerDutyProfile
java.lang.Object
io.cloudreactor.tasksymphony.model.PagerDutyProfile
@Generated("org.openapitools.codegen.languages.JavaClientCodegen")
public class PagerDutyProfile
extends Object
A PagerDutyProfile contains user-specific configuration on how to notify PagerDuty of events.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefaultEventClassTemplate(String defaultEventClassTemplate) defaultEventComponentTemplate(String defaultEventComponentTemplate) defaultEventGroupTemplate(String defaultEventGroupTemplate) defaultEventSeverity(NotificationSeverity defaultEventSeverity) description(String description) booleanGet createdAtGet createdByGroupRequired.Get dashboardUrlGet defaultEventClassTemplateGet defaultEventComponentTemplateGet defaultEventGroupTemplateGet defaultEventSeverityGet descriptionGet integrationKeygetName()Get nameGet runEnvironmentorg.openapitools.jackson.nullable.JsonNullable<NameAndUuid>Get updatedAtgetUrl()Get urlgetUuid()Get uuidinthashCode()integrationKey(String integrationKey) runEnvironment(NameAndUuid runEnvironment) voidsetDefaultEventClassTemplate(String defaultEventClassTemplate) voidsetDefaultEventComponentTemplate(String defaultEventComponentTemplate) voidsetDefaultEventGroupTemplate(String defaultEventGroupTemplate) voidsetDefaultEventSeverity(NotificationSeverity defaultEventSeverity) voidsetDescription(String description) voidsetIntegrationKey(String integrationKey) voidvoidsetRunEnvironment(NameAndUuid runEnvironment) voidsetRunEnvironment_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NameAndUuid> runEnvironment) toString()
-
Field Details
-
JSON_PROPERTY_URL
- See Also:
-
JSON_PROPERTY_UUID
- See Also:
-
JSON_PROPERTY_NAME
- See Also:
-
JSON_PROPERTY_DESCRIPTION
- See Also:
-
JSON_PROPERTY_DASHBOARD_URL
- See Also:
-
JSON_PROPERTY_INTEGRATION_KEY
- See Also:
-
JSON_PROPERTY_DEFAULT_EVENT_SEVERITY
- See Also:
-
JSON_PROPERTY_DEFAULT_EVENT_COMPONENT_TEMPLATE
- See Also:
-
JSON_PROPERTY_DEFAULT_EVENT_GROUP_TEMPLATE
- See Also:
-
JSON_PROPERTY_DEFAULT_EVENT_CLASS_TEMPLATE
- See Also:
-
JSON_PROPERTY_CREATED_BY_USER
- See Also:
-
JSON_PROPERTY_CREATED_BY_GROUP
- See Also:
-
JSON_PROPERTY_RUN_ENVIRONMENT
- See Also:
-
JSON_PROPERTY_CREATED_AT
- See Also:
-
JSON_PROPERTY_UPDATED_AT
- See Also:
-
-
Constructor Details
-
PagerDutyProfile
public PagerDutyProfile()
-
-
Method Details
-
getUrl
Get url- Returns:
- url
-
getUuid
Get uuid- Returns:
- uuid
-
name
-
getName
Get name- Returns:
- name
-
setName
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
getDashboardUrl
Get dashboardUrl- Returns:
- dashboardUrl
-
integrationKey
-
getIntegrationKey
Get integrationKey- Returns:
- integrationKey
-
setIntegrationKey
-
defaultEventSeverity
-
getDefaultEventSeverity
Get defaultEventSeverity- Returns:
- defaultEventSeverity
-
setDefaultEventSeverity
-
defaultEventComponentTemplate
-
getDefaultEventComponentTemplate
Get defaultEventComponentTemplate- Returns:
- defaultEventComponentTemplate
-
setDefaultEventComponentTemplate
-
defaultEventGroupTemplate
-
getDefaultEventGroupTemplate
Get defaultEventGroupTemplate- Returns:
- defaultEventGroupTemplate
-
setDefaultEventGroupTemplate
-
defaultEventClassTemplate
-
getDefaultEventClassTemplate
Get defaultEventClassTemplate- Returns:
- defaultEventClassTemplate
-
setDefaultEventClassTemplate
-
getCreatedByUser
Required. 150 characters or fewer. Letters, digits and @/./+/-/_ only.- Returns:
- createdByUser
-
getCreatedByGroup
Get createdByGroup- Returns:
- createdByGroup
-
runEnvironment
-
getRunEnvironment
Get runEnvironment- Returns:
- runEnvironment
-
getRunEnvironment_JsonNullable
-
setRunEnvironment_JsonNullable
public void setRunEnvironment_JsonNullable(org.openapitools.jackson.nullable.JsonNullable<NameAndUuid> runEnvironment) -
setRunEnvironment
-
getCreatedAt
Get createdAt- Returns:
- createdAt
-
getUpdatedAt
Get updatedAt- Returns:
- updatedAt
-
equals
-
hashCode
public int hashCode() -
toString
-