public class CreateClassRequest extends AbstractModel
skipSign
Constructor and Description |
---|
CreateClassRequest() |
CreateClassRequest(CreateClassRequest 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 |
getClassName()
Get Category name.
|
Long |
getParentId()
Get Parent category ID.
|
Long |
getSubAppId()
Get The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
setClassName(String ClassName)
Set Category name.
|
void |
setParentId(Long ParentId)
Set Parent category ID.
|
void |
setSubAppId(Long SubAppId)
Set The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, getSkipSign, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateClassRequest()
public CreateClassRequest(CreateClassRequest source)
public Long getParentId()
public void setParentId(Long ParentId)
ParentId
- Parent category ID. For a first-level category, enter `-1`.public String getClassName()
public void setClassName(String ClassName)
ClassName
- Category name. Length limit: 1-64 characters.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- The VOD [subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID. If you need to access a resource in a subapplication, set this parameter to the subapplication ID; otherwise, leave it empty.Copyright © 2023. All rights reserved.