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 Type. | 
| String | getValue()Get Specific content corresponding to `Type` | 
| void | setType(String Type)Set Type. | 
| void | setValue(String Value)Set Specific content corresponding to `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, toJsonStringpublic ExcludePathInfo()
public ExcludePathInfo(ExcludePathInfo source)
public String getType()
public void setType(String Type)
Type - Type. Valid values: `File`, `Path`public String getValue()
public void setValue(String Value)
Value - Specific content corresponding to `Type`Copyright © 2021. All rights reserved.