Class UpdateCustomCategoryRequest
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.ivld.v20210903.models.UpdateCustomCategoryRequest
-
public class UpdateCustomCategoryRequest extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description UpdateCustomCategoryRequest()UpdateCustomCategoryRequest(UpdateCustomCategoryRequest 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
-
UpdateCustomCategoryRequest
public UpdateCustomCategoryRequest()
-
UpdateCustomCategoryRequest
public UpdateCustomCategoryRequest(UpdateCustomCategoryRequest 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- 二级自定义人物类型
-
-