Class CustomCategory
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.CustomCategory
-
public class CustomCategory extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CustomCategory()CustomCategory(CustomCategory 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 StringgetCategoryId()Get 自定义分类IDStringgetL1Category()Get 一级自定义类型StringgetL2Category()Get 二级自定义类型voidsetCategoryId(String CategoryId)Set 自定义分类IDvoidsetL1Category(String L1Category)Set 一级自定义类型voidsetL2Category(String L2Category)Set 二级自定义类型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
-
CustomCategory
public CustomCategory()
-
CustomCategory
public CustomCategory(CustomCategory 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
-
getCategoryId
public String getCategoryId()
Get 自定义分类ID- Returns:
- CategoryId 自定义分类ID
-
setCategoryId
public void setCategoryId(String CategoryId)
Set 自定义分类ID- Parameters:
CategoryId- 自定义分类ID
-
getL1Category
public String getL1Category()
Get 一级自定义类型- Returns:
- L1Category 一级自定义类型
-
setL1Category
public void setL1Category(String L1Category)
Set 一级自定义类型- Parameters:
L1Category- 一级自定义类型
-
getL2Category
public String getL2Category()
Get 二级自定义类型- Returns:
- L2Category 二级自定义类型
-
setL2Category
public void setL2Category(String L2Category)
Set 二级自定义类型- Parameters:
L2Category- 二级自定义类型
-
-