public class CreateClassRequest extends AbstractModel
Constructor and Description |
---|
CreateClassRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getClassName()
Get Category name.
|
Long |
getParentId()
Get Parent category ID.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setClassName(String ClassName)
Set Category name.
|
void |
setParentId(Long ParentId)
Set Parent category ID.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
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, toJsonString
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
- [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2021. All rights reserved.