public class CreateContentIdentifierRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
CreateContentIdentifierRequest() |
CreateContentIdentifierRequest(CreateContentIdentifierRequest 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 |
getDescription()
Get 内容标识符的描述,长度限制不超过 20 个字符。
|
String |
getPlanId()
Get 待绑定的目标套餐 ID,仅限企业版可用。当您账号下已存在套餐时,需要先前往 [套餐管理](https://console.cloud.tencent.com/edgeone/package) 获取套餐 ID,直接将内容标识符绑定至该套餐;若您当前没有可绑定的套餐时,请先购买企业版套餐。
|
Tag[] |
getTags()
Get 标签。该参数用于对内容标识符进行分权限管控。您需要先前往 [标签控制台](https://console.cloud.tencent.com/tag/taglist) 创建标签才可以在此处传入对应的标签键和标签值。
|
void |
setDescription(String Description)
Set 内容标识符的描述,长度限制不超过 20 个字符。
|
void |
setPlanId(String PlanId)
Set 待绑定的目标套餐 ID,仅限企业版可用。当您账号下已存在套餐时,需要先前往 [套餐管理](https://console.cloud.tencent.com/edgeone/package) 获取套餐 ID,直接将内容标识符绑定至该套餐;若您当前没有可绑定的套餐时,请先购买企业版套餐。
|
void |
setTags(Tag[] Tags)
Set 标签。该参数用于对内容标识符进行分权限管控。您需要先前往 [标签控制台](https://console.cloud.tencent.com/tag/taglist) 创建标签才可以在此处传入对应的标签键和标签值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public CreateContentIdentifierRequest()
public CreateContentIdentifierRequest(CreateContentIdentifierRequest source)
public String getDescription()
public void setDescription(String Description)
Description
- 内容标识符的描述,长度限制不超过 20 个字符。public String getPlanId()
public void setPlanId(String PlanId)
PlanId
- 待绑定的目标套餐 ID,仅限企业版可用。public Tag[] getTags()
public void setTags(Tag[] Tags)
Tags
- 标签。该参数用于对内容标识符进行分权限管控。您需要先前往 [标签控制台](https://console.cloud.tencent.com/tag/taglist) 创建标签才可以在此处传入对应的标签键和标签值。Copyright © 2025. All rights reserved.