Class ExcludePathInfo
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cls.v20201016.models.ExcludePathInfo
-
public class ExcludePathInfo extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Get 类型,选填File或PathStringgetValue()Get Type对应的具体内容voidsetType(String Type)Set 类型,选填File或PathvoidsetValue(String Value)Set Type对应的具体内容voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ExcludePathInfo
public ExcludePathInfo()
-
ExcludePathInfo
public 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.
-
-
Method Detail
-
getType
public String getType()
Get 类型,选填File或Path- Returns:
- Type 类型,选填File或Path
-
setType
public void setType(String Type)
Set 类型,选填File或Path- Parameters:
Type- 类型,选填File或Path
-
getValue
public String getValue()
Get Type对应的具体内容- Returns:
- Value Type对应的具体内容
-
setValue
public void setValue(String Value)
Set Type对应的具体内容- Parameters:
Value- Type对应的具体内容
-
-