public class MultiPartInternal extends Object implements groovy.lang.GroovyObject
Modifier and Type | Field and Description |
---|---|
static String |
OCTET_STREAM |
Constructor and Description |
---|
MultiPartInternal() |
Modifier and Type | Method and Description |
---|---|
String |
getCharset() |
Object |
getContent() |
Object |
getContentBody() |
String |
getControlName() |
String |
getFileName() |
Map |
getHeaders() |
groovy.lang.MetaClass |
getMetaClass() |
String |
getMimeType() |
Object |
getProperty(String property) |
Object |
invokeMethod(String method,
Object arguments) |
void |
setCharset(String value) |
void |
setContent(Object value) |
void |
setControlName(String value) |
void |
setFileName(String value) |
void |
setHeaders(Map value) |
void |
setMetaClass(groovy.lang.MetaClass mc) |
void |
setMimeType(String value) |
void |
setProperty(String property,
Object value) |
public static final String OCTET_STREAM
public Object getContent()
public void setContent(Object value)
public String getControlName()
public void setControlName(String value)
public String getFileName()
public void setFileName(String value)
public void setMimeType(String value)
public String getCharset()
public void setCharset(String value)
public Map getHeaders()
public void setHeaders(Map value)
public Object getContentBody()
public String getMimeType()
public groovy.lang.MetaClass getMetaClass()
getMetaClass
in interface groovy.lang.GroovyObject
public void setMetaClass(groovy.lang.MetaClass mc)
setMetaClass
in interface groovy.lang.GroovyObject
public Object invokeMethod(String method, Object arguments)
invokeMethod
in interface groovy.lang.GroovyObject
public Object getProperty(String property)
getProperty
in interface groovy.lang.GroovyObject
Copyright © 2010–2019. All rights reserved.