Class DbaasServiceUpdate

java.lang.Object
com.exoscale.sdk.model.DbaasServiceUpdate

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.4.0") public class DbaasServiceUpdate extends Object
Update waiting to be installed
  • Field Details

  • Constructor Details

    • DbaasServiceUpdate

      public DbaasServiceUpdate()
  • Method Details

    • description

      public DbaasServiceUpdate description(String description)
    • getDescription

      @Nullable public String getDescription()
      Description of the update
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • deadline

      public DbaasServiceUpdate deadline(OffsetDateTime deadline)
    • getDeadline

      @Nullable public OffsetDateTime getDeadline()
      Deadline for installing the update
      Returns:
      deadline
    • setDeadline

      public void setDeadline(OffsetDateTime deadline)
    • startAfter

      public DbaasServiceUpdate startAfter(OffsetDateTime startAfter)
    • getStartAfter

      @Nullable public OffsetDateTime getStartAfter()
      The earliest time the update will be automatically applied
      Returns:
      startAfter
    • setStartAfter

      public void setStartAfter(OffsetDateTime startAfter)
    • startAt

      public DbaasServiceUpdate startAt(OffsetDateTime startAt)
    • getStartAt

      @Nullable public OffsetDateTime getStartAt()
      The time when the update will be automatically applied
      Returns:
      startAt
    • setStartAt

      public void setStartAt(OffsetDateTime startAt)
    • equals

      public boolean equals(Object o)
      Return true if this dbaas-service-update object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • toUrlQueryString

      public String toUrlQueryString()
      Convert the instance into URL query string.
      Returns:
      URL query string
    • toUrlQueryString

      public String toUrlQueryString(String prefix)
      Convert the instance into URL query string.
      Parameters:
      prefix - prefix of the query string
      Returns:
      URL query string