Class HarPostDataParam

java.lang.Object
de.sstoehr.harreader.model.HarPostDataParam

public class HarPostDataParam extends Object
Information about POST params.
See Also:
  • Constructor Details

    • HarPostDataParam

      public HarPostDataParam()
  • Method Details

    • getName

      public String getName()
      Returns:
      Name of param, null if not present.
    • setName

      public void setName(String name)
    • getValue

      public String getValue()
      Returns:
      Value of a param or content of posted file, null if not present.
    • setValue

      public void setValue(String value)
    • getFileName

      public String getFileName()
      Returns:
      Name of posted file, null if not present.
    • setFileName

      public void setFileName(String fileName)
    • getContentType

      public String getContentType()
      Returns:
      Content type of posted file, null if not present.
    • setContentType

      public void setContentType(String contentType)
    • getComment

      public String getComment()
      Returns:
      Comment provided by the user or application, null if not present.
    • setComment

      public void setComment(String comment)
    • getAdditional

      public Map<String,Object> getAdditional()
      Returns:
      Map with additional keys, which are not officially supported by the HAR specification
    • setAdditionalField

      public void setAdditionalField(String key, Object value)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object