Package de.sstoehr.harreader.model
Class HarPostDataParam
java.lang.Object
de.sstoehr.harreader.model.HarPostDataParam
Information about POST params.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()getValue()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidsetContentType(String contentType) voidsetFileName(String fileName) voidvoid
-
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
-
getAdditional
- Returns:
- Map with additional keys, which are not officially supported by the HAR specification
-
setAdditionalField
-
equals
-
hashCode
public int hashCode()
-