Klasse AutomationActionsInvocation
java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AutomationActionsInvocation
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AutomationActionsInvocation
extends Object
AutomationActionsInvocation
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic classstatic enumprepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runner -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungprotected Stringprotected IntegerThe duration of the invocation's execution time.protected Stringa URL at which the entity is uniquely displayed in the Web appprotected Stringprotected AutomationActionsInvocationAllOfMetadataprotected Stringprotected Stringthe API show URL at which the object is accessibleprotected AutomationActionsInvocation.StateEnumprepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runnerprotected StringA short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.protected List<AutomationActionsInvocationAllOfTiming>A list of state transitions with timestamps.protected StringA string that determines the schema of the object. -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAutomationActionsInvocation(String id, String summary, String type, String self, String htmlUrl, AutomationActionsInvocationAllOfActionSnapshot actionSnapshot, String runnerId, List<AutomationActionsInvocationAllOfTiming> timing, Integer duration, AutomationActionsInvocation.StateEnum state, String actionId, AutomationActionsInvocationAllOfMetadata metadata) Constructs a validated instance ofAutomationActionsInvocation.Constructs a validated instance ofAutomationActionsInvocation. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungactionId()actionSnapshot(AutomationActionsInvocationAllOfActionSnapshot actionSnapshot) builder()protected booleanduration()The duration of the invocation's execution time.The duration of the invocation's execution time.booleaninthashCode()htmlUrl()a URL at which the entity is uniquely displayed in the Web appa URL at which the entity is uniquely displayed in the Web appid()metadata()runnerId()self()the API show URL at which the object is accessiblethe API show URL at which the object is accessiblestate()prepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runnerprepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runnersummary()A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client.timing()A list of state transitions with timestamps.A list of state transitions with timestamps.toString()type()A string that determines the schema of the object.A string that determines the schema of the object.
-
Felddetails
-
id
-
summary
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname, though it is not intended to be an identifier. -
type
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_referenceif the object is a reference. -
self
the API show URL at which the object is accessible -
htmlUrl
a URL at which the entity is uniquely displayed in the Web app -
actionSnapshot
-
runnerId
-
timing
A list of state transitions with timestamps. Only the 'created' transition is guaranteed to exist at any time. -
duration
The duration of the invocation's execution time. -
state
prepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runner -
actionId
-
metadata
-
-
Konstruktordetails
-
AutomationActionsInvocation
Constructs a validated instance ofAutomationActionsInvocation.- Parameter:
spec- the specification to process
-
AutomationActionsInvocation
@Internal public AutomationActionsInvocation(String id, String summary, String type, String self, String htmlUrl, AutomationActionsInvocationAllOfActionSnapshot actionSnapshot, String runnerId, List<AutomationActionsInvocationAllOfTiming> timing, Integer duration, AutomationActionsInvocation.StateEnum state, String actionId, AutomationActionsInvocationAllOfMetadata metadata) Constructs a validated instance ofAutomationActionsInvocation.NOTE: This constructor is not considered stable and may change if the model is updated. Consider using
AutomationActionsInvocation(Consumer)instead.- Parameter:
id- var.namesummary- A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname, though it is not intended to be an identifier.type- A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_referenceif the object is a reference.self- the API show URL at which the object is accessiblehtmlUrl- a URL at which the entity is uniquely displayed in the Web appactionSnapshot- var.namerunnerId- var.nametiming- A list of state transitions with timestamps. Only the 'created' transition is guaranteed to exist at any time.duration- The duration of the invocation's execution time.state- prepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a RunneractionId- var.namemetadata- var.name
-
AutomationActionsInvocation
protected AutomationActionsInvocation()
-
-
Methodendetails
-
builder
-
id
-
summary
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname, though it is not intended to be an identifier. -
type
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_referenceif the object is a reference. -
self
the API show URL at which the object is accessible -
htmlUrl
a URL at which the entity is uniquely displayed in the Web app -
actionSnapshot
-
runnerId
-
timing
A list of state transitions with timestamps. Only the 'created' transition is guaranteed to exist at any time. -
duration
The duration of the invocation's execution time. -
state
prepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runner -
actionId
-
metadata
-
id
- Gibt zurück:
this.
-
summary
A short-form, server-generated string that provides succinct, important information about an object suitable for primary labeling of an entity in a client. In many cases, this will be identical toname, though it is not intended to be an identifier.- Gibt zurück:
this.
-
type
A string that determines the schema of the object. This must be the standard name for the entity, suffixed by_referenceif the object is a reference.- Gibt zurück:
this.
-
self
the API show URL at which the object is accessible- Gibt zurück:
this.
-
htmlUrl
a URL at which the entity is uniquely displayed in the Web app- Gibt zurück:
this.
-
actionSnapshot
public AutomationActionsInvocation actionSnapshot(AutomationActionsInvocationAllOfActionSnapshot actionSnapshot) - Gibt zurück:
this.
-
runnerId
- Gibt zurück:
this.
-
timing
A list of state transitions with timestamps. Only the 'created' transition is guaranteed to exist at any time.- Gibt zurück:
this.
-
duration
The duration of the invocation's execution time.- Gibt zurück:
this.
-
state
prepared -- the invocation exists and can be referenced, but is NOT available to a Runner <br> created -- the invocation exists and is waiting for a Runner <br> sent -- invocation sent to a Runner <br> queued -- invocation queued by a Runner <br> running -- invocation is being ran by a Runner <br> aborted -- invocation was aborted on a Runner <br> completed -- invocation completed on a Runner <br> error -- invocation encountered an error on a Runner- Gibt zurück:
this.
-
actionId
- Gibt zurück:
this.
-
metadata
- Gibt zurück:
this.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-