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
  • Felddetails

    • id

      protected String id
    • summary

      protected String 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 to name, though it is not intended to be an identifier.
    • type

      protected String type
      A string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference.
    • self

      protected String self
      the API show URL at which the object is accessible
    • htmlUrl

      protected String htmlUrl
      a URL at which the entity is uniquely displayed in the Web app
    • actionSnapshot

    • runnerId

      protected String runnerId
    • timing

      A list of state transitions with timestamps, sorted in ascending order by timestamp. Only the 'created' transition is guaranteed to exist at any time.
    • duration

      protected Integer 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

      protected String actionId
    • metadata

  • Konstruktordetails

    • AutomationActionsInvocation

      public AutomationActionsInvocation(Consumer<AutomationActionsInvocation> spec)
      Constructs a validated instance of AutomationActionsInvocation.
      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 of AutomationActionsInvocation.

      NOTE: This constructor is not considered stable and may change if the model is updated. Consider using AutomationActionsInvocation(Consumer) instead.

      Parameter:
      id - 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 to name, 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 _reference if 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 - actionSnapshot
      runnerId - runnerId
      timing - A list of state transitions with timestamps, sorted in ascending order by timestamp. 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 &lt;br&gt; created -- the invocation exists and is waiting for a Runner &lt;br&gt; sent -- invocation sent to a Runner &lt;br&gt; queued -- invocation queued by a Runner &lt;br&gt; running -- invocation is being ran by a Runner &lt;br&gt; aborted -- invocation was aborted on a Runner &lt;br&gt; completed -- invocation completed on a Runner &lt;br&gt; error -- invocation encountered an error on a Runner
      actionId - actionId
      metadata - metadata
    • AutomationActionsInvocation

      protected AutomationActionsInvocation()
  • Methodendetails

    • builder

    • id

      public String id()
    • summary

      public String 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 to name, though it is not intended to be an identifier.
    • type

      public String type()
      A string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference.
    • self

      public String self()
      the API show URL at which the object is accessible
    • htmlUrl

      public String htmlUrl()
      a URL at which the entity is uniquely displayed in the Web app
    • actionSnapshot

    • runnerId

      public String runnerId()
    • timing

      A list of state transitions with timestamps, sorted in ascending order by timestamp. Only the 'created' transition is guaranteed to exist at any time.
    • duration

      public Integer 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 &lt;br&gt; created -- the invocation exists and is waiting for a Runner &lt;br&gt; sent -- invocation sent to a Runner &lt;br&gt; queued -- invocation queued by a Runner &lt;br&gt; running -- invocation is being ran by a Runner &lt;br&gt; aborted -- invocation was aborted on a Runner &lt;br&gt; completed -- invocation completed on a Runner &lt;br&gt; error -- invocation encountered an error on a Runner
    • actionId

      public String actionId()
    • metadata

    • id

      Gibt zurück:
      this.
    • summary

      public AutomationActionsInvocation summary(String 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 to name, though it is not intended to be an identifier.
      Gibt zurück:
      this.
    • type

      public AutomationActionsInvocation type(String type)
      A string that determines the schema of the object. This must be the standard name for the entity, suffixed by _reference if the object is a reference.
      Gibt zurück:
      this.
    • self

      public AutomationActionsInvocation self(String self)
      the API show URL at which the object is accessible
      Gibt zurück:
      this.
    • htmlUrl

      public AutomationActionsInvocation htmlUrl(String htmlUrl)
      a URL at which the entity is uniquely displayed in the Web app
      Gibt zurück:
      this.
    • actionSnapshot

      Gibt zurück:
      this.
    • runnerId

      public AutomationActionsInvocation runnerId(String runnerId)
      Gibt zurück:
      this.
    • timing

      A list of state transitions with timestamps, sorted in ascending order by timestamp. Only the 'created' transition is guaranteed to exist at any time.
      Gibt zurück:
      this.
    • duration

      public AutomationActionsInvocation duration(Integer 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 &lt;br&gt; created -- the invocation exists and is waiting for a Runner &lt;br&gt; sent -- invocation sent to a Runner &lt;br&gt; queued -- invocation queued by a Runner &lt;br&gt; running -- invocation is being ran by a Runner &lt;br&gt; aborted -- invocation was aborted on a Runner &lt;br&gt; completed -- invocation completed on a Runner &lt;br&gt; error -- invocation encountered an error on a Runner
      Gibt zurück:
      this.
    • actionId

      public AutomationActionsInvocation actionId(String actionId)
      Gibt zurück:
      this.
    • metadata

      Gibt zurück:
      this.
    • equals

      public boolean equals(Object o)
      Setzt außer Kraft:
      equals in Klasse Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object