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

com.arextest.schedule.model.sender.HttpSenderContent Maven / Gradle / Ivy

There is a newer version: 2.0.4
Show newest version
package com.arextest.schedule.model.sender;

import lombok.Data;
import org.springframework.http.HttpEntity;
import org.springframework.http.HttpMethod;

@Data
public class HttpSenderContent {

  private String requestUrl;

  private HttpMethod httpMethod;

  private HttpEntity httpEntity;

  private Class responseType;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy