All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.linksfield.cube.partnersdk.rest.HttpResponse Maven / Gradle / Ivy

package net.linksfield.cube.partnersdk.rest;

import com.google.common.io.ByteSource;
import lombok.Data;

/**
 * @ClassName HttpResponse
 * @Description Http响应数据封装
 * @Author James.hu
 * @Date 2023/3/16
 **/
@Data
public class HttpResponse extends HttpEntity{

    /** 内容体原文 */
    private ByteSource bodyResource;

    /** 内容 - 解析后 */
    private ResponseBody body;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy