Class DbaasServiceUpdate


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

      • DbaasServiceUpdate

        public DbaasServiceUpdate()
    • Method Detail

      • getDescription

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

        public void setDescription​(String description)
      • getDeadline

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

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

        public void setStartAfter​(OffsetDateTime startAfter)
      • getStartAt

        @Nullable
        public OffsetDateTime getStartAt()
        The time when the update will be automatically applied
        Returns:
        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
      • 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