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 -
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getSizeLimit()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getStorageCapacity()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getStorageUnit()
Get -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setEnableMemory(Boolean EnableMemory)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setSizeLimit(String SizeLimit)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStorageCapacity(Long StorageCapacity)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setStorageUnit(String StorageUnit)
Set -
注意:此字段可能返回 null,表示取不到有效值。
|
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, toJsonStringpublic EmptyDirOption()
public EmptyDirOption(EmptyDirOption source)
public Boolean getEnableMemory()
public void setEnableMemory(Boolean EnableMemory)
EnableMemory - -
注意:此字段可能返回 null,表示取不到有效值。public Long getStorageCapacity()
public void setStorageCapacity(Long StorageCapacity)
StorageCapacity - -
注意:此字段可能返回 null,表示取不到有效值。public String getStorageUnit()
public void setStorageUnit(String StorageUnit)
StorageUnit - -
注意:此字段可能返回 null,表示取不到有效值。public String getSizeLimit()
public void setSizeLimit(String SizeLimit)
SizeLimit - -
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2024. All rights reserved.