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

  • Methodendetails

    • timestamp

      public 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
    • timestamp

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