Class NewOrderResponse

  • Direct Known Subclasses:
    OrderResponse

    @Immutable
    public class NewOrderResponse
    extends Object
    • Constructor Detail

      • NewOrderResponse

        public NewOrderResponse()
    • Method Detail

      • setStatus

        public void setStatus​(AcmeOrderStatus acmeOrderStatus)
        Parameters:
        acmeOrderStatus - the status to set
      • getExpires

        public Date getExpires()
        Returns:
        the expires
      • setExpires

        public void setExpires​(Date expires)
        Parameters:
        expires - the expires to set
      • setIdentifiers

        public void setIdentifiers​(Set<IdentifierResponse> identifiers)
        Parameters:
        identifiers - the identifiers to set
      • getAuthorizations

        public Set<String> getAuthorizations()
        Returns:
        the authorizations
      • setAuthorizations

        public void setAuthorizations​(Set<String> authorizations)
        Parameters:
        authorizations - the authorizations to set
      • getFinalize

        public String getFinalize()
        Returns:
        the finalize
      • setFinalize

        public void setFinalize​(String finalize)
        Parameters:
        finalize - the finalize to set