Klasse AutomationActionsRunnerRunbookBody
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AutomationActionsRunnerRunbookBody
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AutomationActionsRunnerRunbookBody
extends Object
AutomationActionsRunnerRunbookBody
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
-
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
AutomationActionsRunnerRunbookBody
(String name, String description, String runbookBaseUri, String runbookApiKey) Constructs a validated instance ofAutomationActionsRunnerRunbookBody
.Constructs a validated instance ofAutomationActionsRunnerRunbookBody
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
description
(String description) boolean
int
hashCode()
name()
The API key to connect to the Runbook server with.runbookApiKey
(String runbookApiKey) The API key to connect to the Runbook server with.The base URI of the Runbook server to connect to.runbookBaseUri
(String runbookBaseUri) The base URI of the Runbook server to connect to.toString()
-
Felddetails
-
name
-
description
-
runbookBaseUri
The base URI of the Runbook server to connect to. May only contain alphanumeric characters, periods, underscores and dashes. Specified as the subdomain portion of an RBA host, as in <runbook_base_uri>.runbook.pagerduty.cloud -
runbookApiKey
The API key to connect to the Runbook server with. If omitted, the previously stored value will remain unchanged
-
-
Konstruktordetails
-
AutomationActionsRunnerRunbookBody
Constructs a validated instance ofAutomationActionsRunnerRunbookBody
.- Parameter:
spec
- the specification to process
-
AutomationActionsRunnerRunbookBody
@Internal public AutomationActionsRunnerRunbookBody(String name, String description, String runbookBaseUri, String runbookApiKey) Constructs a validated instance ofAutomationActionsRunnerRunbookBody
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AutomationActionsRunnerRunbookBody(Consumer)
instead.- Parameter:
name
- namedescription
- descriptionrunbookBaseUri
- The base URI of the Runbook server to connect to. May only contain alphanumeric characters, periods, underscores and dashes. Specified as the subdomain portion of an RBA host, as in <runbook_base_uri>.runbook.pagerduty.cloudrunbookApiKey
- The API key to connect to the Runbook server with. If omitted, the previously stored value will remain unchanged
-
AutomationActionsRunnerRunbookBody
protected AutomationActionsRunnerRunbookBody()
-
-
Methodendetails
-
builder
public static AutomationActionsRunnerRunbookBody.AutomationActionsRunnerRunbookBodyBuilder builder() -
name
-
description
-
runbookBaseUri
The base URI of the Runbook server to connect to. May only contain alphanumeric characters, periods, underscores and dashes. Specified as the subdomain portion of an RBA host, as in <runbook_base_uri>.runbook.pagerduty.cloud -
runbookApiKey
The API key to connect to the Runbook server with. If omitted, the previously stored value will remain unchanged -
name
- Gibt zurück:
this
.
-
description
- Gibt zurück:
this
.
-
runbookBaseUri
The base URI of the Runbook server to connect to. May only contain alphanumeric characters, periods, underscores and dashes. Specified as the subdomain portion of an RBA host, as in <runbook_base_uri>.runbook.pagerduty.cloud- Gibt zurück:
this
.
-
runbookApiKey
The API key to connect to the Runbook server with. If omitted, the previously stored value will remain unchanged- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-