public class ExcludePathInfo extends AbstractModel
Constructor and Description |
---|
ExcludePathInfo() |
ExcludePathInfo(ExcludePathInfo 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 |
---|---|
String |
getType()
Get 类型,选填File或Path
|
String |
getValue()
Get Type对应的具体内容
|
void |
setType(String Type)
Set 类型,选填File或Path
|
void |
setValue(String Value)
Set Type对应的具体内容
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public ExcludePathInfo()
public ExcludePathInfo(ExcludePathInfo source)
public String getType()
public void setType(String Type)
Type
- 类型,选填File或Pathpublic String getValue()
public void setValue(String Value)
Value
- Type对应的具体内容Copyright © 2021. All rights reserved.