public class MultipartDef extends Object implements Serializable
| Constructor and Description | 
|---|
| MultipartDef() | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | equals(Object obj) | 
| String | getFileSizeThreshold() | 
| String | getLocation() | 
| String | getMaxFileSize() | 
| String | getMaxRequestSize() | 
| int | hashCode() | 
| void | setFileSizeThreshold(String fileSizeThreshold) | 
| void | setLocation(String location) | 
| void | setMaxFileSize(String maxFileSize) | 
| void | setMaxRequestSize(String maxRequestSize) | 
public String getLocation()
public void setLocation(String location)
public String getMaxFileSize()
public void setMaxFileSize(String maxFileSize)
public String getMaxRequestSize()
public void setMaxRequestSize(String maxRequestSize)
public String getFileSizeThreshold()
public void setFileSizeThreshold(String fileSizeThreshold)
Copyright © 2000-2020 Apache Software Foundation. All Rights Reserved.