Package de.sstoehr.harreader.model
Class HarPostDataParam
java.lang.Object
de.sstoehr.harreader.model.HarPostDataParam
public class HarPostDataParam extends Object
Information about POST params.
- See Also:
- specification
-
Constructor Summary
Constructors Constructor Description HarPostDataParam() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetComment()StringgetContentType()StringgetFileName()StringgetName()StringgetValue()inthashCode()voidsetComment(String comment)voidsetContentType(String contentType)voidsetFileName(String fileName)voidsetName(String name)voidsetValue(String value)
-
Constructor Details
-
HarPostDataParam
public HarPostDataParam()
-
-
Method Details
-
getName
- Returns:
- Name of param, null if not present.
-
setName
-
getValue
- Returns:
- Value of a param or content of posted file, null if not present.
-
setValue
-
getFileName
- Returns:
- Name of posted file, null if not present.
-
setFileName
-
getContentType
- Returns:
- Content type of posted file, null if not present.
-
setContentType
-
getComment
- Returns:
- Comment provided by the user or application, null if not present.
-
setComment
-
equals
-
hashCode
public int hashCode()
-