Class HttpRequest
- java.lang.Object
-
- io.jans.as.server.audit.debug.entity.HttpRequest
-
public class HttpRequest extends Object
Created by eugeniuparvan on 5/15/17.- Author:
- Yuriy Movchan Date: 06/09/2019
-
-
Constructor Summary
Constructors Constructor Description HttpRequest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBody()StringgetDuration()Map<String,String>getHeaders()StringgetMethod()Map<String,String>getParams()StringgetPath()StringgetSenderIP()voidsetBody(String body)voidsetDuration(String duration)voidsetHeaders(Map<String,String> headers)voidsetMethod(String method)voidsetParams(Map<String,String> params)voidsetPath(String path)voidsetSenderIP(String senderIP)
-
-
-
Method Detail
-
getSenderIP
public String getSenderIP()
-
setSenderIP
public void setSenderIP(String senderIP)
-
getMethod
public String getMethod()
-
setMethod
public void setMethod(String method)
-
getPath
public String getPath()
-
setPath
public void setPath(String path)
-
getBody
public String getBody()
-
setBody
public void setBody(String body)
-
getDuration
public String getDuration()
-
setDuration
public void setDuration(String duration)
-
-