public static class FormMultipartData.TextPart extends Object implements FormMultipartData.SetCharset, FormMultipartData.Part
| Modifier and Type | Field and Description |
|---|---|
long |
id |
| Constructor and Description |
|---|
TextPart() |
| Modifier and Type | Method and Description |
|---|---|
Charset |
getCharset() |
String |
getContentType() |
String |
getName() |
xyz.cofe.typeconv.TypeCastGraph |
getTypeCast() |
Object |
getValue() |
void |
setCharset(Charset charset) |
void |
setContentType(String contentType) |
void |
setName(String name) |
void |
setTypeCast(xyz.cofe.typeconv.TypeCastGraph typeCast) |
void |
setValue(Object value) |
void |
write(OutputStream out) |
public Charset getCharset()
public void setCharset(Charset charset)
setCharset in interface FormMultipartData.SetCharsetpublic String getName()
public void setName(String name)
public String getContentType()
public void setContentType(String contentType)
public Object getValue()
public void setValue(Object value)
public xyz.cofe.typeconv.TypeCastGraph getTypeCast()
public void setTypeCast(xyz.cofe.typeconv.TypeCastGraph typeCast)
public void write(OutputStream out) throws IOException
write in interface FormMultipartData.PartIOExceptionCopyright © 2017. All rights reserved.