Package de.sstoehr.harreader.model
Class HarPostData
java.lang.Object
de.sstoehr.harreader.model.HarPostData
public class HarPostData extends Object
Information about POST data.
- See Also:
- specification
-
Constructor Summary
Constructors Constructor Description HarPostData() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetComment()StringgetMimeType()List<HarPostDataParam>getParams()StringgetText()inthashCode()voidsetComment(String comment)voidsetMimeType(String mimeType)voidsetParams(List<HarPostDataParam> params)voidsetText(String text)
-
Constructor Details
-
HarPostData
public HarPostData()
-
-
Method Details
-
getMimeType
- Returns:
- MIME type of posted data, null if not present.
-
setMimeType
-
getParams
- Returns:
- List of posted params.
-
setParams
-
getText
- Returns:
- Plain text posted data, null if not present.
-
setText
-
getComment
- Returns:
- Comment provided by the user or application, null if not present.
-
setComment
-
equals
-
hashCode
public int hashCode()
-