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

com.arextest.model.response.Response Maven / Gradle / Ivy

package com.arextest.model.response;

/**
 * @author jmo
 * @since 2021/11/3
 */
public interface Response {

  ResponseStatusType getResponseStatusType();

  void setResponseStatusType(ResponseStatusType responseStatusType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy