Klasse AutomationActionsInvocationAllOfTiming

java.lang.Object
io.github.primelib.pagerduty4j.rest.model.AutomationActionsInvocationAllOfTiming

@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator") public class AutomationActionsInvocationAllOfTiming extends Object
AutomationActionsInvocationAllOfTiming
  • Felddetails

    • timestamp

      protected OffsetDateTime timestamp
      The date/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
  • Konstruktordetails

    • AutomationActionsInvocationAllOfTiming

      public AutomationActionsInvocationAllOfTiming(Consumer<AutomationActionsInvocationAllOfTiming> spec)
      Constructs a validated instance of AutomationActionsInvocationAllOfTiming.
      Parameter:
      spec - the specification to process
    • AutomationActionsInvocationAllOfTiming

      @Internal public AutomationActionsInvocationAllOfTiming(OffsetDateTime timestamp, AutomationActionsInvocationAllOfTiming.StateEnum state)
      Constructs a validated instance of AutomationActionsInvocationAllOfTiming.

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

      Parameter:
      timestamp - The date/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
    • AutomationActionsInvocationAllOfTiming

      protected AutomationActionsInvocationAllOfTiming()
  • Methodendetails

    • builder

    • timestamp

      public OffsetDateTime timestamp()
      The date/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
    • timestamp

      The date/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.
    • 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