public class EmptyDirOption extends AbstractModel
header, skipSign
Constructor and Description |
---|
EmptyDirOption() |
EmptyDirOption(EmptyDirOption source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
Boolean |
getEnableMemory()
Get -
|
String |
getSizeLimit()
Get -
|
Long |
getStorageCapacity()
Get -
|
String |
getStorageUnit()
Get -
|
void |
setEnableMemory(Boolean EnableMemory)
Set -
|
void |
setSizeLimit(String SizeLimit)
Set -
|
void |
setStorageCapacity(Long StorageCapacity)
Set -
|
void |
setStorageUnit(String StorageUnit)
Set -
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public EmptyDirOption()
public EmptyDirOption(EmptyDirOption source)
public Boolean getEnableMemory()
public void setEnableMemory(Boolean EnableMemory)
EnableMemory
- -public Long getStorageCapacity()
public void setStorageCapacity(Long StorageCapacity)
StorageCapacity
- -public String getStorageUnit()
public void setStorageUnit(String StorageUnit)
StorageUnit
- -public String getSizeLimit()
public void setSizeLimit(String SizeLimit)
SizeLimit
- -Copyright © 2025. All rights reserved.