Package de.sstoehr.harreader.model
Klasse HarPostData
java.lang.Object
de.sstoehr.harreader.model.HarPostData
Information about POST data.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetText()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidsetMimeType(String mimeType) voidsetParams(List<HarPostDataParam> params) void
-
Konstruktordetails
-
HarPostData
public HarPostData()
-
-
Methodendetails
-
getMimeType
- Gibt zurück:
- MIME type of posted data, null if not present.
-
setMimeType
-
getParams
- Gibt zurück:
- List of posted params.
-
setParams
-
getText
- Gibt zurück:
- Plain text posted data, null if not present.
-
setText
-
getComment
- Gibt zurück:
- Comment provided by the user or application, null if not present.
-
setComment
-
getAdditional
- Gibt zurück:
- Map with additional keys, which are not officially supported by the HAR specification
-
setAdditionalField
-
equals
-
hashCode
public int hashCode()
-