public static class PostMethodTask.FilePartType
extends java.lang.Object
Constructor and Description |
---|
FilePartType() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCharSet() |
java.lang.String |
getContentType() |
java.io.File |
getPath() |
void |
setCharSet(java.lang.String charSet) |
void |
setContentType(java.lang.String contentType) |
void |
setPath(java.io.File path) |
public java.io.File getPath()
public void setPath(java.io.File path)
public java.lang.String getContentType()
public void setContentType(java.lang.String contentType)
public java.lang.String getCharSet()
public void setCharSet(java.lang.String charSet)