Package com.avoka.tm.http
Class HttpRequest.Param
java.lang.Object
com.avoka.tm.http.HttpRequest.Param
- Enclosing class:
- HttpRequest
Provides a multi-part Param.
- Since:
- 5.0.1
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal org.apache.http.entity.ContentTypeParam Content Type.final StringParam Value.
- 
Method Summary
- 
Field Details- 
valueParam Value.
- 
contentTypepublic final org.apache.http.entity.ContentType contentTypeParam Content Type.
 
- 
- 
Method Details- 
toString
- 
hashCodepublic int hashCode()Returns a hash code value for the object. This method is supported for the benefit of hash tables such as those provided byHashMap. Implementation calculates hash code based on 'value' and 'contentType' fields with the help ofHashCodeBuilder
- 
equalsIndicates whether some other object is "equal to" this one. Implementation relies that the object is of same type and compares 'value' and 'contentType.toString()' with the help ofEqualsBuilderin order to return 'true'
 
-