Klasse HarPostDataParam

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

public class HarPostDataParam extends Object
Information about POST params.
Siehe auch:
  • Konstruktordetails

    • HarPostDataParam

      public HarPostDataParam()
  • Methodendetails

    • getName

      public String getName()
      Gibt zurück:
      Name of param, null if not present.
    • setName

      public void setName(String name)
    • getValue

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

      public void setValue(String value)
    • getFileName

      public String getFileName()
      Gibt zurück:
      Name of posted file, null if not present.
    • setFileName

      public void setFileName(String fileName)
    • getContentType

      public String getContentType()
      Gibt zurück:
      Content type of posted file, null if not present.
    • setContentType

      public void setContentType(String contentType)
    • getComment

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

      public void setComment(String comment)
    • getAdditional

      public Map<String,Object> getAdditional()
      Gibt zurück:
      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)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object