INNER CODE UNIT · Java

getBody

humank/ddd-practitioners-ref · sources/coffeeshop/inventory-sls/src/main/java/helloworld/GatewayResponse.java:22

    public String getBody() {
        return body;
    }

    public Map<String, String> getHeaders() {
        return headers;
    }

    public int getStatusCode() {
        return statusCode;
    }
}

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…