Package de.sstoehr.harreader.model
Klasse HarPostDataParam
java.lang.Object
de.sstoehr.harreader.model.HarPostDataParam
Information about POST params.
- Siehe auch:
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungbooleangetName()getValue()inthashCode()voidsetAdditionalField(String key, Object value) voidsetComment(String comment) voidsetContentType(String contentType) voidsetFileName(String fileName) voidvoid
-
Konstruktordetails
-
HarPostDataParam
public HarPostDataParam()
-
-
Methodendetails
-
getName
- Gibt zurück:
- Name of param, null if not present.
-
setName
-
getValue
- Gibt zurück:
- Value of a param or content of posted file, null if not present.
-
setValue
-
getFileName
- Gibt zurück:
- Name of posted file, null if not present.
-
setFileName
-
getContentType
- Gibt zurück:
- Content type of posted file, null if not present.
-
setContentType
-
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()
-