Class HarPostDataParam


  • public class HarPostDataParam
    extends java.lang.Object
    Information about POST params.
    See Also:
    specification
    • Constructor Detail

      • HarPostDataParam

        public HarPostDataParam()
    • Method Detail

      • getName

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

        public void setName​(java.lang.String name)
      • getValue

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

        public void setValue​(java.lang.String value)
      • getFileName

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

        public void setFileName​(java.lang.String fileName)
      • getContentType

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

        public void setContentType​(java.lang.String contentType)
      • getComment

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

        public void setComment​(java.lang.String comment)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object