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

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

There is a newer version: 0.2.6
Show newest version
package com.arextest.common.model.response;


/**
 * @author jmo
 * @since 2021/11/3
 */
public interface Response {
    ResponseStatusType getResponseStatusType();

    void setResponseStatusType(ResponseStatusType responseStatusType);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy