Klasse CreateAutomationActionsRunnerRequestRunner
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.CreateAutomationActionsRunnerRequestRunner
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class CreateAutomationActionsRunnerRequestRunner
extends Object
CreateAutomationActionsRunnerRequestRunner
-
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected Stringprotected StringThe API key to connect to the Runbook server with.protected StringThe base URI of the Runbook server to connect to.protected AutomationActionsRunnerTypeEnumprotected List<TeamReference>The list of teams associated with the Runner -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedCreateAutomationActionsRunnerRequestRunner(AutomationActionsRunnerTypeEnum runnerType, String name, String description, List<TeamReference> teams, String runbookBaseUri, String runbookApiKey) CreateAutomationActionsRunnerRequestRunner(Consumer<CreateAutomationActionsRunnerRequestRunner> spec) Constructs a validated implementation ofCreateAutomationActionsRunnerRequestRunner. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungprotected booleandescription(String description) booleaninthashCode()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.runnerType(AutomationActionsRunnerTypeEnum runnerType) teams()The list of teams associated with the Runnerteams(List<TeamReference> teams) The list of teams associated with the RunnertoString()
-
Felddetails
-
runnerType
-
name
-
description
-
teams
The list of teams associated with the Runner -
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
-
CreateAutomationActionsRunnerRequestRunner
@Internal public CreateAutomationActionsRunnerRequestRunner(Consumer<CreateAutomationActionsRunnerRequestRunner> spec) Constructs a validated implementation ofCreateAutomationActionsRunnerRequestRunner.- Parameter:
spec- the specification to process
-
CreateAutomationActionsRunnerRequestRunner
public CreateAutomationActionsRunnerRequestRunner(AutomationActionsRunnerTypeEnum runnerType, String name, String description, List<TeamReference> teams, String runbookBaseUri, String runbookApiKey) -
CreateAutomationActionsRunnerRequestRunner
protected CreateAutomationActionsRunnerRequestRunner()
-
-
Methodendetails
-
runnerType
-
name
-
description
-
teams
The list of teams associated with the Runner -
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 -
runnerType
public CreateAutomationActionsRunnerRequestRunner runnerType(AutomationActionsRunnerTypeEnum runnerType) - Gibt zurück:
this.
-
name
- Gibt zurück:
this.
-
description
- Gibt zurück:
this.
-
teams
The list of teams associated with the Runner- 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
-