| package com.ruoyi.storage.minio.domain.jsonbean; | 
|   | 
| import com.fasterxml.jackson.annotation.JsonProperty; | 
| import lombok.Data; | 
|   | 
| /** | 
|  * Auto-generated: 2023-08-05 11:37:3 | 
|  * | 
|  * @author www.jsons.cn  | 
|  * @website http://www.jsons.cn/json2java/  | 
|  */ | 
| @Data | 
| public class ResponseElements { | 
|   | 
|     private String contentLength; | 
|     private String xAmzId2; | 
|     private String xAmzRequestId; | 
|     private String xMinioDeploymentId; | 
|     @JsonProperty("x-minio-origin-endpoint") | 
|     private String xMinioOriginEndpoint; | 
|   | 
| } |