Klasse OrchestrationGlobalAllOfOrchestrationPath
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.OrchestrationGlobalAllOfOrchestrationPath
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class OrchestrationGlobalAllOfOrchestrationPath
extends Object
OrchestrationGlobalAllOfOrchestrationPath
-
Verschachtelte Klassen - Übersicht
Modifizierer und TypKlasseBeschreibungstatic class
-
Feldübersicht
Modifizierer und TypFeldBeschreibungprotected OffsetDateTime
The date/time the object was created.Must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph of rules.protected String
protected OffsetDateTime
The date/time the object was last updated.protected String
Version of these Orchestration Rules -
Konstruktorübersicht
ModifiziererKonstruktorBeschreibungprotected
OrchestrationGlobalAllOfOrchestrationPath
(String type, OrchestrationGlobalAllOfOrchestrationPathParent parent, List<OrchestrationGlobalAllOfOrchestrationPathSets> sets, OrchestrationGlobalAllOfOrchestrationPathCatchAll catchAll, OffsetDateTime createdAt, OrchestrationGlobalAllOfOrchestrationPathCreatedBy createdBy, OffsetDateTime updatedAt, OrchestrationGlobalAllOfOrchestrationPathUpdatedBy updatedBy, String version) Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPath
.Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPath
. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbuilder()
protected boolean
catchAll()
The date/time the object was created.createdAt
(OffsetDateTime createdAt) The date/time the object was created.boolean
int
hashCode()
parent()
sets()
Must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph of rules.Must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph of rules.toString()
type()
The date/time the object was last updated.updatedAt
(OffsetDateTime updatedAt) The date/time the object was last updated.version()
Version of these Orchestration RulesVersion of these Orchestration Rules
-
Felddetails
-
type
-
parent
-
sets
Must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph of rules. -
catchAll
-
createdAt
The date/time the object was created. -
createdBy
-
updatedAt
The date/time the object was last updated. -
updatedBy
-
version
Version of these Orchestration Rules
-
-
Konstruktordetails
-
OrchestrationGlobalAllOfOrchestrationPath
public OrchestrationGlobalAllOfOrchestrationPath(Consumer<OrchestrationGlobalAllOfOrchestrationPath> spec) Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPath
.- Parameter:
spec
- the specification to process
-
OrchestrationGlobalAllOfOrchestrationPath
@Internal public OrchestrationGlobalAllOfOrchestrationPath(String type, OrchestrationGlobalAllOfOrchestrationPathParent parent, List<OrchestrationGlobalAllOfOrchestrationPathSets> sets, OrchestrationGlobalAllOfOrchestrationPathCatchAll catchAll, OffsetDateTime createdAt, OrchestrationGlobalAllOfOrchestrationPathCreatedBy createdBy, OffsetDateTime updatedAt, OrchestrationGlobalAllOfOrchestrationPathUpdatedBy updatedBy, String version) Constructs a validated instance ofOrchestrationGlobalAllOfOrchestrationPath
.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
OrchestrationGlobalAllOfOrchestrationPath(Consumer)
instead.- Parameter:
type
- typeparent
- parentsets
- Must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph of rules.catchAll
- catchAllcreatedAt
- The date/time the object was created.createdBy
- createdByupdatedAt
- The date/time the object was last updated.updatedBy
- updatedByversion
- Version of these Orchestration Rules
-
OrchestrationGlobalAllOfOrchestrationPath
protected OrchestrationGlobalAllOfOrchestrationPath()
-
-
Methodendetails
-
builder
public static OrchestrationGlobalAllOfOrchestrationPath.OrchestrationGlobalAllOfOrchestrationPathBuilder builder() -
type
-
parent
-
sets
Must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph of rules. -
catchAll
-
createdAt
The date/time the object was created. -
createdBy
-
updatedAt
The date/time the object was last updated. -
updatedBy
-
version
Version of these Orchestration Rules -
type
- Gibt zurück:
this
.
-
parent
public OrchestrationGlobalAllOfOrchestrationPath parent(OrchestrationGlobalAllOfOrchestrationPathParent parent) - Gibt zurück:
this
.
-
sets
public OrchestrationGlobalAllOfOrchestrationPath sets(List<OrchestrationGlobalAllOfOrchestrationPathSets> sets) Must contain at least a "start" set, but can contain any number of additional sets that are routed to by other rules to form a directional graph of rules.- Gibt zurück:
this
.
-
catchAll
public OrchestrationGlobalAllOfOrchestrationPath catchAll(OrchestrationGlobalAllOfOrchestrationPathCatchAll catchAll) - Gibt zurück:
this
.
-
createdAt
The date/time the object was created.- Gibt zurück:
this
.
-
createdBy
public OrchestrationGlobalAllOfOrchestrationPath createdBy(OrchestrationGlobalAllOfOrchestrationPathCreatedBy createdBy) - Gibt zurück:
this
.
-
updatedAt
The date/time the object was last updated.- Gibt zurück:
this
.
-
updatedBy
public OrchestrationGlobalAllOfOrchestrationPath updatedBy(OrchestrationGlobalAllOfOrchestrationPathUpdatedBy updatedBy) - Gibt zurück:
this
.
-
version
Version of these Orchestration Rules- Gibt zurück:
this
.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-