java.lang.Object
io.github.primelib.webmethodsapigateway4j.model.Rollback

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

    • description

      protected String description
      Description for the rollback
    • id

      protected String id
    • lastRollbackTime

      protected String lastRollbackTime
      The time at which the asset promotion was rolled back
    • name

      protected String name
      Name for the rollback
    • promotedBy

      protected String promotedBy
      User who initiated the promotion
    • promotionId

      protected String promotionId
      Id of the promotion to map the rollback with the promotion from the source stage
    • promotionTime

      protected String promotionTime
      Actual time of the promotion
    • sourceStage

      protected String sourceStage
      Source stage of the promotion
    • status

      protected String status
      Overall status of the rollback whether it's success or failure
  • Konstruktordetails

    • Rollback

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

      @Internal public Rollback(String description, String id, String lastRollbackTime, String name, String promotedBy, String promotionId, String promotionTime, String sourceStage, String status)
      Constructs a validated instance of Rollback.

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

      Parameter:
      description - Description for the rollback
      id - id
      lastRollbackTime - The time at which the asset promotion was rolled back
      name - Name for the rollback
      promotedBy - User who initiated the promotion
      promotionId - Id of the promotion to map the rollback with the promotion from the source stage
      promotionTime - Actual time of the promotion
      sourceStage - Source stage of the promotion
      status - Overall status of the rollback whether it's success or failure
    • Rollback

      protected Rollback()
  • Methodendetails

    • builder

      public static Rollback.RollbackBuilder builder()
    • description

      public String description()
      Description for the rollback
    • id

      public String id()
    • lastRollbackTime

      public String lastRollbackTime()
      The time at which the asset promotion was rolled back
    • name

      public String name()
      Name for the rollback
    • promotedBy

      public String promotedBy()
      User who initiated the promotion
    • promotionId

      public String promotionId()
      Id of the promotion to map the rollback with the promotion from the source stage
    • promotionTime

      public String promotionTime()
      Actual time of the promotion
    • sourceStage

      public String sourceStage()
      Source stage of the promotion
    • status

      public String status()
      Overall status of the rollback whether it's success or failure
    • description

      public Rollback description(String description)
      Description for the rollback
      Gibt zurück:
      this.
    • id

      public Rollback id(String id)
      Gibt zurück:
      this.
    • lastRollbackTime

      public Rollback lastRollbackTime(String lastRollbackTime)
      The time at which the asset promotion was rolled back
      Gibt zurück:
      this.
    • name

      public Rollback name(String name)
      Name for the rollback
      Gibt zurück:
      this.
    • promotedBy

      public Rollback promotedBy(String promotedBy)
      User who initiated the promotion
      Gibt zurück:
      this.
    • promotionId

      public Rollback promotionId(String promotionId)
      Id of the promotion to map the rollback with the promotion from the source stage
      Gibt zurück:
      this.
    • promotionTime

      public Rollback promotionTime(String promotionTime)
      Actual time of the promotion
      Gibt zurück:
      this.
    • sourceStage

      public Rollback sourceStage(String sourceStage)
      Source stage of the promotion
      Gibt zurück:
      this.
    • status

      public Rollback status(String status)
      Overall status of the rollback whether it's success or failure
      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