Klasse ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
extends Object
ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungHuman friendly explanations of why this Event Rule couldn't be converted into an equivalent Event Orchestration Rule.protected Integer
The position of the Service Event Rule that couldn't be successfully converted.protected String
The ID of the Service Event Rule that couldn't be successfully converted. -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
(String ruleId, Integer position, List<String> messages) Constructs a validated instance ofConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
.ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
(Consumer<ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner> spec) Constructs a validated instance ofConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
boolean
int
hashCode()
messages()
Human friendly explanations of why this Event Rule couldn't be converted into an equivalent Event Orchestration Rule.Human friendly explanations of why this Event Rule couldn't be converted into an equivalent Event Orchestration Rule.position()
The position of the Service Event Rule that couldn't be successfully converted.The position of the Service Event Rule that couldn't be successfully converted.ruleId()
The ID of the Service Event Rule that couldn't be successfully converted.The ID of the Service Event Rule that couldn't be successfully converted.toString()
-
Felddetails
-
ruleId
The ID of the Service Event Rule that couldn't be successfully converted. -
position
The position of the Service Event Rule that couldn't be successfully converted. -
messages
Human friendly explanations of why this Event Rule couldn't be converted into an equivalent Event Orchestration Rule.
-
-
Konstruktordetails
-
ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
public ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner(Consumer<ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner> spec) Constructs a validated instance ofConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
.- Parameter:
spec
- the specification to process
-
ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
@Internal public ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner(String ruleId, Integer position, List<String> messages) Constructs a validated instance ofConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner(Consumer)
instead.- Parameter:
ruleId
- The ID of the Service Event Rule that couldn't be successfully converted.position
- The position of the Service Event Rule that couldn't be successfully converted.messages
- Human friendly explanations of why this Event Rule couldn't be converted into an equivalent Event Orchestration Rule.
-
ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner
protected ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner()
-
-
Methodendetails
-
builder
-
ruleId
The ID of the Service Event Rule that couldn't be successfully converted. -
position
The position of the Service Event Rule that couldn't be successfully converted. -
messages
Human friendly explanations of why this Event Rule couldn't be converted into an equivalent Event Orchestration Rule. -
ruleId
public ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner ruleId(String ruleId) The ID of the Service Event Rule that couldn't be successfully converted.- Gibt zurück:
this
.
-
position
public ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner position(Integer position) The position of the Service Event Rule that couldn't be successfully converted.- Gibt zurück:
this
.
-
messages
public ConvertServiceEventRulesToEventOrchestration400ResponseErrorErrorsInner messages(List<String> messages) Human friendly explanations of why this Event Rule couldn't be converted into an equivalent Event Orchestration Rule.- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-